From: Michal Krol Date: Tue, 17 Mar 2009 11:26:25 +0000 (+0100) Subject: tgsi: Begin documenting GLSL instruction set operations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f07400592f54de72c7a1e4d0f672f2cefc7f514a;p=mesa.git tgsi: Begin documenting GLSL instruction set operations. --- 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. +