Merge commit 'origin/gallium-0.1'
[mesa.git] / progs / vp / log.txt
index 9b042684335adf6d82a905ab42ee05ad0aaf2be5..6b4e94ed0ede695a656951770707de5ef9356a57 100644 (file)
@@ -1,6 +1,7 @@
-!!VP1.0
-ADD R0, v[COL0], v[COL0];
+!!ARBvp1.0
+TEMP R0;
+ADD R0, vertex.color, vertex.color;
 ADD R0, R0, R0;
-LOG o[COL0], R0.x; 
-MOV o[HPOS], v[OPOS];
+LOG result.color, R0.x; 
+MOV result.position, vertex.position;
 END