Re: [Mesa-dev] [PATCH 1/6] anv/meta: Minimize height of images used for copies

2016-03-08 Thread Anuj Phogat
On Tue, Mar 8, 2016 at 1:00 PM, Nanley Chery wrote: > From: Nanley Chery > > In addition to demystifying the value being added to the height, > this future-proofs the code for new tiling modes and keeps the > image height as small as possible. > > v2: Actually use the smallest height possible. >

[Mesa-dev] [PATCH 1/6] anv/meta: Minimize height of images used for copies

2016-03-08 Thread Nanley Chery
From: Nanley Chery In addition to demystifying the value being added to the height, this future-proofs the code for new tiling modes and keeps the image height as small as possible. v2: Actually use the smallest height possible. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_meta_blit.c