Summary: | intel_blit.c:152: intelEmitCopyBlit: Assertion `src_pitch % 4 == 0' failed. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Drivers/DRI/i965 | Assignee: | Eric Anholt <eric> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2011-11-23 23:36:24 UTC
a1488eec38d5a76f4e04245a6ce8302444800805 is the first bad commit commit a1488eec38d5a76f4e04245a6ce8302444800805 Author: Eric Anholt <eric@anholt.net> Date: Mon Oct 31 16:59:05 2011 -0700 intel: Add safety asserts for the blit engine's pitch alignment requirements. Reviewed-by: Brian Paul <brianp@vmware.com> :040000 040000 75b8d35f9b48e0feb5eb69d6f7e81e5b8a5779b5 b6d6f39457514953ba24b0aff9fe4e6e4ef12b9f M src bisect run success patch WIP. commit 8aa7fa770c4ae7660b37ea9d8f496bd6e62d3df8 Author: Eric Anholt <eric@anholt.net> Date: Tue Dec 27 17:22:30 2011 -0800 intel: Fix pitch handling for linear blits. The new assert in intelEmitCopyBlit() gets angry if we don't align to dwords. Rather than make the assert have a special case for height == 1 on the assumption that the hardware doesn't use it in that case, just supply a correct pitch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43214 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> |
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.