summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-06-01 09:21:01 +1000
committerTimothy Arceri <[email protected]>2016-06-01 10:33:57 +1000
commit98d40b4d1195ebfaa2fd9ed43755ca6896422c1a (patch)
treefdf3c4112de18b0a0f2bd98552fcf47a1c5cf535 /src/compiler/glsl/ir.h
parentc1107cec44ab030c7fcc97c67baa12df1cc9d7b5 (diff)
Revert "glsl: fix xfb_offset unsized array validation"
This reverts commit aac90ba2920cf5ceb4df6dba776dd3952780e456. The commit caused a regression in: piglit.spec.glsl-1_50.compiler.gs-input-nonarray-named-block.geom Also the CTS test it was meant to fix seems like it may be bogus. Cc: "12.0" <[email protected]>
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r--src/compiler/glsl/ir.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index b1cfd526fef..e8efd27112f 100644
--- a/src/compiler/glsl/ir.h
+++ b/src/compiler/glsl/ir.h
@@ -2621,9 +2621,6 @@ is_gl_identifier(const char *s)
return s && s[0] == 'g' && s[1] == 'l' && s[2] == '_';
}
-const glsl_type *
-get_varying_type(const ir_variable *var, gl_shader_stage stage);
-
extern "C" {
#endif /* __cplusplus */