r600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as well.
[mesa.git] / docs / dispatch.html
index 0c54a84675e87d721f02bca6d61eb174a84a4b68..e5587c1a294ca8ebb7cc8375936ed8f0c2cd3c39 100644 (file)
@@ -199,7 +199,7 @@ few preprocessor defines.</p>
 <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>SOLARIS_THREADS</tt>, <tt>WIN32_THREADS</tt>, or <tt>BEOS_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>
 </ul>