egl: Remove the demo driver.
[mesa/nouveau-pmpeg.git] / progs / vp / flr.txt
blobc33280da978698b2d375334d8c5e13bceda384f2
1 !!ARBvp1.0
2 TEMP R0;
3 ADD R0, vertex.color, {0.5}.x; 
4 FLR result.color, R0;
5 MOV  result.position, vertex.position;
6 END