xlib: always call _mesa_meta_init/free()

This commit is contained in:
Brian Paul
2009-09-20 22:19:06 -06:00
parent 4a4914e414
commit 2c1937480a
+2 -4
View File
@@ -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 );