Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
2f6675b8160c5fa2e6e9b5642c133fd2843a7508
/
.
/
progs
/
vp
/
flr.txt
blob: c33280da978698b2d375334d8c5e13bceda384f2 [
file
] [
log
] [
blame
]
!!ARBvp1.0
TEMP R0;
ADD R0, vertex.color, {0.5}.x;
FLR result.color, R0;
MOV result.position, vertex.position;
END