Summary: | [HSW Bisected]Ogles3conform GL3Tests_instanced_arrays_instanced_arrays_divisor.test core dumped | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i965 | Assignee: | Kenneth Graunke <kenneth> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | idr, xunx.fang |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2013-05-31 02:03:41 UTC
Yeah, I noticed this just after I pushed the patch...sadly. I was waiting for someone to review the patch, but I gave up on that and pushed it anyway: commit 4405ff4055685841c9d9545da52c7edc8708b14b Author: Kenneth Graunke <kenneth@whitecape.org> Date: Wed May 29 18:51:29 2013 -0700 i965: Fix haswell_upload_cut_index when there's no index buffer. brw->ib.type is reset to -1 at the start of each batch. If there's no index buffer, it won't get updated to a sensible value, resulting in _mesa_primitive_restart_index's "Invalid index buffer type" assertion tripping. Fixes a regression since 7c87a3b5dac118697a9b67caa7b6d5cab60f316d. NOTE: This is a candidate for the 9.1 branch (and should be squashed). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65195 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Verified. 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.