Re: [Mesa-dev] [PATCH] mesa: reset offset/size to 0 when removing atomic binding

2016-02-12 Thread Francisco Jerez
Ilia Mirkin writes: > Similar to commit dd9d2963d6 (mesa: AtomicBufferBindings should be > initialized to zero.), we should reset these to zero when unbinding. > This fixes a number of dEQP failures due to cross-test pollution. The > tests properly unbound everything, but when querying the values

Re: [Mesa-dev] [PATCH] mesa: reset offset/size to 0 when removing atomic binding

2016-02-12 Thread Brian Paul
On 02/12/2016 11:51 AM, Ilia Mirkin wrote: Similar to commit dd9d2963d6 (mesa: AtomicBufferBindings should be initialized to zero.), we should reset these to zero when unbinding. This fixes a number of dEQP failures due to cross-test pollution. The tests properly unbound everything, but when quer

[Mesa-dev] [PATCH] mesa: reset offset/size to 0 when removing atomic binding

2016-02-12 Thread Ilia Mirkin
Similar to commit dd9d2963d6 (mesa: AtomicBufferBindings should be initialized to zero.), we should reset these to zero when unbinding. This fixes a number of dEQP failures due to cross-test pollution. The tests properly unbound everything, but when querying the values again, the expectation was th