| commit | 815cdcfbc0740c66b901361620c88d99541bdad2 | [log] [tgz] |
|---|---|---|
| author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Aug 19 18:14:15 2008 -0600 |
| committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Aug 19 18:14:15 2008 -0600 |
| tree | b9b8e5df1031f4ce219064f5c35555bcd60dfb81 | |
| parent | 7f9959ae8394f8e52a180f5e261b0f9470f6c5bc [diff] [blame] |
mesa: allow for extra per-context init
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 32460e9..ed3faec 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -1214,6 +1214,10 @@ ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE; } +#ifdef FEATURE_extra_context_init + _mesa_initialize_context_extra(ctx); +#endif + ctx->FirstTimeCurrent = GL_TRUE; return GL_TRUE;