From 7933658107276f9d5491f8736a743cf8f8bbd5f2 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 2 Apr 2010 14:47:58 +0000 Subject: Updated to following packages: mesa-7.8 --- mesalib/docs/dispatch.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mesalib/docs/dispatch.html') diff --git a/mesalib/docs/dispatch.html b/mesalib/docs/dispatch.html index bcab74c70..e5587c1a2 100644 --- a/mesalib/docs/dispatch.html +++ b/mesalib/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

    -- cgit v1.2.3