diff options
-rw-r--r-- | src/radeon_exa_shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_exa_shared.c b/src/radeon_exa_shared.c index 31e28703..45222b5c 100644 --- a/src/radeon_exa_shared.c +++ b/src/radeon_exa_shared.c @@ -157,6 +157,7 @@ PixmapPtr RADEONSolidPixmap(ScreenPtr pScreen, uint32_t solid) return NULL; } + info->accel_state->exa->WaitMarker(pScreen, info->accel_state->exaSyncMarker); memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4); return pPix; |