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
> > > accidentally kept setting
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
> > thanks to a copy+paste e
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
> ---
> src/intel/vulkan/genX_cmd_
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 stencil-only cases, I
> >> accidentally kept setting the SurfaceType to 2D in
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 case
>
> depth-only, right?
er, depth-stencil
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
> ---
> src/intel/vulk
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 deletion(-)
diff --git a/s