Re: [Mesa-dev] [PATCH 2/3] intel: Fix pitch handling for linear blits.

2011-12-29 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/28/2011 11:14 AM, Eric Anholt wrote: > 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 c

[Mesa-dev] [PATCH 2/3] intel: Fix pitch handling for linear blits.

2011-12-28 Thread Eric Anholt
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