mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=12520 .
This commit is contained in:
@@ -1288,7 +1288,8 @@ exaFillRegionTiled (DrawablePtr pDrawable,
|
||||
}
|
||||
|
||||
fallback:
|
||||
if (alu != GXcopy || !EXA_PM_IS_SOLID(pDrawable, planemask)) {
|
||||
if (alu != GXcopy || pPatOrg->x != 0 || pPatOrg->y != 0 ||
|
||||
!EXA_PM_IS_SOLID(pDrawable, planemask)) {
|
||||
REGION_TRANSLATE(pScreen, pRegion, -xoff, -yoff);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user