[Mesa-dev] [Bug 105105] Suffixless KHR_robustness functions aren't exposed in ES 3.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 12 04:08:35 UTC 2018


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

Tapani Pälli <lemody at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #8 from Tapani Pälli <lemody at gmail.com> ---
This is now fixed in opengl-es-cts-3.2.4 by following commit, resolving this
one as NOTOURBUG.

--- 8< ---
commit c693c85a5f9983caab94c3973e6dc0efaae57b0c
Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Thu Apr 5 08:13:46 2018 +0300

    Prefer KHR entrypoints instead of EXT for robustness tests

    When resolving function entrypoints, framework resolves EXT
    entrypoints after KHR to the same pointers. There are drivers that
    implement only KHR entrypoints, prefer KHR over EXT so that KHR
    entrypoints will be the ones used if both extensions are supported
    by the driver.

    Components: OpenGL ES
    VK-GL-CTS issue: 1107

    Affects:
    KHR-NoContext.es32.robustness.getnuniform
    KHR-NoContext.es32.robustness.readnpixels

    Change-Id: Iec5f7cbdd53061e105b3445f7613ee41fccc4553
    Signed-off-by: Tapani Pälli <tapani.palli at intel.com>

-- 
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/mesa-dev/attachments/20180412/bedc29e9/attachment.html>


More information about the mesa-dev mailing list