mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 08:40:37 +02:00
tgsi: Document ARB_vertex_program instruction set operations.
This commit is contained in:
parent
8823d01f14
commit
d76b3bb0a8
1 changed files with 16 additions and 0 deletions
|
|
@ -568,3 +568,19 @@ TGSI Instruction Specification
|
|||
dst.w = (src.w > 0.0) ? 1.0 : (src.w < 0.0) ? -1.0 : 0.0
|
||||
|
||||
|
||||
1.7 GL_ARB_vertex_program
|
||||
--------------------------
|
||||
|
||||
|
||||
1.7.1 SWZ - Extended Swizzle
|
||||
|
||||
dst.x = src.x
|
||||
dst.y = src.y
|
||||
dst.z = src.z
|
||||
dst.w = src.w
|
||||
|
||||
|
||||
1.7.2 XPD - Cross Product
|
||||
|
||||
Alias for CROSSPRODUCT.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue