https://bugs.freedesktop.org/show_bug.cgi?id=98002
Bug ID: 98002 Summary: Mud rendering bug in Portal 2 Product: Mesa Version: 12.0 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: geecko.dev@free.fr QA Contact: dri-devel@lists.freedesktop.org
Created attachment 126930 --> https://bugs.freedesktop.org/attachment.cgi?id=126930&action=edit Screenshot
Software: - Linux 4.7.5 - mesa 12.0.2 / llvm 3.8.1 - mesa 1d466b9 / llvm 282838
R9 Fury
See the screenshot attached. All the golden reflective surface should be dark as shown here: https://youtu.be/A0K5EXfgJnk?t=1h19m52s
You can find an apitrace here. http://ge.tt/6mikBDf2
https://bugs.freedesktop.org/show_bug.cgi?id=98002
--- Comment #1 from Nicolai Hähnle nhaehnle@gmail.com --- Thank you for the report. I can reproduce this and will investigate.
https://bugs.freedesktop.org/show_bug.cgi?id=98002
--- Comment #2 from Clément Guérin geecko.dev@free.fr --- Nice. I also noticed that the heroe's hands a completely black during the final boss scene. Should I open a separate issue?
https://bugs.freedesktop.org/show_bug.cgi?id=98002
--- Comment #3 from Michel Dänzer michel@daenzer.net --- (In reply to Clément Guérin from comment #2)
Nice. I also noticed that the heroe's hands a completely black during the final boss scene. Should I open a separate issue?
Sounds like bug 96512.
https://bugs.freedesktop.org/show_bug.cgi?id=98002
--- Comment #4 from Nicolai Hähnle nhaehnle@gmail.com --- Those black objects could well be bug 96512. We may have to revisit it somehow.
Meanwhile, the first incorrect rendering of the issue here happens @514365 with program 3332, vertex shader source @79150, fragment shader @79234. There's no shadow sampling involved, so it must be a different bug.
https://bugs.freedesktop.org/show_bug.cgi?id=98002
Nicolai Hähnle nhaehnle@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Component|Drivers/Gallium/radeonsi |Mesa core QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org
--- Comment #5 from Nicolai Hähnle nhaehnle@gmail.com --- I still don't know what causes the surfaces to be too bright. However, the excessive brightness also appears with llvmpipe, so this bug doesn't seem specific to radeonsi. Reassigning to Mesa core.
dri-devel@lists.freedesktop.org