Summary: | Missing rendering in Unity dash | ||
---|---|---|---|
Product: | Mesa | Reporter: | Christopher James Halse Rogers <chalserogers> |
Component: | Drivers/Gallium/r300 | Assignee: | Marek Olšák <maraeo> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | niklas.spamfilter, om26er |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Xorg.0.log
dmesg.txt glxinfo.txt |
Description
Christopher James Halse Rogers
2011-04-17 18:07:52 UTC
Created attachment 45747 [details]
Xorg.0.log
Created attachment 45748 [details]
dmesg.txt
Created attachment 45749 [details]
glxinfo.txt
This occurs on both mesa master (as of 2011/04/18, shown in logs) and 7.10.2. The bug can be reproduced on ATI R300/400/500 GPUs. These GPUs are no longer supported by fglrx so I couldn't verify if it was strictly a driver issue or if there was some error in our program code. However, the problem cannot be reproduced with a Radeon HD 4670 and the open source driver (or fglrx). Nor can it be reproduced with Intel GPUs such as the GMA 950 and above. The bug manifest itself in the Unity Dash. When an action is performed to show more icons in the dash, the rendering does not happen. Elements of the Dash only appear after the mouse moves over them, but this is the result of Unity refreshing the rendering. Some elements of the dash also disappear. This make me think that clipping could be involved. Unity makes extensive use of opengl scissoring. there is now a workaround in this commit: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/natty/nux/natty/revision/26 // jaytaoko: This is a hack for what looks like a bug (#726033) in the radeon opensource driver // on R300/400/500. Rather than passing a null region to glScissor, we give the clip area a 1 pixel width. Unity doesn't work here after upgrade from 10.10. It hangs after logging in. Could you possibly make a simple OpenGL test case reproducing this bug? It shouldn't be hard. Is it still an issue with current kernel and mesa ? -- 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/334. |
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.