OSDN Git Service

temporarily call _mesa_enable_sw_extensions() so we can run more test progs without...
authorBrian <brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 02:15:00 +0000 (20:15 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 02:18:58 +0000 (20:18 -0600)
src/mesa/state_tracker/st_context.c

index 9e89ece..42263ca 100644 (file)
@@ -87,6 +87,9 @@ struct st_context *st_create_context( GLcontext *ctx,
    st_init_cb_texture( st );
 #endif
 
+   /* XXXX This is temporary! */
+   _mesa_enable_sw_extensions(ctx);
+
    return st;
 }