1 # Detects whether or not the implementation correctly handles aliasing
10 OPTION ARB_position_invariant;
13 MOV temp1, {1, 2.5, 2, 0};
15 # EXP result should be {4, .5, 5.65, 1.0};
16 ADD result.color, temp1, {-3.5, 0, -5.15, -0.5};
21 clear color 1.0 1.0 1.0 1.0
24 probe all rgba 0.5 0.5 0.5 0.5