mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 04:40:22 +01:00
mesa: free meta bitmap buffers
This commit is contained in:
parent
0e5293a240
commit
f477fa7a85
1 changed files with 4 additions and 0 deletions
|
|
@ -276,6 +276,10 @@ _mesa_meta_free(GLcontext *ctx)
|
|||
_mesa_DeleteVertexArraysAPPLE(1, &meta->DrawPix.ArrayObj);
|
||||
_mesa_DeletePrograms(1, &meta->DrawPix.DepthFP);
|
||||
_mesa_DeletePrograms(1, &meta->DrawPix.StencilFP);
|
||||
|
||||
/* glBitmap */
|
||||
_mesa_DeleteBuffersARB(1, & meta->Bitmap.VBO);
|
||||
_mesa_DeleteVertexArraysAPPLE(1, &meta->Bitmap.ArrayObj);
|
||||
}
|
||||
|
||||
_mesa_free(ctx->Meta);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue