Skip to content

Commit

Permalink
sgxDoneCopy: No need to wait for blits to complete
Browse files Browse the repository at this point in the history
Somehow it works fine without it, revert that if it turns out there are
artefacts

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
  • Loading branch information
freemangordon authored and MerlijnWajer committed Nov 22, 2021
1 parent 109ce31 commit ecd60e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/omap_exa_pvr.c
Expand Up @@ -969,8 +969,6 @@ sgxDoneCopy(PixmapPtr pPixmap)

sgxCopyNextBatch(pPixmap->drawable.pScreen, TRUE);

waitForBlitsCompleteOnDeviceMem(pPixmap);

gsCopy2DOp.renderOp.pSrc = NULL;
gsCopy2DOp.renderOp.pDest = NULL;
}
Expand Down

0 comments on commit ecd60e0

Please sign in to comment.