- Original Message -
> On 03/14/2013 05:10 PM, Jose Fonseca wrote:
> > Mesa source tree currently has 4 abstraction of threading primitives (in
> > gallium, glapi, mapi, and egl components).
> >
> > I'd like to unify all them, and since now the C11 standard introduced a
> > threads.h head
On 03/14/2013 05:10 PM, Jose Fonseca wrote:
Mesa source tree currently has 4 abstraction of threading primitives (in
gallium, glapi, mapi, and egl components).
I'd like to unify all them, and since now the C11 standard introduced a
threads.h header, I'd like to use that as model.
So for I've
Mesa source tree currently has 4 abstraction of threading primitives (in
gallium, glapi, mapi, and egl components).
I'd like to unify all them, and since now the C11 standard introduced a
threads.h header, I'd like to use that as model.
So for I've imported a C11 threads.h implementation from