mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
6 lines
99 B
Text
6 lines
99 B
Text
!!ARBfp1.0
|
|
TEMP R0;
|
|
MOV R0, fragment.color;
|
|
ADD_SAT R0, R0, R0;
|
|
MUL result.color, {0.5}.x, R0;
|
|
END
|