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

Marek Olšák <mar...@gmail.com> changed:

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

--- Comment #3 from Marek Olšák <mar...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to