Summary: | piglit arb_uniform_buffer_object-getintegeri_v regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | fredrik, xunx.fang |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2013-01-14 00:00:45 UTC
It's the piglit test that's broken. It assumes that GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT is 1, which is not the case with gallium drivers. Patch sent to the piglit mailing list. http://lists.freedesktop.org/archives/piglit/2013-January/004742.html Fixed by piglit commit: commit 7651a69e6c58d4d28373225a67ccac10468f2afe Author: Ian Romanick <ian.d.romanick@intel.com> Date: Mon Jan 28 17:04:41 2013 -0800 GL_ARB_ubo/getintegeri_v: Respect implementation value of GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Cc: Vinson Lee <vlee@freedesktop.org> Cc: Fredrik Höglund <fredrik@kde.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59331 *** Bug 61043 has been marked as a duplicate of this bug. *** Verified it on mesa master and 9.1 branch with latest piglit. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.