Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | sna: Process all clip boxes when rastering segments | Chris 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-08 | sna: Fixup fb wrapper | Chris Wilson | |
To accommodate changes in the Xserver and avoid breakage; would have been much easier had the fb been exported in the first place. |