Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Ilia Mirkin
On Tue, Sep 29, 2015 at 2:26 AM, Timothy Arceri wrote: > On Tue, 2015-09-29 at 02:08 -0400, Ilia Mirkin wrote: >> On Tue, Sep 29, 2015 at 2:05 AM, Timothy Arceri < >> t_arc...@yahoo.com.au> wrote: >> > On Tue, 2015-09-29 at 01:05 -0400, Ilia Mirkin wrote: >> > > On Mon, Sep

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Timothy Arceri
On Tue, 2015-09-29 at 02:33 -0400, Ilia Mirkin wrote: > On Tue, Sep 29, 2015 at 2:26 AM, Timothy Arceri < > t_arc...@yahoo.com.au> wrote: > > On Tue, 2015-09-29 at 02:08 -0400, Ilia Mirkin wrote: > > > On Tue, Sep 29, 2015 at 2:05 AM, Timothy Arceri < > > > t_arc...@yahoo.com.au> wrote: > > > > On

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Ilia Mirkin
On Tue, Sep 29, 2015 at 3:32 AM, Timothy Arceri wrote: > On Tue, 2015-09-29 at 02:55 -0400, Ilia Mirkin wrote: >> On Tue, Sep 29, 2015 at 2:48 AM, Timothy Arceri < >> t_arc...@yahoo.com.au> wrote: >> > On Tue, 2015-09-29 at 02:33 -0400, Ilia Mirkin wrote: >> > > On Tue, Sep

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Ilia Mirkin
On Tue, Sep 29, 2015 at 2:05 AM, Timothy Arceri wrote: > On Tue, 2015-09-29 at 01:05 -0400, Ilia Mirkin wrote: >> On Mon, Sep 28, 2015 at 10:42 PM, Timothy Arceri < >> t_arc...@yahoo.com.au> wrote: >> > Since commit c0cd5b var->data.binding was being used as a >> >

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Timothy Arceri
On Tue, 2015-09-29 at 02:08 -0400, Ilia Mirkin wrote: > On Tue, Sep 29, 2015 at 2:05 AM, Timothy Arceri < > t_arc...@yahoo.com.au> wrote: > > On Tue, 2015-09-29 at 01:05 -0400, Ilia Mirkin wrote: > > > On Mon, Sep 28, 2015 at 10:42 PM, Timothy Arceri < > > > t_arc...@yahoo.com.au> wrote: > > > >

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Timothy Arceri
On Tue, 2015-09-29 at 01:05 -0400, Ilia Mirkin wrote: > On Mon, Sep 28, 2015 at 10:42 PM, Timothy Arceri < > t_arc...@yahoo.com.au> wrote: > > Since commit c0cd5b var->data.binding was being used as a > > replacement > > for atomic buffer index, but they don't have to be the same value > > they >

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Ilia Mirkin
On Tue, Sep 29, 2015 at 2:48 AM, Timothy Arceri wrote: > On Tue, 2015-09-29 at 02:33 -0400, Ilia Mirkin wrote: >> On Tue, Sep 29, 2015 at 2:26 AM, Timothy Arceri < >> t_arc...@yahoo.com.au> wrote: >> > On Tue, 2015-09-29 at 02:08 -0400, Ilia Mirkin wrote: >> > > On Tue, Sep

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Timothy Arceri
On Tue, 2015-09-29 at 02:55 -0400, Ilia Mirkin wrote: > On Tue, Sep 29, 2015 at 2:48 AM, Timothy Arceri < > t_arc...@yahoo.com.au> wrote: > > On Tue, 2015-09-29 at 02:33 -0400, Ilia Mirkin wrote: > > > On Tue, Sep 29, 2015 at 2:26 AM, Timothy Arceri < > > > t_arc...@yahoo.com.au> wrote: > > > > On

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Francisco Jerez
Ilia Mirkin writes: > On Tue, Sep 29, 2015 at 3:32 AM, Timothy Arceri wrote: >> On Tue, 2015-09-29 at 02:55 -0400, Ilia Mirkin wrote: >>> On Tue, Sep 29, 2015 at 2:48 AM, Timothy Arceri < >>> t_arc...@yahoo.com.au> wrote: >>> > On Tue, 2015-09-29 at

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-29 Thread Timothy Arceri
On Tue, 2015-09-29 at 16:08 +0300, Francisco Jerez wrote: > Ilia Mirkin writes: > > > On Tue, Sep 29, 2015 at 3:32 AM, Timothy Arceri < > > t_arc...@yahoo.com.au> wrote: > > > On Tue, 2015-09-29 at 02:55 -0400, Ilia Mirkin wrote: > > > > On Tue, Sep 29, 2015 at 2:48 AM,

Re: [Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-28 Thread Ilia Mirkin
On Mon, Sep 28, 2015 at 10:42 PM, Timothy Arceri wrote: > Since commit c0cd5b var->data.binding was being used as a replacement > for atomic buffer index, but they don't have to be the same value they > just happen to end up the same when binding is 0. > > Now that we store

[Mesa-dev] [PATCH V6 10/27] i965: fix atomic buffer index for bindings other than 0

2015-09-28 Thread Timothy Arceri
Since commit c0cd5b var->data.binding was being used as a replacement for atomic buffer index, but they don't have to be the same value they just happen to end up the same when binding is 0. Now that we store the atomic uniform location in var->data.location we can use this to lookup the atomic