Created attachment 88041 [details] sna (top) compared to uxa (bottom) When running Java2Demo with the old X11 pipeline, when SNA is enabled certain border lines of panels are missing. Simply: java -jar Java2Demo.jar
Created attachment 88042 [details] Java2Demo
forgot to mention, after starting java2demo you have to click on a specific demo-page in the tab-list, otherwise only the intro animation is shownn
Created attachment 88043 [details] sna (top) compared to uxa (bottom)
That looks to be a regression as I don't remember that in the past.
openjre-jdk-7 (or something like that) I get identical results as shown above for SNA, even after disabling acceleration. That's weird. It rules out a lot of the code, and I am not sure quite what's left...
PolyRectangle is the operation that is incomplete here.
commit 5da329735ca79517a326aee002685bf33e8db861 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 1 14:30:14 2013 +0000 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>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.