projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a2133
)
Add 'in' to some parameters of the function
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 31 Mar 2010 20:14:37 +0000
(13:14 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 31 Mar 2010 20:14:37 +0000
(13:14 -0700)
This goes along with the qualifier-?? tests.
tests/function-03.glsl
patch
|
blob
|
history
diff --git
a/tests/function-03.glsl
b/tests/function-03.glsl
index 6f6562ea8580bf47ec73d2e45d8433f7b295bae1..b0da42f8e96d456ed9dd3402e8435cbd47637f84 100644
(file)
--- a/
tests/function-03.glsl
+++ b/
tests/function-03.glsl
@@
-1,6
+1,6
@@
/* PASS */
-vec4 foo(
float x,
float y, float z, float w)
+vec4 foo(
in float x, in
float y, float z, float w)
{
vec4 v;
v.x = x;