Created attachment 105337 [details] screenshot of the issue Unity is invisible when using latest mesa git from Oibaf PPA. It started happening after update from yesterday or two days ago (updating almost daily). Ubuntu 14.04 with kernel 3.16.1 and Ubuntu 14.10 with kernel 3.16.0.
Please attach your xorg log and dmesg ouput. Can you bisect mesa?
Created attachment 105338 [details] dmesg
Created attachment 105339 [details] Xorg.0.log
Created attachment 105340 [details] another screenshot showing corruption
I have no idea how to bisect mesa tbh. I'll look into it later and see if I can manage.
Created attachment 105341 [details] systemd-logind fail Not sure if it's relevant, but this shows up along with latest mesa and those Unity glitches.
Comment on attachment 105340 [details] another screenshot showing corruption This happened after lightdm restart, suddenly Unity works, but everything else is corrupted.
Not usung Unity or Ubuntu, but i also have these ussues on Kabini, problem started with http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbbe3b65adee44c164532d7afb4ff8fd8f88bbf4
I'm using oibaf's ppa with Ubuntu 14.04 and I can confirm that it's happening as the OP reported. (Attaching my Xorg.log to help with the ticket)
Created attachment 105350 [details] Gabriel Mazetto's Xorg.log
*** Bug 83167 has been marked as a duplicate of this bug. ***
(In reply to comment #8) > [...] problem started with http://cgit.freedesktop.org/mesa/mesa/commit/ > ?id=bbbe3b65adee44c164532d7afb4ff8fd8f88bbf4 Eric, any ideas? I haven't seen this myself yet, but several people have bisected these problems to your commit above. The only obvious semantic difference I can see before and after the patch is that before it, all formats out of a group with at least one unsupported format were converted, whereas after it, supported formats are always used directly, even if some other related formats are not supported.
Created attachment 105365 [details] [review] u_vbuf: Make sure all caps are initialized Does this patch help? I think caps.user_vertex_buffers being randomly 1 could explain the symptoms.
(In reply to comment #13) > Created attachment 105365 [details] [review] [review] > u_vbuf: Make sure all caps are initialized > > Does this patch help? I think caps.user_vertex_buffers being randomly 1 > could explain the symptoms. Yes, patch worked.
Did an updated from Oibaf PPA few minutes ago, problem fixed, thank you ;)
(In reply to comment #13) > Created attachment 105365 [details] [review] [review] > u_vbuf: Make sure all caps are initialized > > Does this patch help? I think caps.user_vertex_buffers being randomly 1 > could explain the symptoms. Yes, fixes for me.
Module: Mesa Branch: master Commit: 6cd0dbc415dd092a72a8941c45ba812b9fe74b24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cd0dbc415dd092a72a8941c45ba812b9fe74b24 Author: Michel Dänzer <michel.daenzer@amd.com> Date: Thu Aug 28 11:12:20 2014 +0900 u_vbuf: Make sure all caps are initialized
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.