Fix up more stale references to gl(X)_API.xml which have moved.
[mesa.git] / progs / fp / mov-alias.txt
1 !!ARBfp1.0
2 TEMP R0;
3 MOV R0, fragment.color;
4 MOV R0, R0.zyxw;
5 MOV result.color, R0;
6 END