xlib: always call _mesa_meta_init/free()
This commit is contained in:
@@ -1648,8 +1648,7 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
|
||||
xmesa_register_swrast_functions( mesaCtx );
|
||||
_swsetup_Wakeup(mesaCtx);
|
||||
|
||||
if (TEST_META_FUNCS)
|
||||
_mesa_meta_init(mesaCtx);
|
||||
_mesa_meta_init(mesaCtx);
|
||||
|
||||
return c;
|
||||
}
|
||||
@@ -1665,8 +1664,7 @@ void XMesaDestroyContext( XMesaContext c )
|
||||
FXdestroyContext( XMESA_BUFFER(mesaCtx->DrawBuffer) );
|
||||
#endif
|
||||
|
||||
if (TEST_META_FUNCS)
|
||||
_mesa_meta_free( mesaCtx );
|
||||
_mesa_meta_free( mesaCtx );
|
||||
|
||||
_swsetup_DestroyContext( mesaCtx );
|
||||
_swrast_DestroyContext( mesaCtx );
|
||||
|
||||
Reference in New Issue
Block a user