diff options
author | Brian Paul <[email protected]> | 2008-08-19 18:14:15 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:57 -0700 |
commit | 6fd15dd80666ccb1e9b99cedd306e32cc7cee989 (patch) | |
tree | 0bf85d86b7151e53ddc921dbc8088eda6a8abe88 /src/mesa/main/context.h | |
parent | 1b7e90984511cfa47597c255d73ca416ddd2db6f (diff) |
mesa: allow for extra per-context init
(cherry picked from commit 815cdcfbc0740c66b901361620c88d99541bdad2)
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 bb6f3acf062..54f1af911d3 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 |