On 02 Jul 2010 17:19:18 +0200, Soeren Sandmann <[email protected]> wrote: > Chris Wilson <[email protected]> writes: > > > Fixes: > > > > Bug 27313 - random X11 crash (SIGSEGV) when rendering firefox in > > pixman/intel > > https://bugs.freedesktop.org/show_bug.cgi?id=27313 > > > > As pixman does not guard against a fill request outside of the buffer, > > we must be be careful and trim oversized fills. > > Shouldn't this be clipped before it hits fbFill() by the code in > fbPolyFillRect()?
AIUI (after grepping the tree to try and understand the clipping a bit better..), an unclipped Window's fbGetCompositeClip() is the screen bounds and not the drawable's. -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
