From: Brian Paul Date: Fri, 20 Jun 2008 20:29:49 +0000 (-0600) Subject: mesa: init ctx->RenderMode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c115616bda80390e6d4b11e7ce6184ef1cc00838;p=mesa.git mesa: init ctx->RenderMode --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 5887344fab3..f79b129a45a 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1022,6 +1022,8 @@ init_attrib_groups(GLcontext *ctx) _mesa_init_fbobjects( ctx ); #if FEATURE_feedback _mesa_init_feedback( ctx ); +#else + ctx->RenderMode = GL_RENDER; #endif _mesa_init_fog( ctx ); #if FEATURE_histogram