summaryrefslogtreecommitdiff
path: root/progs/vp/exp-no-w.txt
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-03-13 11:17:03 +0000
committerKeith Whitwell <keithw@vmware.com>2009-03-13 11:32:32 +0000
commitdbc3e8e93f6dc7540ace4d5c543204bdad0d0d71 (patch)
tree4891948ae2f2c7f5e2eeb3b2fda63ff32109729a /progs/vp/exp-no-w.txt
parentf500f3a72c6be61ff9b8e1166f734e408d00aded (diff)
progs/vp: add keys for point prims, etc, and various new tests
Diffstat (limited to 'progs/vp/exp-no-w.txt')
-rw-r--r--progs/vp/exp-no-w.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/exp-no-w.txt b/progs/vp/exp-no-w.txt
new file mode 100644
index 0000000000..98ed4b7a98
--- /dev/null
+++ b/progs/vp/exp-no-w.txt
@@ -0,0 +1,6 @@
+!!ARBvp1.0
+TEMP R0;
+EXP R0, vertex.color.x;
+SUB result.color, R0.z, {1.0}.x;
+MOV result.position, vertex.position;
+END