Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-28 Thread Nanley Chery
On Tue, Feb 28, 2017 at 09:33:26AM -0800, Jason Ekstrand wrote: > On Tue, Feb 28, 2017 at 9:29 AM, Nanley Chery wrote: > > > On Tue, Feb 28, 2017 at 08:07:35AM -0800, Jason Ekstrand wrote: > > > On Tue, Feb 28, 2017 at 8:02 AM, Nanley Chery > > wrote: > > > > > > > On Mon, Feb 27, 2017 at 08:48:

Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-28 Thread Jason Ekstrand
On Tue, Feb 28, 2017 at 9:29 AM, Nanley Chery wrote: > On Tue, Feb 28, 2017 at 08:07:35AM -0800, Jason Ekstrand wrote: > > On Tue, Feb 28, 2017 at 8:02 AM, Nanley Chery > wrote: > > > > > On Mon, Feb 27, 2017 at 08:48:48PM -0800, Jason Ekstrand wrote: > > > > On Feb 27, 2017 5:20 PM, "Nanley Che

Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-28 Thread Nanley Chery
On Tue, Feb 28, 2017 at 08:07:35AM -0800, Jason Ekstrand wrote: > On Tue, Feb 28, 2017 at 8:02 AM, Nanley Chery wrote: > > > On Mon, Feb 27, 2017 at 08:48:48PM -0800, Jason Ekstrand wrote: > > > On Feb 27, 2017 5:20 PM, "Nanley Chery" wrote: > > > > > > Validate the inputs and actually verify th

Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-28 Thread Jason Ekstrand
On Tue, Feb 28, 2017 at 8:02 AM, Nanley Chery wrote: > On Mon, Feb 27, 2017 at 08:48:48PM -0800, Jason Ekstrand wrote: > > On Feb 27, 2017 5:20 PM, "Nanley Chery" wrote: > > > > Validate the inputs and actually verify that this image has a depth > > buffer. > > > > Signed-off-by: Nanley Chery >

Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-28 Thread Nanley Chery
On Mon, Feb 27, 2017 at 08:48:48PM -0800, Jason Ekstrand wrote: > On Feb 27, 2017 5:20 PM, "Nanley Chery" wrote: > > Validate the inputs and actually verify that this image has a depth > buffer. > > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/anv_blorp.c | 1 + > src/intel/vulkan/an

Re: [Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-27 Thread Jason Ekstrand
On Feb 27, 2017 5:20 PM, "Nanley Chery" wrote: Validate the inputs and actually verify that this image has a depth buffer. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 1 + src/intel/vulkan/anv_image.c | 7 +++ src/intel/vulkan/anv_private.h | 7 +-- 3 files chang

[Mesa-dev] [PATCH 04/18] anv: Update the HiZ sampling helper

2017-02-27 Thread Nanley Chery
Validate the inputs and actually verify that this image has a depth buffer. Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_blorp.c | 1 + src/intel/vulkan/anv_image.c | 7 +++ src/intel/vulkan/anv_private.h | 7 +-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a