Summary: | piglit arb_uniform_buffer_object-dlist regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | idr |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2013-01-26 01:40:10 UTC
These tests were incorrect. Patches have been posted to the piglit mailing list. Fixed by piglit commit: commit 10628a004e18190b015bacf7640b638c51db82d0 Author: Ian Romanick <ian.d.romanick@intel.com> Date: Mon Jan 28 11:12:08 2013 -0800 arb_uniform_buffer_object: Reference all UBO members from the shader OpenGL ES 3.0 (and presumably other versions of OpenGL) requires that UBO members that are not accessed by the shader not be marked as active. Previously these tests assumed that all members would be active regardless of use. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59880 Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> |
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.