From 6fae1e4c4d33769e2f255d50907b5aa0ab80edd4 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 6 Dec 2010 10:54:05 -0800 Subject: glsl: Factor out code which emits a new function into the IR stream. A future commit will use the newly created function in a second place. --- src/glsl/ast.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/glsl/ast.h') diff --git a/src/glsl/ast.h b/src/glsl/ast.h index e5aa5c1b3b..a77b522705 100644 --- a/src/glsl/ast.h +++ b/src/glsl/ast.h @@ -714,4 +714,8 @@ _mesa_ast_field_selection_to_hir(const ast_expression *expr, exec_list *instructions, struct _mesa_glsl_parse_state *state); +void +emit_function(_mesa_glsl_parse_state *state, exec_list *instructions, + ir_function *f); + #endif /* AST_H */ -- cgit v1.2.3