mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
r300: fix qtdemo qt4 startup
This commit is contained in:
parent
f9d272fa41
commit
617c5262c6
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ void r300DestroyContext(__DRIcontextPrivate * driContextPriv)
|
|||
_vbo_DestroyContext(r300->radeon.glCtx);
|
||||
_swrast_DestroyContext(r300->radeon.glCtx);
|
||||
|
||||
rcommonFlushCmdBuf(&r300->radeon, __FUNCTION__);
|
||||
radeon_firevertices(&r300->radeon);
|
||||
|
||||
if (radeon->state.scissor.pClipRects) {
|
||||
FREE(radeon->state.scissor.pClipRects);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue