1 # Detects whether or not the implementation correctly handles aliasing
10 OPTION ARB_position_invariant;
14 MOV temp1, {0.0, 0.25, 2.0, -1.0};
15 MOV temp2, {0.25, 0.0, -1.0, 2.0};
16 MAX temp1, temp1, temp2;
17 ADD result.color, temp1, {0.0, 0.0, -1.75, -1.75};
22 clear color 1.0 1.0 1.0 1.0
25 probe all rgba 0.25 0.25 0.25 0.25