diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-06 16:54:59 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-11 23:28:26 +0000 |
commit | a385d18598b28bf935e4460b86ce3f9e095a8015 (patch) | |
tree | 1b751baf82f6c726242e6909dc796728f2e058c5 /docs/dispatch.html | |
parent | 42144170d189d2539a4fb2243200e760114af9f7 (diff) |
glx: remove support for non-multithreaded platforms
Implicitly required for a while, although commit 9385c592c68 (mapi:
remove u_thread.h) was the one that put the final nail on the
coffin.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r-- | docs/dispatch.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html index aacd01e0c6..c96ec2de30 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -204,9 +204,8 @@ terribly relevant.</p> few preprocessor defines.</p> <ul> -<li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li> -<li>If <tt>HAVE_PTHREAD</tt> is defined, method #3 is used.</li> -<li>If <tt>WIN32_THREADS</tt> is defined, method #2 is used.</li> +<li>If <tt>GLX_USE_TLS</tt> is defined, method #3 is used.</li> +<li>If <tt>HAVE_PTHREAD</tt> is defined, method #2 is used.</li> <li>If none of the preceding are defined, method #1 is used.</li> </ul> |