diff options
author | Eric Anholt <[email protected]> | 2013-01-17 16:49:57 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-01-21 21:26:48 -0800 |
commit | be4b1664fbc98b0b1d66bb91850ecada52b36b91 (patch) | |
tree | d15160bacacfeecdae2832791df37ca593ef754b /src/mesa/main/api_exec.h | |
parent | ced98f17efc73c313700bbf936f7258131037ef3 (diff) |
mesa: Make the drivers call a non-code-generated dispatch table setup.
I want to drive the Save dispatch table setup from this same function.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/api_exec.h')
-rw-r--r-- | src/mesa/main/api_exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.h b/src/mesa/main/api_exec.h index bf3faa153c7..94f7f41c14c 100644 --- a/src/mesa/main/api_exec.h +++ b/src/mesa/main/api_exec.h @@ -36,5 +36,7 @@ _mesa_alloc_dispatch_table(void); extern void _mesa_initialize_exec_table(struct gl_context *ctx); +extern void +_mesa_initialize_dispatch_tables(struct gl_context *ctx); #endif |