Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / fp / negate.txt
1 !!ARBfp1.0
2 # this should result in fragment color passing through unchanged
3 TEMP R0;
4 ADD R0, fragment.color, fragment.color;
5 ADD result.color, R0, -fragment.color;
6 END