index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
tests
/
swiz-01.glsl
blob: 3268fa178c14a7844a3f855ea3b85321b2fb361d (
plain
)
1
2
3
4
5
6
7
8
9
10
11
/* PASS */ #version 120 void main() { float a; vec4 b; b.x = 6.0; a = b.x; }