mesa: allow for extra per-context init

(cherry picked from commit 815cdcfbc0)
This commit is contained in:
Brian Paul
2008-08-19 18:14:15 -06:00
committed by Keith Whitwell
parent 1b7e909845
commit 6fd15dd806
3 changed files with 7 additions and 4 deletions

View File

@@ -114,6 +114,9 @@ _mesa_initialize_context( GLcontext *ctx,
const struct dd_function_table *driverFunctions,
void *driverContext );
extern void
_mesa_initialize_context_extra(GLcontext *ctx);
extern void
_mesa_free_context_data( GLcontext *ctx );