temporarily call _mesa_enable_sw_extensions() so we can run more test progs without failing the extension checks

This commit is contained in:
Brian
2007-08-21 20:15:00 -06:00
parent 88e12872fa
commit af3d6c83d2

View 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;
}