Re: [PULL XQuartz] clang fixes + [PATCH] GLX: Support TLS with better portability

2011-03-27 Thread Keith Packard
On Wed, 23 Mar 2011 12:13:28 -0700, Jeremy Huddleston jerem...@freedesktop.org wrote: Jeremy Huddleston (4): GLX: Support TLS with better portability XQuartz: Properly comment extra tokens (-Wextra-tokens) after endif XQuartz: Put ifdef guards around have_depth label

[PATCH] GLX: Support TLS with better portability

2011-03-23 Thread Jeremy Huddleston
From c55baebf4ebf1887262cc16899eb297b9f284f6e Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston jerem...@apple.com Date: Tue, 22 Mar 2011 19:01:48 -0700 Subject: [PATCH] GLX: Support TLS with better portability AX_TLS detects when toolchains support __thread or __declspec(thread), but existing

[PULL XQuartz] clang fixes + [PATCH] GLX: Support TLS with better portability

2011-03-23 Thread Jeremy Huddleston
c55baebf4ebf1887262cc16899eb297b9f284f6e Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston jerem...@apple.com Date: Tue, 22 Mar 2011 19:01:48 -0700 Subject: [PATCH] GLX: Support TLS with better portability AX_TLS detects when toolchains support __thread or __declspec(thread), but existing code assumed __thread. This also