Summary: | [IVB/BYT/BDW/BSW]Piglit spec_ARB_draw_indirect_gl_VertexID_used_with_glDrawArraysIndirect fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | VERIFIED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | itoral |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2014-09-10 02:05:52 UTC
This works for me on IVB with master (f976b4c1bf2271cf): $ bin/arb_draw_indirect-vertexid -fbo -auto Using glDrawArraysIndirect... PIGLIT: {"result": "pass" } It works well on latest mesa master branch. It still fails on Mesa 10.3 branch. output(BDW): Using glDrawArraysIndirect... Probe color at (0,0) Expected: 0.000000 1.000000 0.000000 1.000000 Observed: 1.000000 0.000000 0.000000 1.000000 Probe color at (80,0) Expected: 0.000000 0.000000 1.000000 1.000000 Observed: 1.000000 0.000000 0.000000 1.000000 Probe color at (0,80) Expected: 1.000000 1.000000 0.000000 1.000000 Observed: 1.000000 0.000000 0.000000 1.000000 Probe color at (80,80) Expected: 1.000000 0.000000 1.000000 1.000000 Observed: 1.000000 0.000000 0.000000 1.000000 PIGLIT: {"result": "fail" } After a git bisect, I found that the commit that fixes this issue in master is: commit 927f5db46135b3eb63f401833b1e40a3be9ca4e0 Author: Ian Romanick <ian.d.romanick@intel.com> Date: Fri Jun 20 16:26:35 2014 -0700 i965: Request lowering gl_VertexID Fixes the (new) piglit tests gles-3.0-drawarrays-vertexid, gl-3.0-multidrawarrays-vertexid, and gl-3.2-basevertex-vertexid. Fixes gles3conform failure in: ES3-CTS.gtf.GL3Tests.transform_feedback.transform_feedback_vertex_id Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80247 Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> If you cherry-pick it into mesa-10.3-rc3, the bug is fixed. As it's one of the commits listed in the pull request from Ian on Saturday (see http://lists.freedesktop.org/archives/mesa-stable/2014-September/001771.html), no further action is required. Fixed. |
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.