Bug 65590 - Mesa 9.1.3 implementation error
Summary: Mesa 9.1.3 implementation error
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/X11 (show other bugs)
Version: 9.1
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 00:01 UTC by beh
Modified: 2013-06-10 00:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description beh 2013-06-10 00:01:21 UTC
When I run this line in shell, I receive the following output message:

$ glxgears
Mesa 9.1.3 implementation error: Trying to enable/disable unknown extension GL_ANGLE_texture_compression_dxt
Please report at bugs.freedesktop.org
Mesa 9.1.3 implementation error: Trying to enable unknown extension: GL_ANGLE_texture_compression_dxt
Please report at bugs.freedesktop.org
2274 frames in 5.0 seconds = 454.686 FPS
Comment 1 Matt Turner 2013-06-10 00:39:56 UTC
It looks like you have the environment variable MESA_EXTENSION_OVERRIDE set to GL_ANGLE_texture_compression_dxt (which isn't an extension, only GL_ANGLE_texture_compression_dxt3 and GL_ANGLE_texture_compression_dxt5 are).

Closing as INVALID, unless my assumption was wrong.
Comment 2 Matt Turner 2013-06-10 00:44:37 UTC
Hm, it's more complicated that this. GL_ANGLE_texture_compression_dxt is an extension spec that lists *dxt{1,3,5} as name strings. Maybe we should force on these when GL_ANGLE_texture_compression_dxt is specified as an extension override?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.