https://bugs.freedesktop.org/show_bug.cgi?id=31771
Summary: r600g: sauerbraten missing gun (r600c works) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: edwintorok@gmail.com
Created an attachment (id=40411) --> (https://bugs.freedesktop.org/attachment.cgi?id=40411) ~/.sauerbraten/config.cfg
Similar bug to https://bugs.freedesktop.org/show_bug.cgi?id=31667 , but this time in an open-source game. See attached screenshots: r600g shows no gun, r600c does.
To reproduce: 1. Copy the .cfg attached to this bug to ~/.sauerbraten 2. Run sauerbraten (version 0.0.20100728.dfsg-2 if you're using Debian) 3. Campaign -> Start Level 9 4. Wait till it loads 5. You should see a gun, instead you just see the targeting reticule
Sauerbraten says: LIBGL_DRIVERS_PATH=$HOME/mesa/lib/gallium sauerbraten Using home directory: /home/edwin/.sauerbraten init: sdl init: net init: game init: video: mode init: video: misc init: gl Renderer: Gallium 0.4 on AMD RV730 (X.Org) Driver: 2.1 Mesa 7.10-devel Rendering using the OpenGL assembly/GLSL shader path. init: console init: gl: effects init: world init: sound init: cfg init: mainloop read map packages/base/lost.ogz (0.5 seconds) game mode is SP
This is with latest mesa git, commit 185d862cd8cd0a56dd86daa01d9c692ff4abfb54: OpenGL renderer string: Gallium 0.4 on AMD RV730 OpenGL version string: 2.1 Mesa 7.10-devel OpenGL shading language version string: 1.20
https://bugs.freedesktop.org/show_bug.cgi?id=31771
--- Comment #1 from Török Edwin edwintorok@gmail.com 2010-11-19 10:37:58 PST --- Created an attachment (id=40412) --> (https://bugs.freedesktop.org/attachment.cgi?id=40412) ~/.sauerbraten/init.cfg
https://bugs.freedesktop.org/show_bug.cgi?id=31771
--- Comment #2 from Török Edwin edwintorok@gmail.com 2010-11-19 10:40:05 PST --- Created an attachment (id=40413) --> (https://bugs.freedesktop.org/attachment.cgi?id=40413) r600c screenshot (good)
https://bugs.freedesktop.org/show_bug.cgi?id=31771
--- Comment #3 from Török Edwin edwintorok@gmail.com 2010-11-19 10:40:55 PST --- Created an attachment (id=40414) --> (https://bugs.freedesktop.org/attachment.cgi?id=40414) r600g screenshot (bad)
https://bugs.freedesktop.org/show_bug.cgi?id=31771
--- Comment #4 from Alex Deucher agd5f@yahoo.com 2010-11-19 12:08:18 PST --- This is probably a duplicate of bug 31613
https://bugs.freedesktop.org/show_bug.cgi?id=31771
--- Comment #5 from Török Edwin edwintorok@gmail.com 2010-11-19 13:00:26 PST --- (In reply to comment #4)
This is probably a duplicate of bug 31613
Tried reverting that commit, it didn't help.
https://bugs.freedesktop.org/show_bug.cgi?id=31771
Tilman Sauerbeck tilman@code-monkey.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Tilman Sauerbeck tilman@code-monkey.de 2011-01-07 10:35:27 PST --- Fixed by
commit 97e2aa31c6e735d5f6bd1d67a4dd8da2605aedc8 Author: Henri Verbeet hverbeet@gmail.com Date: Fri Jan 7 17:06:11 2011 +0100
r600g: Split ALU clauses based on used constant cache lines.
dri-devel@lists.freedesktop.org