gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / progs / vp / psiz-mul-clamp.txt
blob284c032d7909aa975d947980649bc1aed392c72b
1 !!ARBvp1.0
2 TEMP R0;
3 MOV result.color, vertex.color; 
4 MUL R0.x, vertex.color.x, {10.0}.x; 
5 MAX R0.x, R0.x, {2.0}.x; 
6 MIN result.pointsize.x, R0.x, {4.0}.x; 
7 MOV  result.position, vertex.position;
8 END