mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
temporarily call _mesa_enable_sw_extensions() so we can run more test progs without failing the extension checks
This commit is contained in:
parent
88e12872fa
commit
af3d6c83d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue