Re: [Mesa-dev] [PATCH] anv/image: Remove extra dependency on HiZ-specific variable

2017-02-27 Thread Nanley Chery
On Fri, Feb 24, 2017 at 06:02:16PM -0800, Jason Ekstrand wrote: > seems reasonable > > Reviewed-by: Jason Ekstrand > Thanks for the review! I've updated this patch a bit in the series I just sent out. -Nanley > On Wed, Feb 22, 2017 at 4:33 PM, Nanley Chery wrote: > > > Depth buffers aren't

Re: [Mesa-dev] [PATCH] anv/image: Remove extra dependency on HiZ-specific variable

2017-02-24 Thread Jason Ekstrand
seems reasonable Reviewed-by: Jason Ekstrand On Wed, Feb 22, 2017 at 4:33 PM, Nanley Chery wrote: > Depth buffers aren't allowed to be used as storage images. > > Fixes: 055ff2ec521 ("anv: Replace anv_image_has_hiz() with > ISL_AUX_USAGE_HIZ") > Signed-off-by: Nanley Chery > --- > src/intel/

[Mesa-dev] [PATCH] anv/image: Remove extra dependency on HiZ-specific variable

2017-02-22 Thread Nanley Chery
Depth buffers aren't allowed to be used as storage images. Fixes: 055ff2ec521 ("anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ") Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/vulkan/anv_imag