[Bug 111431] [bisected][regression][icl] dEQP GLES3 texsubimage3d_depth failures

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 27 00:48:07 UTC 2019


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

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Kenneth Graunke <kenneth at whitecape.org> ---
This should be fixed by:

commit 2e1be771e47adf1d06901283ffb8df0d83f28b3c
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Aug 23 17:32:06 2019 -0700

    isl: Don't set UnormPathInColorPipe for integer surfaces.

I am unclear what the underlying issue is, but setting this bit shouldn't
actually do anything particularly useful for integer formats.  If it introduces
any precision issues, it could definitely affect our bit-for-bit copies (via
blorp_copy), which was what was causing this test to fail.  I verified that
denying it for integer formats doesn't regress performance in Manhattan 3.0 on
i965, which was the largest gain from the original patch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190827/4c35f404/attachment.html>


More information about the intel-3d-bugs mailing list