gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / vp / rsq.txt
blob3e3f3251ee0dc048e4c235da7552fc86ee9cd29b
1 !!ARBvp1.0
2 TEMP R0;
3 MUL R0, vertex.color, {3.0}.x;  
4 RSQ result.color, R0.x;
5 MOV  result.position, vertex.position;
6 END