mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radeon: remove unnecessary call to radeonEmitState
fixes bo space accounting errors
This commit is contained in:
parent
0aad2aee66
commit
49876ab6a7
1 changed files with 0 additions and 2 deletions
|
|
@ -1123,8 +1123,6 @@ void radeonFlush(GLcontext *ctx)
|
|||
if (radeon->dma.flush)
|
||||
radeon->dma.flush( ctx );
|
||||
|
||||
radeonEmitState(radeon);
|
||||
|
||||
if (radeon->cmdbuf.cs->cdw)
|
||||
rcommonFlushCmdBuf(radeon, __FUNCTION__);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue