Mesa (master): tgsi: Document NV_vertex_program3 instruction set operations .`

Michał Król michal at kemper.freedesktop.org
Mon Mar 16 09:25:23 UTC 2009


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

Author: Michal Krol <michal at vmware.com>
Date:   Mon Mar 16 10:04:51 2009 +0100

tgsi: Document NV_vertex_program3 instruction set operations.`

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index 6c1a5dc..dd79590 100644
--- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@ -692,3 +692,23 @@ TGSI Instruction Specification
 
   TBD
 
+
+1.10  GL_NV_vertex_program3
+---------------------------
+
+
+1.10.1  PUSHA - Push Address Register On Stack
+
+  push(src.x)
+  push(src.y)
+  push(src.z)
+  push(src.w)
+
+
+1.10.2  POPA - Pop Address Register From Stack
+
+  dst.w = pop()
+  dst.z = pop()
+  dst.y = pop()
+  dst.x = pop()
+




More information about the mesa-commit mailing list