radeon: remove unnecessary call to radeonEmitState

fixes bo space accounting errors
This commit is contained in:
Maciej Cencora 2009-11-09 23:11:29 +01:00
parent 0aad2aee66
commit 49876ab6a7

View file

@ -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__);