From: RALOVICH, Kristóf
Date: Thu, 23 Jul 2009 15:57:48 +0000 (+0200)
Subject: docs: do not mentions xthreads any more
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27e55588e0f6c8fb570d3ae601319ed001b7e02a;p=mesa.git
docs: do not mentions xthreads any more
---
diff --git a/docs/dispatch.html b/docs/dispatch.html
index b9ea8822e60..bcab74c7070 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -198,7 +198,7 @@ few preprocessor defines.
- If GLX_USE_TLS is defined, method #4 is used.
- If PTHREADS is defined, method #3 is used.
-- If any of PTHREADS, USE_XTHREADS,
+
- If any of PTHREADS,
SOLARIS_THREADS, WIN32_THREADS, or BEOS_THREADS
is defined, method #2 is used.
- If none of the preceeding are defined, method #1 is used.