diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-26 18:20:30 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-29 12:48:45 -0700 |
commit | c22c40015db32b68b33c4944b9d94bf499135ec5 (patch) | |
tree | 07cc701bee144ddd116b55959b9ab159df37388d /ir.h | |
parent | 43de17282017bdf187d6e646de3262cc64b7f46b (diff) |
Implement the first builtin function: exp().
Diffstat (limited to 'ir.h')
-rw-r--r-- | ir.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |