mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 14:40:13 +01:00
r600g: Unreference framebuffer state on context destruction.
Signed-off-by: Henri Verbeet <hverbeet@gmail.com>
This commit is contained in:
parent
3e15fa86d7
commit
09eff39a58
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ static void r600_destroy_context(struct pipe_context *context)
|
|||
struct r600_pipe_context *rctx = (struct r600_pipe_context *)context;
|
||||
|
||||
rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush);
|
||||
util_unreference_framebuffer_state(&rctx->framebuffer);
|
||||
|
||||
r600_context_fini(&rctx->ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue