ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_vertex_program / instructions / min.shader_test
blob42b139e8255e4aed06f91bdb82295a11a4ba5e98
1 [require]
2 GL >= 1.3
3 ARB_vertex_program
5 [vertex program]
6 !!ARBvp1.0
7 PARAM p1 = program.local[1];
8 MOV result.position, vertex.position;
9 MIN result.color, p1, vertex.color;
10 END
12 [test]
13 ortho -4 4 -4 4
14 color 0.25 0.75 0.5 0.25
15 parameter local_vp 1 (0.5, 0.25, 0.9, 0.5)
16 draw rect -0.25 -0.25 0.5 0.5
17 relative probe rgba (0.5, 0.5) (0.25, 0.25, 0.5, 0.25)