Re: [Mesa-dev] [PATCH 14/24] i965: fix atomic buffer index for bindings other than 0

2015-09-26 Thread Ilia Mirkin
On Sat, Sep 26, 2015 at 5:17 PM, Timothy Arceri wrote: > > > On 27 September 2015 6:23:42 am AEST, Ilia Mirkin > wrote: >>On Thu, Sep 17, 2015 at 3:02 AM, Timothy Arceri >>wrote: >>> Since commit c0cd5b var->data.binding was being used as a replacement >>> for atomic buffer index, but they don'

Re: [Mesa-dev] [PATCH 14/24] i965: fix atomic buffer index for bindings other than 0

2015-09-26 Thread Timothy Arceri
On 27 September 2015 6:23:42 am AEST, Ilia Mirkin wrote: >On Thu, Sep 17, 2015 at 3:02 AM, 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

Re: [Mesa-dev] [PATCH 14/24] i965: fix atomic buffer index for bindings other than 0

2015-09-26 Thread Ilia Mirkin
On Thu, Sep 17, 2015 at 3:02 AM, 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 the atomic uniform locat

[Mesa-dev] [PATCH 14/24] i965: fix atomic buffer index for bindings other than 0

2015-09-17 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 bu