index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
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; }