Created attachment 69809 [details] screenshot from Mesa 9.0 Using a Radeon 9800 Pro 128MB (R350) on both Mesa 8.04 and Mesa 9.0. All of the labels in Google MapsGL are black rectangles. This is actually slightly worse on Mesa 9.0, with which the location names (at lower zoom levels) park, national park and state forest labels now show text on a black background instead of normal text as before. On both versions of Mesa the street names are not shown, there are only black rectangles where the street names should be. Attached screenshot is from Firefox 16.0.2 running on Mesa 9.0 on Ubuntu 12.10. The 3.5.0-2-generic #2-Ubuntu kernel is a bit out of date - I can update to the 3.5.0-17.28 kernel (which rebases to upstream 3.5.5 plus a few small changes) if that is important. Please note that this is NOT the same as bug 49088. The fix for that was specifically included in 8.0.4-0ubuntu0.1 and mentioned in the changelog.
(In reply to comment #0) > Created attachment 69809 [details] > screenshot from Mesa 9.0 > > Using a Radeon 9800 Pro 128MB (R350) on both Mesa 8.04 and Mesa 9.0. All of > the labels in Google MapsGL are black rectangles. This is actually slightly > worse on Mesa 9.0, with which the location names (at lower zoom levels) > park, national park and state forest labels now show text on a black > background instead of normal text as before. On both versions of Mesa the > street names are not shown, there are only black rectangles where the street > names should be. > > Attached screenshot is from Firefox 16.0.2 running on Mesa 9.0 on Ubuntu > 12.10. The 3.5.0-2-generic #2-Ubuntu kernel is a bit out of date - I can > update to the 3.5.0-17.28 kernel (which rebases to upstream 3.5.5 plus a few > small changes) if that is important. > > Please note that this is NOT the same as bug 49088. The fix for that was > specifically included in 8.0.4-0ubuntu0.1 and mentioned in the changelog. Can you set the environment variable RADEON_DEBUG=fp,vp and then post the debugging output you get with firefox and Google MapsGL.
How do I set that? In the GRUB kernel boot options? Or with "setenv"? And where do I look for the debugging output? dmesg? Xorg.log? Or somewhere else?
(In reply to comment #2) > How do I set that? In the GRUB kernel boot options? Or with "setenv"? And > where do I look for the debugging output? dmesg? Xorg.log? Or somewhere > else? Open a terminal a start firefox like this: RADEON_DEBUG=fp,vp firefox &>mapsgl.log Then do some stuff with MapsGL, close firefox and post the mapsgl.log file.
Created attachment 69823 [details] radeon debug output Thanks. Attached file is from using Google MapsGL on Firefox 16.0.2 with Mesa 9.0.
There are two failing shaders here. The first shader fails with too many instructions. It looks like we could get it to pass if we had a Common Subexpression Elimination optimization. The second shader fails because it uses 7 Texture indirections and the hardware can only do 4. However three of the Texture indirections contain only KIL instructions, so I think we may be able to fix it, but I need to see what the GLSL looks like. Can you add the environment variable MESA_GLSL=dump and post the output again: MESA_GLSL=dump RADEON_DEBUG=fp,vp firefox &>mapsgl.log
Created attachment 70121 [details] MESA_GLSL plus RADEON_DEBUG output Here is the new output while using Google MapsGL on Firefox 16.02 with Mesa 9.0. I'm now using the newer Ubuntu kernel mentioned above, and definitely Mesa 9.0. The previous log should be with Mesa 9.0, although I did upgrade from Mesa 8.04 while running an Ubuntu 12.10 alpha 2 LiveCD and obviously could not reboot - is a reboot necessary?. I'm now running the LiveCD of Ubuntu 12.10 final. I only mention this because the result looks slightly different for the park, national park, state forest, etc labels - they now have no visible text, just a black rectangle like the street names. The street names are unchanged, just black rectangles like before. I will attach a new screenshot.
Created attachment 70122 [details] new screenshot from Mesa 9.0
Woops, sorry about that last attachment. Thanks Alex for fixing it.
So your issue is fixed or not ?
Only 2 days waiting for a response before closing this bug? I think someone might be trigger happy. My comment 8 was referring to the fact that I had uploaded an attachment with the wrong MIME type, and that Alex Deucher was good enough to change the MIME type to the correct one. This issue is still occurring on Firefox 18.0 and continues to occur after updating to the xorg-edgers PPA. This PPA has Mesa 9.1~git20130104.r1.b8b1d61e-0ubuntu0ricotz~precise
Any update on this?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/344.
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.