summaryrefslogtreecommitdiff
path: root/progs/fp/sge2.txt
blob: e02a50d47728c6839b119b0c7b49638c9b818662 (plain)
1
2
3
4
5
6
7
8
!!ARBfp1.0
TEMP R0;
TEMP R1;
SGE R0, fragment.color, fragment.color.yzxw;
SGE R1, fragment.color, fragment.color.zxyw;
MUL R0, R0, R1;
MUL result.color, R0, fragment.color;
END