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.
5 OPTION ARB_position_invariant;
7 MOV temp, {3, 0, 1, 0};
8 SGE temp, temp, {2, 1, 0, -1};
9 MOV result.color, temp;
13 MOV result.color, fragment.color;