diff options
author | Brian Paul <[email protected]> | 2008-08-19 18:14:15 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-19 18:14:15 -0600 |
commit | 815cdcfbc0740c66b901361620c88d99541bdad2 (patch) | |
tree | b9b8e5df1031f4ce219064f5c35555bcd60dfb81 /src/mesa/main/context.h | |
parent | 7f9959ae8394f8e52a180f5e261b0f9470f6c5bc (diff) |
mesa: allow for extra per-context init
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 099912aa152..9423b66a7d8 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -115,6 +115,9 @@ _mesa_initialize_context( GLcontext *ctx, void *driverContext ); extern void +_mesa_initialize_context_extra(GLcontext *ctx); + +extern void _mesa_free_context_data( GLcontext *ctx ); extern void |