https://bugs.freedesktop.org/show_bug.cgi?id=64443
Priority: medium Bug ID: 64443 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g] Oil Rush (Steam version) crashes Severity: major Classification: Unclassified OS: All Reporter: romulasry@gmail.com Hardware: Other Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197977568184 [API loaded no] X Error of failed request: GLXBadFBConfig Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 34 () Serial number of failed request: 51 Current serial number in output stream: 80
https://bugs.freedesktop.org/show_bug.cgi?id=64443
romulasry@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical
https://bugs.freedesktop.org/show_bug.cgi?id=64443
romulasry@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Summary|[r600g] Oil Rush (Steam |Oil Rush (Steam version) |version) crashes |crashes Component|Drivers/Gallium/r600 |GLX
https://bugs.freedesktop.org/show_bug.cgi?id=64443
romulasry@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop |org |.org Component|GLX |Drivers/Gallium/r600
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #2 from romulasry@gmail.com --- (In reply to comment #1)
r600g doesn't support OpenGL 3.2 yet - that's why it fails
Doesn't seem like it will be too long until it is supported considering this list: http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #3 from Kenneth Graunke kenneth@whitecape.org --- But that's still several months out, and you probably don't want to wait that long. In the meantime, you can do: export MESA_GL_VERSION_OVERRIDE=3.2 export MESA_GLSL_VERSION_OVERRIDE=150
before launching OilRush...and it should work. I haven't tested it specifically but that works for both Unigine Heaven and Unigine Valley.
It might be worth adding a driconf setting to overrides these in a 9.1.4 release...not sure what people think about that.
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #4 from Mike Lothian mike@fireburn.co.uk --- That only working with the i965 driver at the moment
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #5 from romulasry@gmail.com --- (In reply to comment #3)
But that's still several months out, and you probably don't want to wait that long. In the meantime, you can do: export MESA_GL_VERSION_OVERRIDE=3.2 export MESA_GLSL_VERSION_OVERRIDE=150
before launching OilRush...and it should work. I haven't tested it specifically but that works for both Unigine Heaven and Unigine Valley.
It might be worth adding a driconf setting to overrides these in a 9.1.4 release...not sure what people think about that.
That screws up steam though, I get a whole bunch of these: /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (569) : Assertion Failed: glIsTexture( id ) /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (785) : Assertion Failed: glIsTexture( nTextureID ) == GL_TRUE
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #6 from romulasry@gmail.com --- (In reply to comment #3)
But that's still several months out, and you probably don't want to wait that long. In the meantime, you can do: export MESA_GL_VERSION_OVERRIDE=3.2 export MESA_GLSL_VERSION_OVERRIDE=150
before launching OilRush...and it should work. I haven't tested it specifically but that works for both Unigine Heaven and Unigine Valley.
It might be worth adding a driconf setting to overrides these in a 9.1.4 release...not sure what people think about that.
I used that and I still the the exact same error when I click "run".
https://bugs.freedesktop.org/show_bug.cgi?id=64443
--- Comment #7 from Vladimir Ysikov grantipak@gmail.com --- Radeonsi and r600g in master mesa now support OpenGL 3.3 and GLSL 3.30. This is enough to run unigine-heaven, unigine-valley and oilrush normaly. Bug may be closed?
https://bugs.freedesktop.org/show_bug.cgi?id=64443
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #8 from Marek Olšák maraeo@gmail.com --- (In reply to comment #7)
Radeonsi and r600g in master mesa now support OpenGL 3.3 and GLSL 3.30. This is enough to run unigine-heaven, unigine-valley and oilrush normaly. Bug may be closed?
Yes. Closing.
dri-devel@lists.freedesktop.org