Module: Mesa
Branch: master
Commit: f07400592f54de72c7a1e4d0f672f2cefc7f514a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f07400592f54de72c7a1e4d0f672f2cefc7f514a

Author: Michal Krol <[email protected]>
Date:   Tue Mar 17 12:26:25 2009 +0100

tgsi: Begin documenting GLSL instruction set operations.

---

 .../auxiliary/tgsi/tgsi-instruction-set.txt        |   54 ++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt 
b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index 39f2f35..1f09511 100644
--- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@ -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.
+

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to