Summary: | [llvmpipe] GL_EXT_texture_compression_s3tc is no longer enabled even when libtxc_dxtn is available. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | brianp, lemody, mattst88 |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch to add HAVE_DLOPEN |
Description
Vinson Lee
2012-08-28 02:43:56 UTC
(In reply to comment #0) > $ scons Looks like gallium.py needs to be modified to check for dlopen and define HAVE_DLOPEN. It can probably be added in the same spot where _GNU_SOURCE is defined, but I don't know anything about scons. Created attachment 66215 [details] [review] patch to add HAVE_DLOPEN Pushed. Thanks. (In reply to comment #3) > Pushed. Thanks. Is that patch really right? Shouldn't that be added to gallium.py where _GNU_SOURCE is? (In reply to comment #4) > (In reply to comment #3) > > Pushed. Thanks. > > Is that patch really right? Shouldn't that be added to gallium.py where > _GNU_SOURCE is? yes, seems I was being too hasty here, did not realize the OS specific configuration choices are made in gallium.py, sorry :/ |
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.