Re: [PATCH 05/11] glx: Simplify _glapi_check_multithread

2011-03-03 Thread Julien Cristau
On Thu, Mar 3, 2011 at 14:07:19 -0500, Adam Jackson wrote: > We can guarantee that the X server does not call DRI driver services > from multiple threads, so _glapi_check_multithread need never do > anything special. As a result, ThreadSafe is always false, so remove it > and simplify expression

[PATCH 05/11] glx: Simplify _glapi_check_multithread

2011-03-03 Thread Adam Jackson
We can guarantee that the X server does not call DRI driver services from multiple threads, so _glapi_check_multithread need never do anything special. As a result, ThreadSafe is always false, so remove it and simplify expressions where it appeared to match. Signed-off-by: Adam Jackson --- glx/