Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
07ff7c2285d9cb10ca52d7de7a6b86fd00379d6f
/
.
/
progs
/
vp
/
lit.txt
blob: 65705b417056f1993a7b9d417e844df015119ddc [
file
] [
log
] [
blame
]
Keith Whitwell
d9f362a
2005-11-01 06:28:39 +0000
[
diff
] [
blame
]
1
!!ARBvp1.0
2
TEMP R0;
3
SUB R0, {0.5}.x, vertex.color;
4
LIT result.color, R0;
5
MOV result.position, vertex.position;
6
END