sna: Add FORCE_FALLBACK debugging hook for PutImage

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-01-26 13:35:15 +00:00
parent 35c0ef586b
commit 7c81bcd0c4
1 changed files with 3 additions and 0 deletions

View File

@ -2907,6 +2907,9 @@ sna_put_image(DrawablePtr drawable, GCPtr gc, int depth,
RegionTranslate(&region, dx, dy);
if (FORCE_FALLBACK)
goto fallback;
if (wedged(sna))
goto fallback;