diff options
author | Michal Krol <[email protected]> | 2009-03-17 12:26:25 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-03-17 12:42:38 +0100 |
commit | f07400592f54de72c7a1e4d0f672f2cefc7f514a (patch) | |
tree | b65c87a1e8df5556af802a9e8ec2672895080563 | |
parent | 0ff360c8290711332360cea3ccec9c6b0cb9ea7e (diff) |
tgsi: Begin documenting GLSL instruction set operations.
-rw-r--r-- | src/gallium/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 39f2f3500d5..1f095114316 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. + |