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:
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
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
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
>
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
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
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