projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529064f
)
glsl: correct indentation of comment, Trivial.
author
Tapani Pälli
<tapani.palli@intel.com>
Tue, 21 Apr 2015 17:11:43 +0000
(20:11 +0300)
committer
Tapani Pälli
<tapani.palli@intel.com>
Tue, 21 Apr 2015 17:11:43 +0000
(20:11 +0300)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
src/glsl/linker.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/linker.cpp
b/src/glsl/linker.cpp
index 9aa138984c970111df4535c4cce06bb17b79f3c4..21fde94442d59ca0265ba8968affa6ce27fe14b8 100644
(file)
--- a/
src/glsl/linker.cpp
+++ b/
src/glsl/linker.cpp
@@
-2571,7
+2571,7
@@
add_interface_variables(struct gl_shader_program *shProg,
var->data.location != SYSTEM_VALUE_VERTEX_ID_ZERO_BASE &&
var->data.location != SYSTEM_VALUE_INSTANCE_ID)
continue;
-
/* FALLTHROUGH */
+ /* FALLTHROUGH */
case ir_var_shader_in:
if (programInterface != GL_PROGRAM_INPUT)
continue;