Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-09 Thread Pohjolainen, Topi
On Fri, Sep 09, 2016 at 07:11:16AM -0700, Jason Ekstrand wrote: >On Sep 8, 2016 11:13 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@gmail.com> wrote: >> >> On Thu, Sep 08, 2016 at 08:49:56AM -0700, Jason Ekstrand wrote: >> >On Sep 7, 2016 9:30 PM, "Pohjolainen, Topi" >>

Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-09 Thread Jason Ekstrand
On Sep 8, 2016 11:13 PM, "Pohjolainen, Topi" wrote: > > On Thu, Sep 08, 2016 at 08:49:56AM -0700, Jason Ekstrand wrote: > >On Sep 7, 2016 9:30 PM, "Pohjolainen, Topi" > ><[1]topi.pohjolai...@gmail.com> wrote: > >> > >> On Wed, Sep 07, 2016 at 03:25:30PM -0700, Jason Ekstrand wrote:

Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-08 Thread Pohjolainen, Topi
On Thu, Sep 08, 2016 at 08:49:56AM -0700, Jason Ekstrand wrote: >On Sep 7, 2016 9:30 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@gmail.com> wrote: >> >> On Wed, Sep 07, 2016 at 03:25:30PM -0700, Jason Ekstrand wrote: >> >On Sep 7, 2016 10:24 AM, "Topi Pohjolainen" >> >

Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-08 Thread Jason Ekstrand
On Sep 7, 2016 9:30 PM, "Pohjolainen, Topi" wrote: > > On Wed, Sep 07, 2016 at 03:25:30PM -0700, Jason Ekstrand wrote: > >On Sep 7, 2016 10:24 AM, "Topi Pohjolainen" > ><[1]topi.pohjolai...@gmail.com> wrote: > >> > >> Once mcs buffer gets allocated without delay for lossless > >

Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-07 Thread Pohjolainen, Topi
On Wed, Sep 07, 2016 at 03:25:30PM -0700, Jason Ekstrand wrote: >On Sep 7, 2016 10:24 AM, "Topi Pohjolainen" ><[1]topi.pohjolai...@gmail.com> wrote: >> >> Once mcs buffer gets allocated without delay for lossless >> compression (same as we do for msaa), one gets regression in: >

Re: [Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-07 Thread Jason Ekstrand
On Sep 7, 2016 10:24 AM, "Topi Pohjolainen" wrote: > > Once mcs buffer gets allocated without delay for lossless > compression (same as we do for msaa), one gets regression in: > > GL45-CTS.texture_barrier_ARB.same-texel-rw > > Setting the auxiliary surface for both sampling engine and data > port

[Mesa-dev] [v3 4/6] i965/rbc: Consult rb settings for texture surface setup

2016-09-07 Thread Topi Pohjolainen
Once mcs buffer gets allocated without delay for lossless compression (same as we do for msaa), one gets regression in: GL45-CTS.texture_barrier_ARB.same-texel-rw Setting the auxiliary surface for both sampling engine and data port seems to fix this. I haven't found any hardware documentation bac