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
/
rsq.txt
blob
3e3f3251ee0dc048e4c235da7552fc86ee9cd29b
1
!!ARBvp1.0
2
TEMP R0;
3
MUL R0, vertex.color, {3.0}.x;
4
RSQ result.color, R0.x;
5
MOV result.position, vertex.position;
6
END
7