android: vulkan: add support for libmesa_vulkan_util
[mesa.git] / docs / dispatch.html
index aacd01e0c65682b6186b54472e37a96f8e0bb24b..c96ec2de302b522776473c42d10364aee2b8abf1 100644 (file)
@@ -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>