Summary: | GL_EXT_texture_sRGB_decode still broken | ||
---|---|---|---|
Product: | Mesa | Reporter: | andreas.sturmlechner |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | darkbasic, imamdxl8805, mike |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
screenshot of civ4 on wine-1.3.15 with mesa-7.11.2
output of glxinfo32 with latest mesa git |
Description
andreas.sturmlechner
2012-03-31 06:11:03 UTC
Created attachment 59308 [details]
output of glxinfo32 with latest mesa git
still present in Mesa 8 and Mesa 8-devel (git) I have this problem on i915 too. So MESA_EXTENSION_OVERRIDE="-GL_EXT_texture_sRGB_decode" is not working. Have the same problem on Sandy Bridge gen2. Too dark s3tc-compressed textures in most of games on wine. Disabling s3tc makes some textures to bright. Disabling GL_EXT_texture_sRGB_decode helps. Have the same problem on Sandy Bridge gen2. Too dark s3tc-compressed textures in most of games on wine. Disabling s3tc makes some textures too bright. Disabling GL_EXT_texture_sRGB_decode helps. Thx, I tried it immediately (patched mesa-8.1_rc1_pre20120724) but without success. Builds fine, but the same graphics issue as before. Pardon, I failed. :) After patching the actually relevant mesa-32bit packge it seems to be FIXED! :D *** Bug 40509 has been marked as a duplicate of this bug. *** Thanks! commit 19bd5936af7278c0cce0728e8d6dec1a951eaf58 Author: Eric Anholt <eric@anholt.net> Date: Mon Jul 30 11:04:57 2012 -0700 i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats. Fixes some failures in getteximage-formats. v2: Remove stray include, and drop extra test for encoding == GL_SRGB -- _mesa_get_srgb_format_linear() returns the same format if it wasn't SRGB. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48120 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1) NOTE: This is a candidate for the 8.0 branch. |
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.