[Mesa-dev] [Bug 78773] Doom3 BFG doesnt start

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 26 03:54:01 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78773

--- Comment #8 from Tapani Pälli <lemody at gmail.com> ---
Took a bit more look. The problem is that game opens a core context but expects
to use legacy/compatibility extensions like GL_ARB_multitexture. Same happens
with GL_ARB_texture_compression and GL_ARB_vertex_buffer_object which it
queries as well.

You can get a bit further by forcing a legacy context (using
MESA_GL_VERSION_OVERRIDE=2.0) but then after getting through extension checks
there are problems with shader compiler because shaders seem to be gles3 (have
"#version 300 es" in them), I'm not sure how to debug this further, I think
there are issues either in the game or glew.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140526/5c3e0733/attachment.html>


More information about the mesa-dev mailing list