https://bugs.freedesktop.org/show_bug.cgi?id=56918
Priority: medium Bug ID: 56918 Assignee: dri-devel@lists.freedesktop.org Summary: [R350] Black labels on MapsGL Severity: normal Classification: Unclassified OS: Linux (All) Reporter: s.j.turner@uqconnect.net Hardware: x86 (IA32) Status: NEW Version: 9.0 Component: Drivers/Gallium/r300 Product: Mesa
Created attachment 69809 --> https://bugs.freedesktop.org/attachment.cgi?id=69809&action=edit 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.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
Alex Deucher agd5f@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #69809|text/plain |image/png mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #1 from Tom Stellard tstellar@gmail.com --- (In reply to comment #0)
Can you set the environment variable RADEON_DEBUG=fp,vp and then post the debugging output you get with firefox and Google MapsGL.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #2 from madbiologist s.j.turner@uqconnect.net --- 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?
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #3 from Tom Stellard tstellar@gmail.com --- (In reply to comment #2)
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.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #4 from madbiologist s.j.turner@uqconnect.net --- Created attachment 69823 --> https://bugs.freedesktop.org/attachment.cgi?id=69823&action=edit radeon debug output
Thanks. Attached file is from using Google MapsGL on Firefox 16.0.2 with Mesa 9.0.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #5 from Tom Stellard tstellar@gmail.com --- 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
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #6 from madbiologist s.j.turner@uqconnect.net --- Created attachment 70121 --> https://bugs.freedesktop.org/attachment.cgi?id=70121&action=edit 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.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #7 from madbiologist s.j.turner@uqconnect.net --- Created attachment 70122 --> https://bugs.freedesktop.org/attachment.cgi?id=70122&action=edit new screenshot from Mesa 9.0
https://bugs.freedesktop.org/show_bug.cgi?id=56918
Alex Deucher agd5f@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #70122|text/plain |image/png mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #8 from madbiologist s.j.turner@uqconnect.net --- Woops, sorry about that last attachment. Thanks Alex for fixing it.
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #9 from Tomasz P. son_of_the_osiris@interia.pl --- So your issue is fixed or not ?
https://bugs.freedesktop.org/show_bug.cgi?id=56918
Tomasz P. son_of_the_osiris@interia.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=56918
madbiologist s.j.turner@uqconnect.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #10 from madbiologist s.j.turner@uqconnect.net --- 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
https://bugs.freedesktop.org/show_bug.cgi?id=56918
Patrick Ohly patrick.ohly@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |63471
https://bugs.freedesktop.org/show_bug.cgi?id=56918
Patrick Ohly patrick.ohly@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on|63471 |
https://bugs.freedesktop.org/show_bug.cgi?id=56918
--- Comment #11 from madbiologist s.j.turner@uqconnect.net --- Any update on this?
https://bugs.freedesktop.org/show_bug.cgi?id=56918
GitLab Migration User gitlab-migration@fdo.invalid changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |MOVED
--- Comment #12 from GitLab Migration User gitlab-migration@fdo.invalid --- -- 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.
dri-devel@lists.freedesktop.org