progs/tests: Ignores
[mesa.git] / progs / vp / exp.txt
index 601aae7d7151dc81e2e8246bbe1b987756de6040..53ce71db9653ec809e47b5b7abb0cc4c5ff775bf 100644 (file)
@@ -1,5 +1,6 @@
-!!VP1.0
-EXP R0, v[COL0].x; 
-ADD o[COL0], R0.z, -R0.w;
-MOV o[HPOS], v[OPOS];
+!!ARBvp1.0
+TEMP R0;
+EXP R0, vertex.color.x;
+SUB result.color, R0.z, R0.w;
+MOV result.position, vertex.position;
 END