Re: [Mesa-dev] [PATCH V2] i965: Fix the region's pitch condition to use blitter

2014-02-17 Thread Ian Romanick
On 01/07/2014 05:46 PM, Anuj Phogat wrote: > intelEmitCopyBlit uses a signed 16-bit integer to represent > buffer pitch, so it can only handle buffer pitches < 32k. > > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Anuj Phogat Reviewed-by: Ian Romanick > --- > Dropping few changes mad

[Mesa-dev] [PATCH V2] i965: Fix the region's pitch condition to use blitter

2014-01-07 Thread Anuj Phogat
intelEmitCopyBlit uses a signed 16-bit integer to represent buffer pitch, so it can only handle buffer pitches < 32k. Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Anuj Phogat --- Dropping few changes made in earlier patch. If region->bo->size >= max_gtt_map_object_size, we can't fall bac