Re: [Mesa-dev] [PATCH] anv/meta: Use ISL to get the image tile height

2016-03-08 Thread Nanley Chery
On Tue, Mar 08, 2016 at 10:41:24AM -0800, Anuj Phogat wrote: > On Fri, Mar 4, 2016 at 2:03 PM, Nanley Chery wrote: > > From: Nanley Chery > > > > In addition to making the height addition more understandable, this > > future-proofs the code for new tiling modes and keeps the image > > height as s

Re: [Mesa-dev] [PATCH] anv/meta: Use ISL to get the image tile height

2016-03-08 Thread Anuj Phogat
On Fri, Mar 4, 2016 at 2:03 PM, Nanley Chery wrote: > From: Nanley Chery > > In addition to making the height addition more understandable, this > future-proofs the code for new tiling modes and keeps the image > height as small as possible. > > Signed-off-by: Nanley Chery > --- > src/intel/vul

[Mesa-dev] [PATCH] anv/meta: Use ISL to get the image tile height

2016-03-04 Thread Nanley Chery
From: Nanley Chery In addition to making the height addition more understandable, this future-proofs the code for new tiling modes and keeps the image height as small as possible. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_meta_blit.c | 13 +++-- 1 file changed, 11 insertions