Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-11 Thread Jason Ekstrand
On Mon, Sep 11, 2017 at 2:15 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Mon, Sep 11, 2017 at 10:55:36AM +0200, Iago Toral wrote: > > On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > > > On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > > > > On Fri, 20

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-11 Thread Pohjolainen, Topi
On Mon, Sep 11, 2017 at 11:53:24AM +0200, Iago Toral wrote: > On Mon, 2017-09-11 at 12:15 +0300, Pohjolainen, Topi wrote: > > On Mon, Sep 11, 2017 at 10:55:36AM +0200, Iago Toral wrote: > > > On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > > > > On Fri, Sep 08, 2017 at 09:41:11AM +020

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-11 Thread Iago Toral
On Mon, 2017-09-11 at 12:15 +0300, Pohjolainen, Topi wrote: > On Mon, Sep 11, 2017 at 10:55:36AM +0200, Iago Toral wrote: > > On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > > > On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > > > > On Fri, 2017-09-08 at 00:34 -0700, Kenn

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-11 Thread Pohjolainen, Topi
On Mon, Sep 11, 2017 at 10:55:36AM +0200, Iago Toral wrote: > On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > > On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > > > On Fri, 2017-09-08 at 00:34 -0700, Kenneth Graunke wrote: > > > > On Thursday, September 7, 2017 11:44:04 P

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-11 Thread Iago Toral
On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > > On Fri, 2017-09-08 at 00:34 -0700, Kenneth Graunke wrote: > > > On Thursday, September 7, 2017 11:44:04 PM PDT Iago Toral Quiroga > > > wrote: > > > > It is not supported by

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-08 Thread Iago Toral
On Fri, 2017-09-08 at 11:44 +0300, Pohjolainen, Topi wrote: > On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > > On Fri, 2017-09-08 at 00:34 -0700, Kenneth Graunke wrote: > > > On Thursday, September 7, 2017 11:44:04 PM PDT Iago Toral Quiroga > > > wrote: > > > > It is not supported by

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-08 Thread Pohjolainen, Topi
On Fri, Sep 08, 2017 at 09:41:11AM +0200, Iago Toral wrote: > On Fri, 2017-09-08 at 00:34 -0700, Kenneth Graunke wrote: > > On Thursday, September 7, 2017 11:44:04 PM PDT Iago Toral Quiroga > > wrote: > > > It is not supported by the hardware and the driver assumes > > > W-tiling for stencil and Y-

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-08 Thread Iago Toral
On Fri, 2017-09-08 at 00:34 -0700, Kenneth Graunke wrote: > On Thursday, September 7, 2017 11:44:04 PM PDT Iago Toral Quiroga > wrote: > > It is not supported by the hardware and the driver assumes > > W-tiling for stencil and Y-tiling for depth everywhere anyway. > > > > This fixes a regression i

Re: [Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-08 Thread Kenneth Graunke
On Thursday, September 7, 2017 11:44:04 PM PDT Iago Toral Quiroga wrote: > It is not supported by the hardware and the driver assumes > W-tiling for stencil and Y-tiling for depth everywhere anyway. > > This fixes a regression in a CTS test introduced with commit > 4ea63fab77f0 that started applyi

[Mesa-dev] [PATCH] i965: do not fallback to linear tiling for depth/stencil surfaces

2017-09-07 Thread Iago Toral Quiroga
It is not supported by the hardware and the driver assumes W-tiling for stencil and Y-tiling for depth everywhere anyway. This fixes a regression in a CTS test introduced with commit 4ea63fab77f0 that started applying re-tiling for these surfaces in certain scenarios. Fixes: KHR-GL45.direct_state