diff --git a/docs/dispatch.html b/docs/dispatch.html index 4f48e9454d9..1d3283aa6cc 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -47,8 +47,7 @@ differnt GL context current. This means that poor old glVertex3fv has to know which GL context is current in the thread where it is being called.
- -Mesa uses two per-thread pointers. The first pointer stores the address of the context current in the thread, and the second pointer stores the @@ -246,8 +245,7 @@ step is to add the correct #ifdef magic to src/mesa/glapi/glapi_dispatch.c to prevent the C version of the dispatch functions from being built.
- -To implement glXGetProcAddress, Mesa stores a table that associates function names with pointers to those functions. This table is @@ -266,8 +264,7 @@ dispatch stub.
src/mesa/glapi/glapi.c just before glprocs.h is included. - -