projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb8ee5
)
docs: do not mentions xthreads any more
author
RALOVICH, Kristóf
<tade60@freemail.hu>
Thu, 23 Jul 2009 15:57:48 +0000
(17:57 +0200)
committer
Brian Paul
<brianp@vmware.com>
Mon, 27 Jul 2009 21:38:04 +0000
(15:38 -0600)
docs/dispatch.html
patch
|
blob
|
history
diff --git
a/docs/dispatch.html
b/docs/dispatch.html
index b9ea8822e60e30937c7a702816b3e989e074fdf1..bcab74c707096fc21dbe4b0fedf4d6ae42cae01e 100644
(file)
--- a/
docs/dispatch.html
+++ b/
docs/dispatch.html
@@
-198,7
+198,7
@@
few preprocessor defines.</p>
<ul>
<li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li>
<li>If <tt>PTHREADS</tt> is defined, method #3 is used.</li>
-<li>If any of <tt>PTHREADS</tt>,
<tt>USE_XTHREADS</tt>,
+<li>If any of <tt>PTHREADS</tt>,
<tt>SOLARIS_THREADS</tt>, <tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt>
is defined, method #2 is used.</li>
<li>If none of the preceeding are defined, method #1 is used.</li>