tgsi: Document KIL, KILP instructions.

This commit is contained in:
Michal Krol 2009-03-21 12:18:09 +01:00
parent 1bb60d25e0
commit 699897e81c

View file

@ -382,7 +382,9 @@ TGSI Instruction Specification
1.5.7 KILP - Predicated Discard
TBD
if (cc.x || cc.y || cc.z || cc.w)
discard
endif
1.5.8 LG2 - Logarithm Base 2
@ -599,7 +601,9 @@ TGSI Instruction Specification
1.8.2 KIL - Conditional Discard
TBD
if (src.x < 0.0 || src.y < 0.0 || src.z < 0.0 || src.w < 0.0)
discard
endif
1.8.3 SCS - Sine Cosine