1 # test for a regression in the R600 SPI setup that affected doom3 rendering.
11 OPTION ARB_position_invariant;
12 MOV result.texcoord[0],0;
13 MOV result.texcoord[1],1;
19 MOV R0, fragment.position;
20 MOV result.color,fragment.texcoord[1];
25 clear color 0.0 0.0 0.0 0.0
28 probe all rgba 1.0 1.0 1.0 1.0