mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
i965: Free gen6 state BOs on context destroy.
This commit is contained in:
parent
d971375bc1
commit
2c3d6f8e3e
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ static void brw_destroy_context( struct intel_context *intel )
|
|||
dri_bo_release(&brw->cc.prog_bo);
|
||||
dri_bo_release(&brw->cc.state_bo);
|
||||
dri_bo_release(&brw->cc.vp_bo);
|
||||
dri_bo_release(&brw->cc.blend_state_bo);
|
||||
dri_bo_release(&brw->cc.depth_stencil_state_bo);
|
||||
dri_bo_release(&brw->cc.color_calc_state_bo);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue