tgsi: Document KIL, KILP instructions.
authorMichal Krol <michal@vmware.com>
Sat, 21 Mar 2009 11:18:09 +0000 (12:18 +0100)
committerMichal Krol <michal@vmware.com>
Sat, 21 Mar 2009 11:26:15 +0000 (12:26 +0100)
src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt

index b83abd4..5b21a2b 100644 (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