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
/
msk.txt
blob
9e925aca11ec858759e0b57751ede36b6a80e68b
1
!!ARBvp1.0
2
TEMP R0;
3
MOV R0.xz, vertex.color;
4
MOV R0.yw, {0.5}.x;
5
MOV result.color, R0;
6
MOV result.position, vertex.position;
7
END