[Mesa-dev] [Bug 109140] [KBL-G][GL] KHR-GL43.compute_shader.max test failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 10 16:22:59 UTC 2019


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

Marek Olšák <maraeo at gmail.com> changed:

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

--- Comment #3 from Marek Olšák <maraeo at gmail.com> ---
The test checks the value of GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS using
glGetInteger64v. The returned value is greater than 2G. The test incorrectly
converts the value to GLint, which ends up being a negative number. This is a
test bug.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190110/43a53065/attachment.html>


More information about the mesa-dev mailing list