Mesa (master): tgsi: Begin documenting ps_2_x instruction set operations.

Michał Król michal at kemper.freedesktop.org
Thu Mar 19 08:53:41 UTC 2009


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

Author: Michal Krol <michal at vmware.com>
Date:   Thu Mar 19 09:44:51 2009 +0100

tgsi: Begin documenting ps_2_x instruction set operations.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index 77c4347..e7f17e9 100644
--- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@ -962,3 +962,47 @@ TGSI Instruction Specification
 
   Alias for DP2A.
 
+
+1.17  ps_2_x
+------------
+
+
+1.17.1  CALL - Subroutine Call
+
+  Alias for CAL.
+
+
+1.17.2  CALLNZ - Subroutine Call If Not Zero
+
+  TBD
+
+
+1.17.3  IFC - If
+
+  TBD
+
+
+1.17.4  BREAK - Break
+
+  Alias for BRK.
+
+
+1.17.5  BREAKC - Break Conditional
+
+  TBD
+
+
+1.17.6  DSX - Derivative Relative To X
+
+  Alias for DDX.
+
+
+1.17.7  DSY - Derivative Relative To Y
+
+  Alias for DDY.
+
+
+1.17.8  TEXLDD - Texture Lookup with Derivatives
+
+  Alias for TXD.
+




More information about the mesa-commit mailing list