[Mesa-dev] [Bug 96979] Mesa 10.5.7 implementation error: Trying to disable permanently enabled extensions

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 21 08:39:46 UTC 2016


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

--- Comment #4 from Ruslan Kabatsayev <b7.10110111 at gmail.com> ---
Trying this with Mesa 11.0.2 doesn't crash glxinfo, but I still get the
following discrepancy:

$ glxinfo | grep GL_APPLE_texture_max_level
$ MESA_EXTENSION_OVERRIDE=-GL_APPLE_texture_max_level glxinfo >/dev/null
Mesa 11.0.2 implementation error: Trying to disable permanently enabled
extensions: GL_APPLE_texture_max_level
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa

I.e. despite the extension isn't listed by glxinfo, disabling it explicitly
leads to error message saying that it's permanently enabled. It seems
permanently enabled extensions should be present in glGetString(GL_EXTENSIONS)
and similar API's results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160721/3b9f3600/attachment.html>


More information about the mesa-dev mailing list