Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-12-01 Thread Nanley Chery
On Wed, Nov 30, 2016 at 05:55:32PM -0800, Jason Ekstrand wrote: > On Wed, Nov 30, 2016 at 10:20 AM, Nanley Chery > wrote: > > > On Tue, Nov 29, 2016 at 05:41:58PM -0800, Jason Ekstrand wrote: > > > In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I > > >

Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-30 Thread Jason Ekstrand
On Wed, Nov 30, 2016 at 10:20 AM, Nanley Chery wrote: > On Tue, Nov 29, 2016 at 05:41:58PM -0800, Jason Ekstrand wrote: > > In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I > > accidentally kept setting the SurfaceType to 2D in the stencil-only case > >

Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-30 Thread Nanley Chery
On Tue, Nov 29, 2016 at 05:41:58PM -0800, Jason Ekstrand wrote: > In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I > accidentally kept setting the SurfaceType to 2D in the stencil-only case > thanks to a copy+paste error. > > Cc: Nanley Chery > --- >

Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-29 Thread Jason Ekstrand
On Tue, Nov 29, 2016 at 5:49 PM, Ilia Mirkin wrote: > On Tue, Nov 29, 2016 at 8:48 PM, Ilia Mirkin wrote: > > On Tue, Nov 29, 2016 at 8:41 PM, Jason Ekstrand > wrote: > >> In an attempt to fix 3DSTATE_DEPTH_BUFFER for

Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-29 Thread Ilia Mirkin
On Tue, Nov 29, 2016 at 8:48 PM, Ilia Mirkin wrote: > On Tue, Nov 29, 2016 at 8:41 PM, Jason Ekstrand wrote: >> In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I >> accidentally kept setting the SurfaceType to 2D in the stencil-only

Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-29 Thread Ilia Mirkin
On Tue, Nov 29, 2016 at 8:41 PM, Jason Ekstrand wrote: > In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I > accidentally kept setting the SurfaceType to 2D in the stencil-only case depth-only, right? > thanks to a copy+paste error. > > Cc: Nanley Chery

[Mesa-dev] [PATCH] anv/cmd_buffer: Actually use the stencil dimension

2016-11-29 Thread Jason Ekstrand
In an attempt to fix 3DSTATE_DEPTH_BUFFER for stencil-only cases, I accidentally kept setting the SurfaceType to 2D in the stencil-only case thanks to a copy+paste error. Cc: Nanley Chery --- src/intel/vulkan/genX_cmd_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1