summaryrefslogtreecommitdiff
path: root/src/sna/fb/fbline.c
AgeCommit message (Collapse)Author
2013-11-01sna: Process all clip boxes when rastering segmentsChris Wilson
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>
2012-07-08sna: Fixup fb wrapperChris Wilson
To accommodate changes in the Xserver and avoid breakage; would have been much easier had the fb been exported in the first place.