sna: Add FORCE_FALLBACK debugging hook for PutImage
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
35c0ef586b
commit
7c81bcd0c4
|
|
@ -2907,6 +2907,9 @@ sna_put_image(DrawablePtr drawable, GCPtr gc, int depth,
|
|||
|
||||
RegionTranslate(®ion, dx, dy);
|
||||
|
||||
if (FORCE_FALLBACK)
|
||||
goto fallback;
|
||||
|
||||
if (wedged(sna))
|
||||
goto fallback;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue