1 # Detects whether or not the implementation correctly handles aliasing
2 # of src/dest registers of SGE. This caught a bug in the 965 driver.
10 OPTION ARB_position_invariant;
12 MOV temp, {3, 0, 1, 0};
13 SGE temp, temp, {2, 1, 0, -1};
14 MOV result.color, temp;
19 clear color 0.0 1.0 0.0 0.0
22 probe all rgba 1 0 1 1