Merge branch '7.8' into master
[mesa.git] / progs / fpglsl / mov.glsl
1 void main() {
2 gl_FragColor = gl_Color;
3 }