repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i965: Request that returns be lowered in shader main
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
tests
/
swiz-01.glsl
blob
3268fa178c14a7844a3f855ea3b85321b2fb361d
1
/* PASS */
2
#version 120
3
4
void main()
5
{
6
float a;
7
vec4 b;
8
9
b.x = 6.0;
10
a = b.x;
11
}