Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-26 Thread Jose Fonseca
On 26/11/14 01:01, Matt Turner wrote: On Mon, Nov 24, 2014 at 4:39 PM, Matt Turner wrote: I've got some thread-safety fixes queued up after this and thought I'd be a good Mesa citizen and pull some code into src/util. I did some clean ups like replacing INLINE (MSVC knows about "inline" these

Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-25 Thread Matt Turner
On Mon, Nov 24, 2014 at 4:39 PM, Matt Turner wrote: > I've got some thread-safety fixes queued up after this and thought I'd > be a good Mesa citizen and pull some code into src/util. > > I did some clean ups like replacing INLINE (MSVC knows about "inline" > these days, right?) and used stdbool.h

Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-25 Thread Matt Turner
On Tue, Nov 25, 2014 at 1:42 PM, Jose Fonseca wrote: > On 25/11/14 21:04, Matt Turner wrote: >> >> On Tue, Nov 25, 2014 at 6:48 AM, Jose Fonseca wrote: >>> >>> On 25/11/14 00:39, Matt Turner wrote: I've got some thread-safety fixes queued up after this and thought I'd be a goo

Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-25 Thread Jose Fonseca
On 25/11/14 21:04, Matt Turner wrote: On Tue, Nov 25, 2014 at 6:48 AM, Jose Fonseca wrote: On 25/11/14 00:39, Matt Turner wrote: I've got some thread-safety fixes queued up after this and thought I'd be a good Mesa citizen and pull some code into src/util. Thanks for going the extra mile!

Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-25 Thread Matt Turner
On Tue, Nov 25, 2014 at 6:48 AM, Jose Fonseca wrote: > On 25/11/14 00:39, Matt Turner wrote: >> >> I've got some thread-safety fixes queued up after this and thought I'd >> be a good Mesa citizen and pull some code into src/util. > > > Thanks for going the extra mile! > >> I did some clean ups lik

Re: [Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-25 Thread Jose Fonseca
On 25/11/14 00:39, Matt Turner wrote: I've got some thread-safety fixes queued up after this and thought I'd be a good Mesa citizen and pull some code into src/util. Thanks for going the extra mile! I did some clean ups like replacing INLINE (MSVC knows about "inline" these days, right?) and

[Mesa-dev] [PATCH 0/7] util: Move u_atomic.h to src/util and modify API

2014-11-24 Thread Matt Turner
I've got some thread-safety fixes queued up after this and thought I'd be a good Mesa citizen and pull some code into src/util. I did some clean ups like replacing INLINE (MSVC knows about "inline" these days, right?) and used stdbool.h instead of the "boolean" type. I also removed the inline ass