Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_cairo_xcb_surface_picture: Check for fallback
If a cairo surface's fallback member is set, the current content of that surface is in-memory and the X server has an outdated version of stuff. Our optimizations for doing in-server copies are wrong in this case and we should do stuff in cairo instead of the X server. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
- Loading branch information