repo.or.cz
/
mesa-demos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "wglgears: show stereo-option in usage"
[mesa-demos.git]
/
src
/
vp
/
arl-unused.txt
blob
c2afe3c0924b6118e8ee9175882ea26d352ce88f
1
!!ARBvp1.0
2
PARAM arr[7] = { {.0,.1,.2,.3}, {.4,.5,.6,.7}, {.8,.9,.10,.1}, {.12,.3,.4,.14}, {.5,.8,.1,.9}, {.2,0,.4,.1}, {.6,.1,.8,.9}};
3
ADDRESS addr;
4
ARL addr.x, {3}.x; # not actually used
5
MOV result.color, arr[3];
6
MOV result.position, vertex.position;
7
END