mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
8 lines
177 B
Text
8 lines
177 B
Text
!!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
|