mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
tgsi: Document NV_vertex_program3 instruction set operations.`
This commit is contained in:
parent
ad908465f1
commit
bf3759e0d4
1 changed files with 20 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue