Re: [Mesa-dev] [PATCH] anv: fix multi level clears with VK_REMAINING_MIP_LEVELS

2016-11-14 Thread Nanley Chery
On Mon, Nov 14, 2016 at 05:26:09PM +, Lionel Landwerlin wrote: > A commit from the CTS suite on the 1.0-dev branch started using > VK_REMAINING_MIP_LEVELS, we're not dealing with it properly for clears. > > Fixes: >dEQP-VK.api.image_clearing.clear_color_image.* > > Signed-off-by: Lionel

Re: [Mesa-dev] [PATCH] anv: fix multi level clears with VK_REMAINING_MIP_LEVELS

2016-11-14 Thread Jason Ekstrand
Thanks! Reviewed-by: Jason Ekstrand Cc: "13.0" On Mon, Nov 14, 2016 at 9:26 AM, Lionel Landwerlin wrote: > A commit from the CTS suite on the 1.0-dev branch started using > VK_REMAINING_MIP_LEVELS, we're not

[Mesa-dev] [PATCH] anv: fix multi level clears with VK_REMAINING_MIP_LEVELS

2016-11-14 Thread Lionel Landwerlin
A commit from the CTS suite on the 1.0-dev branch started using VK_REMAINING_MIP_LEVELS, we're not dealing with it properly for clears. Fixes: dEQP-VK.api.image_clearing.clear_color_image.* Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_blorp.c | 4