[Bug 81655] [SNB+ Bisected]Ogles3conform GL3Tests_shadow_shadow_execution_frag.test fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 7 14:49:58 PDT 2014


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

Anuj Phogat <anuj.phogat at gmail.com> changed:

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

--- Comment #6 from Anuj Phogat <anuj.phogat at gmail.com> ---
Fixed on mesa master by:
commit 9548ba6e7bb8e631f6ef6236f7425725239742fe
Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Mon Jul 21 16:58:42 2014 -0700

    mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data

    because float depth texture data needs clamping to [0.0, 1.0]. Let the
    _mesa_texstore() fallback to slower path.

    Fixes Khronos GLES3 CTS tests:
    shadow_execution_vert
    shadow_execution_frag

    V2: Move the check to _mesa_texstore_can_use_memcpy() function.
        Add check for floating point data types.

    Cc: <mesa-stable at lists.freedesktop.org>
    Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
    Reviewed-by: Marek Olšák <marek.olsak at amd.com>

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


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