repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.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