https://bugs.freedesktop.org/show_bug.cgi?id=30948
Summary: Regression in r600 driver: due to commit 603741a86df0e43c0b52e8c202a35c7fe2fc1d9c some texture broken Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/R600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: crazy-ivanovic@gmx.net
Created an attachment (id=39500) --> (https://bugs.freedesktop.org/attachment.cgi?id=39500) screenshot of breakage due to regression
http://cgit.freedesktop.org/mesa/mesa/commit/?id=603741a86df0e43c0b52e8c202a... does break displaying the wesnoth-gl branch when using the r600 classic driver. Things are displayed nicely using r600 gallium. It looks like some completely wrong textures are displayed (so the "wrong stuff" displayed appears to be something from a wrong region of the grahpics ram or something like this). Wesnoth is using FBOs (regarding what I heard from alink) to display stuff.
I attached a screenshot of what is shown as well as what should be shown.
To reproduce this: svn co -r47099 svn://svn.gna.org/svn/wesnoth/branches/ogl wesnoth-ogl cd wesnoth-ogl cmake . make ./wesnoth .
I explicitly mention a revision in case that all the menu setup stuff is changed over the next days. In general compiling wesnoth can also be done using scons or autotool and always does require the dependencies listed at http://wiki.wesnoth.org/CompilingWesnoth . The resulting svn checkout needs about 1GB on the harddrive and compiling will take some time (usually longer than compiling a kernel).
https://bugs.freedesktop.org/show_bug.cgi?id=30948
--- Comment #1 from Nils Kneuper crazy-ivanovic@gmx.net 2010-10-18 03:38:48 PDT --- Created an attachment (id=39501) --> (https://bugs.freedesktop.org/attachment.cgi?id=39501) what should be shown / is shown with r600g
https://bugs.freedesktop.org/show_bug.cgi?id=30948
Jerome Glisse glisse@freedesktop.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression in r600 driver: |[RADEON:KMS::R600G] some |due to commit |texture broken regression |603741a86df0e43c0b52e8c202a |due to commit |35c7fe2fc1d9c some texture |603741a86df0e43c0b52e8c202a |broken |35c7fe2fc1d9c
--- Comment #2 from Jerome Glisse glisse@freedesktop.org 2011-02-09 07:38:20 PST --- Does it works now ?
https://bugs.freedesktop.org/show_bug.cgi?id=30948
Nils Kneuper crazy-ivanovic@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Nils Kneuper crazy-ivanovic@gmx.net 2011-02-13 08:27:22 PST --- Yeah, it seems to be fixed now, though I was probably using a different card when last testing it. Now using evergreen (hd5850) and it does display things correctly, both when using r600c as well as r600g.
dri-devel@lists.freedesktop.org