From 27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 Mon Sep 17 00:00:00 2001
From: Chia-I Wu
- glFooBar() - a public GL entry point (in dispatch.c) + glFooBar() - a public GL entry point (in glapi_dispatch.c) _mesa_FooBar() - the internal immediate mode function save_FooBar() - retained mode (display list) function in dlist.c foo_bar() - a static (private) function diff --git a/docs/dispatch.html b/docs/dispatch.html index bcab74c707..0c54a84675 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -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 From 8ae701cbc9fc8d2e0e710aea7ef3b0fa68dcec73 Mon Sep 17 00:00:00 2001 From: Brian PaulDate: Thu, 25 Feb 2010 08:36:31 -0700 Subject: docs: remove demos.html page which contained one dead link --- docs/contents.html | 1 - docs/demos.html | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 docs/demos.html (limited to 'docs') diff --git a/docs/contents.html b/docs/contents.html index f0646ffb40..cca20ecaae 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -92,7 +92,6 @@ a:visited { Modeling and Rendering Science and Technical Utilities - Demos / other Hosted by: diff --git a/docs/demos.html b/docs/demos.html deleted file mode 100644 index b4a2cc5e36..0000000000 --- a/docs/demos.html +++ /dev/null @@ -1,18 +0,0 @@ - - - Demos - - - - - -Demos
- - - - - - -