sna: Process all clip boxes when rastering segments
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Nov 2013 14:30:14 +0000 (14:30 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Nov 2013 14:30:14 +0000 (14:30 +0000)
commit5da329735ca79517a326aee002685bf33e8db861
tree13aa081e3a2a58717fd19af5160119c8f56d55c2
parent0d93b0ef343a635512c3835c797c469c17a7b584
sna: Process all clip boxes when rastering segments

The macro still had buried returns which were no longer valid after the
translation to handle clipping. They needed to be breaks from the inner
most loops to the outer clip box instead.

Reported-by: Clemens Eisserer <linuxhippy@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70802
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/fb/fbline.c
src/sna/fb/fblinebits.h
src/sna/sna_accel.c