eglmesaext: add forward declaration for struct wl_buffers
[mesa.git] / docs / dispatch.html
index 77cfba3221f39ba0a055240e987c1700bc03927c..c96ec2de302b522776473c42d10364aee2b8abf1 100644 (file)
@@ -185,6 +185,8 @@ ways that the dispatch table pointer can be accessed.  There are four
 different methods that can be used:</p>
 
 <ol>
+<li>Using <tt>_glapi_Dispatch</tt> directly in builds for non-multithreaded
+environments.</li>
 <li>Using <tt>_glapi_Dispatch</tt> and <tt>_glapi_get_dispatch</tt> in
 multithreaded environments.</li>
 <li>Using <tt>_glapi_Dispatch</tt> and <tt>pthread_getspecific</tt> in