https://bugs.freedesktop.org/show_bug.cgi?id=38280
Summary: [bisected] regression : etqw tree/water wrong rendering Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/R600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: pelloux@gmail.com
Created an attachment (id=47923) --> (https://bugs.freedesktop.org/attachment.cgi?id=47923) incorrect rendering
commit 9346d895e7ff6c1f01b46513694542026ffba5cc broke tree and water rendering in etqw (Island map) See attached screenshots.
I'm using r600g + HD4850
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #1 from Pierre-Eric Pelloux-Prayer pelloux@gmail.com 2011-06-14 00:57:56 PDT --- Created an attachment (id=47924) --> (https://bugs.freedesktop.org/attachment.cgi?id=47924) correct rendering for comparison
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Pierre-Eric Pelloux-Prayer pelloux@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/R600 |Drivers/Gallium/r600
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Sven Arvidsson sa@whiz.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sa@whiz.se
--- Comment #2 from Sven Arvidsson sa@whiz.se 2011-06-14 05:15:19 PDT --- Interesting, I get the opposite behaviour on my HD5670.
Rendering of trees and water is fixed with commit 9346d89, otherwise broken in the same way as in your screenshot.
I wonder if this means that the same commit broke rendering in Doom3 on non-Evergreen hardware?
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #3 from Andy Furniss lists@andyfurniss.entadsl.com 2011-06-14 05:54:32 PDT --- (In reply to comment #2)
I wonder if this means that the same commit broke rendering in Doom3 on non-Evergreen hardware?
Yes. with current master on 4890 there is no distortion behind glass, there is with 9346d895e7ff6c1f01b46513694542026ffba5cc reverted.
Also see the same regression as the OP in etqw.
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #4 from Vadim ptpzz@yandex.ru 2011-06-14 10:44:29 PDT --- Created an attachment (id=47965) View: https://bugs.freedesktop.org/attachment.cgi?id=47965 Review: https://bugs.freedesktop.org/review?bug=38280&attachment=47965
patch
This patch should restore previous behaviour for r600&r700 hw.
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #5 from Pierre-Eric Pelloux-Prayer pelloux@gmail.com 2011-06-15 00:27:58 PDT ---
(In reply to comment #4)
This patch should restore previous behaviour for r600&r700 hw.
Just tested it on ETQW, water and trees are properly rendering.
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #6 from Andy Furniss lists@andyfurniss.entadsl.com 2011-06-15 02:21:07 PDT --- (In reply to comment #4)
Created an attachment (id=47965)
View: https://bugs.freedesktop.org/attachment.cgi?id=47965 Review: https://bugs.freedesktop.org/review?bug=38280&attachment=47965
patch
This patch should restore previous behaviour for r600&r700 hw.
Works for me with etqw and doom3-demo.
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Andreas Boll andreas.boll.dev@gmail.com 2012-08-23 17:55:30 UTC --- fixed with:
commit 016621ee142682153cb292cd3774e6d9377871ae Author: Vadim Girlin vadimgirlin@gmail.com Date: Tue Jun 14 21:11:04 2011 +0400
r600: fix SPI inputs setup on r600/r700
Signed-off-by: Vadim Girlin vadimgirlin@gmail.com Signed-off-by: Dave Airlie airlied@redhat.com
dri-devel@lists.freedesktop.org