Re: [Mesa-dev] [PATCH 0/5] use atomics for reference counting

2017-04-11 Thread Bartosz Tomczyk
Thanks for pointing this out. I've found an old discussion on mailing list, let's drop the series. On Tue, Apr 11, 2017 at 12:43 AM, Timothy Arceri wrote: > Hi, > > I've been looking into this recently also. Unfortunately I don't think > these will get applied as is. > > These changes have been

Re: [Mesa-dev] [PATCH 0/5] use atomics for reference counting

2017-04-10 Thread Timothy Arceri
Hi, I've been looking into this recently also. Unfortunately I don't think these will get applied as is. These changes have been submitted before but rejected because they make existing race conditions worse. We really need to fix those first, I really think we are going to need some multi-t

[Mesa-dev] [PATCH 0/5] use atomics for reference counting

2017-04-10 Thread Bartosz Tomczyk
Bartosz Tomczyk (5): mesa/arrayobj: use atomics for reference counting mesa/pipelineobj: use atomics for reference counting mesa/renderbuffer: use atomics for reference counting mesa/samplerobj: use atomics for reference counting mesa/texobj: use atomics for reference counting src/mesa/