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
/
exp.txt
blob
53ce71db9653ec809e47b5b7abb0cc4c5ff775bf
1
!!ARBvp1.0
2
TEMP R0;
3
EXP R0, vertex.color.x;
4
SUB result.color, R0.z, R0.w;
5
MOV result.position, vertex.position;
6
END