summaryrefslogtreecommitdiffstats
path: root/docs/dispatch.html
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-08-25 08:25:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-08-26 23:31:23 -0700
commit93db12a721ec2a68d99d68ea7fb9a471c2af23a0 (patch)
tree51e8ee5066aeec847a96365c94d7c9edcb90225d /docs/dispatch.html
parentc30181c7c33f75d527c2c4dd1d77744027fc3ec6 (diff)
downloadexternal_mesa3d-93db12a721ec2a68d99d68ea7fb9a471c2af23a0.zip
external_mesa3d-93db12a721ec2a68d99d68ea7fb9a471c2af23a0.tar.gz
external_mesa3d-93db12a721ec2a68d99d68ea7fb9a471c2af23a0.tar.bz2
mesa: Remove support for BeOS
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r--docs/dispatch.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html
index e5587c1..c3a33b9 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -198,9 +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>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt>
-is defined, method #2 is used.</li>
+<li>If <tt>WIN32_THREADS</tt> is defined, method #2 is used.</li>
<li>If none of the preceeding are defined, method #1 is used.</li>
</ul>