[PATCH] EXA: Try to prevent the valid regions from growing too many rects.
Maarten Maathuis
madman2003 at gmail.com
Sat Feb 14 08:51:50 PST 2009
On Sat, Feb 14, 2009 at 2:28 PM, Michel Dänzer <michel at daenzer.net> wrote:
> + /* Try to prevent source valid region from growing too many rects */
> + if (REGION_NUM_RECTS(pValidSrc) > 10)
> + REGION_SUBTRACT(pScreen, pValidSrc, pValidSrc, pValidDst);
You're removing the valid dst region from the src region, why?
Maarten.
More information about the xorg-devel
mailing list