https://bugs.freedesktop.org/show_bug.cgi?id=53632
Bug #: 53632 Summary: Radmon rendering corruptions Classification: Unclassified Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/Radeon AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: v10lator@myway.de
I get random rendering corruptions in Minecraft with a CAYMAN GPU (radeon HD 6950). It seems like the wrong textures are selected, see: Good: http://img713.imageshack.us/img713/492/mcgood.png Bad: http://img96.imageshack.us/img96/6417/mcbad.png
Also water seems to (randomly) choose the wrong texture in it's animation, resulting in flashing water. Also the game screen flashes blue sometimes.
There are no error logs at all and this seems to be triggered by Michel Dänzers patches to fix bug #45018 (see comment #119 there) as it wasn't there before. Please note that this has nothing to do with GLAMOR acceleration (not used when the corruptions occur).
https://bugs.freedesktop.org/show_bug.cgi?id=53632
--- Comment #1 from Michel Dänzer michel@daenzer.net 2012-08-17 08:28:09 UTC --- (In reply to comment #1)
Good: http://img713.imageshack.us/img713/492/mcgood.png Bad: http://img96.imageshack.us/img96/6417/mcbad.png
Please attach files here directly.
There are no error logs at all and this seems to be triggered by Michel Dänzers patches to fix bug #45018 (see comment #119 there) as it wasn't there before.
Can you bisect which commit exactly triggered it?
Do you have Jerome's kernel fix referenced in that report?
https://bugs.freedesktop.org/show_bug.cgi?id=53632
--- Comment #2 from Thomas Rohloff v10lator@myway.de 2012-08-17 08:40:26 UTC --- Created attachment 65672 --> https://bugs.freedesktop.org/attachment.cgi?id=65672 Good rendering
https://bugs.freedesktop.org/show_bug.cgi?id=53632
--- Comment #3 from Thomas Rohloff v10lator@myway.de 2012-08-17 08:40:54 UTC --- Created attachment 65673 --> https://bugs.freedesktop.org/attachment.cgi?id=65673 Bad rendering
https://bugs.freedesktop.org/show_bug.cgi?id=53632
--- Comment #4 from Thomas Rohloff v10lator@myway.de 2012-08-17 08:43:23 UTC --- (In reply to comment #1)
Please attach files here directly.
Sorry, done.
Can you bisect which commit exactly triggered it?
I'm not that good at bisecting (never did it) but I could try to remove your patches one by one. Would that help, too?
Do you have Jerome's kernel fix referenced in that report?
No. It's a 3.5 kernel without (DRI related) patches. Do I need the kernel patch, too?
https://bugs.freedesktop.org/show_bug.cgi?id=53632
--- Comment #5 from Michel Dänzer michel@daenzer.net 2012-08-17 08:47:30 UTC --- (In reply to comment #4)
Can you bisect which commit exactly triggered it?
I'm not that good at bisecting (never did it) but I could try to remove your patches one by one. Would that help, too?
Yes, that would be the poor man's way to isolate the commit. But you should really learn to bisect. :)
Do I need the kernel patch, too?
Yes.
https://bugs.freedesktop.org/show_bug.cgi?id=53632
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Radmon rendering |Random rendering |corruptions |corruptions
https://bugs.freedesktop.org/show_bug.cgi?id=53632
Thomas Rohloff v10lator@myway.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #6 from Thomas Rohloff v10lator@myway.de 2012-08-17 09:40:15 UTC --- (In reply to comment #5)
Do I need the kernel patch, too?
Yes.
The patch seems to fix my issue. Sorry for the trouble.
dri-devel@lists.freedesktop.org