Re: [Mesa-dev] [PATCH 2/2] anv/blit2d: Add a function to create an ImageView

2016-03-25 Thread Jason Ekstrand
Both are Reviewed-by: Jason Ekstrand On Fri, Mar 25, 2016 at 4:38 PM, Nanley Chery wrote: > From: Nanley Chery > > This function differs from the open-coded implementation in that the > ImageView's width is determined by the caller and is not unconditionally > set to match the number of texel

[Mesa-dev] [PATCH 2/2] anv/blit2d: Add a function to create an ImageView

2016-03-25 Thread Nanley Chery
From: Nanley Chery This function differs from the open-coded implementation in that the ImageView's width is determined by the caller and is not unconditionally set to match the number of texels within the surface's pitch. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_meta_blit2d.c | 19