diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-03-13 11:17:03 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-03-13 11:32:32 +0000 |
commit | dbc3e8e93f6dc7540ace4d5c543204bdad0d0d71 (patch) | |
tree | 4891948ae2f2c7f5e2eeb3b2fda63ff32109729a /progs/vp/msk.txt | |
parent | f500f3a72c6be61ff9b8e1166f734e408d00aded (diff) |
progs/vp: add keys for point prims, etc, and various new tests
Diffstat (limited to 'progs/vp/msk.txt')
-rw-r--r-- | progs/vp/msk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/vp/msk.txt b/progs/vp/msk.txt new file mode 100644 index 0000000000..9e925aca11 --- /dev/null +++ b/progs/vp/msk.txt @@ -0,0 +1,7 @@ +!!ARBvp1.0 +TEMP R0; +MOV R0.xz, vertex.color; +MOV R0.yw, {0.5}.x; +MOV result.color, R0; +MOV result.position, vertex.position; +END |