Summary: | texelFetch should always perform sRGB decode | ||
---|---|---|---|
Product: | Mesa | Reporter: | Kenneth Graunke <kenneth> |
Component: | Drivers/DRI/i965 | Assignee: | Kenneth Graunke <kenneth> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | azhar.shaikh, harish.krupo.kps, pallavi.g |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 94448 |
Description
Kenneth Graunke
2017-04-11 05:24:13 UTC
Hi Ken-Thanks for filing. So is this (for sure) a mesa issue? If so, can you help me determine a priority? Thank you. @Ken-Is this something we should review again as we get closer to Android O? Yes. Discussed the spec at Khronos. Still need to fix this. The srgb-txf branch of my tree has patches to fix this, I ought to drop the BRW_META_IN_PROGRESS rubbish (which causes more CPU overhead) in favor of whacking the uses_txf bitfield somehow. I'll want to do that before sending them for review. Nicolai just fixed this on radeonsi today, so I may have to rebase. The same test is failing in the Android-IA on O. It would be great if we get the fix quickly as possible. Kindly let me know the status of the fix. There are patches to fix the bug here, https://cgit.freedesktop.org/~kwg/mesa/log/?h=srgb-txf but I haven't mailed them out for review yet because Nicolai is imminently pushing patches that conflict with them. I should be able to sort it out tomorrow. Thank you will try with the patches(In reply to Kenneth Graunke from comment #7) > There are patches to fix the bug here, > https://cgit.freedesktop.org/~kwg/mesa/log/?h=srgb-txf > > but I haven't mailed them out for review yet because Nicolai is imminently > pushing patches that conflict with them. I should be able to sort it out > tomorrow. Fixed by commit cb9a4ae6c00245398aa63644bf6ab4f1b09050fa Author: Kenneth Graunke <kenneth@whitecape.org> Date: Sat Sep 9 00:20:26 2017 -0700 i965: Ignore GL_SKIP_DECODE_EXT for textures accessed via texelFetch(). Thanks to Nicolai and Jason for reviewing. |
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.