summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2013-03-15 14:09:00 -0700
committerIan Romanick <[email protected]>2013-04-08 15:17:05 -0700
commitcd39ae73944333690d72c4356ac45675fecef958 (patch)
tree6ee89d920f350934a23df18aabc0ee2ba2e3d3ae /src/glsl/ast.h
parentca9a7d975af228cabb79c3040ec67f26f94f90a2 (diff)
glsl: Make check_build_array_max_size externally visible
A future commit will try to use this function in a different file. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/ast.h')
-rw-r--r--src/glsl/ast.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/ast.h b/src/glsl/ast.h
index fcc6b4566ce..3a61f79d71a 100644
--- a/src/glsl/ast.h
+++ b/src/glsl/ast.h
@@ -857,4 +857,8 @@ _mesa_ast_field_selection_to_hir(const ast_expression *expr,
void
emit_function(_mesa_glsl_parse_state *state, ir_function *f);
+extern bool
+check_builtin_array_max_size(const char *name, unsigned size,
+ YYLTYPE loc, struct _mesa_glsl_parse_state *state);
+
#endif /* AST_H */