diff options
author | Ian Romanick <[email protected]> | 2010-03-10 09:55:22 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-10 09:55:22 -0800 |
commit | d949a9afb0a01e9678a4343f66b056b41a2e48a9 (patch) | |
tree | a72122d34c87a5def04b6f703cdca3f78335704b /ast.h | |
parent | 8e6cd3bf54132d64a1f39df05c9392b46eece2a1 (diff) |
Move top-level AST to HIR conversion to _mesa_ast_to_hir
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -492,6 +492,9 @@ public: }; +extern void +_mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state); + extern struct ir_instruction * _mesa_ast_field_selection_to_hir(const struct ast_expression *expr, exec_list *instructions, |