summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-26 18:20:30 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-29 12:48:45 -0700
commitc22c40015db32b68b33c4944b9d94bf499135ec5 (patch)
tree07cc701bee144ddd116b55959b9ab159df37388d /ir.h
parent43de17282017bdf187d6e646de3262cc64b7f46b (diff)
Implement the first builtin function: exp().
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 7e2f304b41..bad5111b5a 100644
--- a/ir.h
+++ b/ir.h
@@ -521,4 +521,8 @@ extern void
_mesa_glsl_initialize_variables(exec_list *instructions,
struct _mesa_glsl_parse_state *state);
+extern void
+_mesa_glsl_initialize_functions(exec_list *instructions,
+ struct _mesa_glsl_parse_state *state);
+
#endif /* IR_H */