repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git]
/
progs
/
vp
/
ex2.txt
blob
bbef67bbb8a6b0d50a70aed3fbc4cbaec2f0be28
1
!!ARBvp1.0
2
TEMP R0;
3
EX2 R0, vertex.color.x;
4
SUB result.color, R0, {1.0}.x;
5
MOV result.position, vertex.position;
6
END