progs/vp: add keys for point prims, etc, and various new tests
[mesa.git] / progs / vp / exp-no-w.txt
diff --git a/progs/vp/exp-no-w.txt b/progs/vp/exp-no-w.txt
new file mode 100644 (file)
index 0000000..98ed4b7
--- /dev/null
@@ -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