mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 14:40:40 +02:00
r600g: Destroy the blitter.
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
This commit is contained in:
parent
a62efdf82c
commit
ce8c71817b
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ static void r600_destroy_context(struct pipe_context *context)
|
|||
free(rctx->vs_constant);
|
||||
free(rctx->vs_resource);
|
||||
|
||||
util_blitter_destroy(rctx->blitter);
|
||||
|
||||
u_upload_destroy(rctx->upload_vb);
|
||||
u_upload_destroy(rctx->upload_ib);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue