mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 22:20:38 +02:00
radeonsi: release GS rings at context destruction
Cc: 10.2 10.3 <mesa-stable@lists.freedesktop.org> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
2833dc4e45
commit
711623f7c8
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ static void si_destroy_context(struct pipe_context *context)
|
|||
|
||||
si_release_all_descriptors(sctx);
|
||||
|
||||
pipe_resource_reference(&sctx->esgs_ring, NULL);
|
||||
pipe_resource_reference(&sctx->gsvs_ring, NULL);
|
||||
pipe_resource_reference(&sctx->null_const_buf.buffer, NULL);
|
||||
r600_resource_reference(&sctx->border_color_table, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue