sna/dri2: Always force the async blits to be immediate

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-05-31 21:58:13 +01:00
parent 1b5f91e142
commit b1c07c20a3
1 changed files with 1 additions and 1 deletions

View File

@ -1735,7 +1735,7 @@ sna_dri2_immediate_blit(struct sna *sna,
event));
info->type = SWAP_THROTTLE;
if (sna_dri2_window_get_chain((WindowPtr)draw) == info) {
if (!sync || sna_dri2_window_get_chain((WindowPtr)draw) == info) {
DBG(("%s: no pending blit, starting chain\n",
__FUNCTION__));