tgsi: Begin documenting GLSL instruction set operations.
authorMichal Krol <michal@vmware.com>
Tue, 17 Mar 2009 11:26:25 +0000 (12:26 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 17 Mar 2009 11:42:38 +0000 (12:42 +0100)
src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt

index 39f2f3500d5a692e9d5a33a8f9ba381e205ec0ec..1f09511431681f9d15b111d1c485730582514a2b 100644 (file)
@@ -833,3 +833,57 @@ TGSI Instruction Specification
 
   TBD
 
+
+1.13  GLSL
+----------
+
+
+1.13.1  BGNLOOP2 - Begin Loop
+
+  TBD
+
+
+1.13.2  BGNSUB - Begin Subroutine
+
+  TBD
+
+
+1.13.3  ENDLOOP2 - End Loop
+
+  TBD
+
+
+1.13.4  ENDSUB - End Subroutine
+
+  TBD
+
+
+1.13.5  INT - Truncate
+
+  Alias for TRUNC.
+
+
+1.13.6  NOISE1 - 1D Noise
+
+  TBD
+
+
+1.13.7  NOISE2 - 2D Noise
+
+  TBD
+
+
+1.13.8  NOISE3 - 3D Noise
+
+  TBD
+
+
+1.13.9  NOISE4 - 4D Noise
+
+  TBD
+
+
+1.13.10  NOP - No Operation
+
+  Do nothing.
+