X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fdispatch.html;h=e5587c1a294ca8ebb7cc8375936ed8f0c2cd3c39;hb=dff50ff592da7cb1d784fae794dd1647a5445bca;hp=bcab74c707096fc21dbe4b0fedf4d6ae42cae01e;hpb=476290946e7bd3b7fe5688622127d8c6a9c7f367;p=mesa.git diff --git a/docs/dispatch.html b/docs/dispatch.html index bcab74c7070..e5587c1a294 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -199,7 +199,7 @@ few preprocessor defines.

  • If GLX_USE_TLS is defined, method #4 is used.
  • If PTHREADS is defined, method #3 is used.
  • If any of PTHREADS, -SOLARIS_THREADS, WIN32_THREADS, or BEOS_THREADS +WIN32_THREADS, or BEOS_THREADS is defined, method #2 is used.
  • If none of the preceeding are defined, method #1 is used.
  • @@ -244,8 +244,8 @@ isn't a significant problem.

    system. There are two steps to this. The file must first be added to src/mesa/sources. That gets the file built and linked. The second step is to add the correct #ifdef magic to -src/mesa/main/dispatch.c to prevent the C version of the dispatch -functions from being built.

    +src/mesa/glapi/glapi_dispatch.c to prevent the C version of the +dispatch functions from being built.

    3.4. Fixed-Length Dispatch Stubs