Re: [Mesa-dev] [PATCH] radv: fix 3D clears with baseMiplevel

2016-11-27 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Mon, Nov 28, 2016 at 8:04 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes: > dEQP-VK.api.image_clearing.clear_color_image.3d* > > These were hitting an assert as the code wasn't taking the > baseMipLevel into account when minify the image depth. > > S

[Mesa-dev] [PATCH] radv: fix 3D clears with baseMiplevel

2016-11-27 Thread Dave Airlie
From: Dave Airlie This fixes: dEQP-VK.api.image_clearing.clear_color_image.3d* These were hitting an assert as the code wasn't taking the baseMipLevel into account when minify the image depth. Signed-off-by: Dave Airlie Cc: "13.0" --- src/amd/vulkan/radv_meta_clear.c | 2 +- 1 file changed,