r300/compiler: Don't unroll loops that conditionally increment the counter
[mesa.git] / docs / dispatch.html
index e5587c1a294ca8ebb7cc8375936ed8f0c2cd3c39..c3a33b90bf7ae91ed6f125e1e194da98f40deda6 100644 (file)
@@ -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>