summaryrefslogtreecommitdiff
path: root/docs/dispatch.html
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-02-24 11:20:14 +0800
committerChia-I Wu <olv@lunarg.com>2010-02-25 21:32:58 +0800
commit27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 (patch)
treea0f1060d6be58eee33228539baac35c7e7d565dc /docs/dispatch.html
parent4cb13b433cfdaa1295e5df048d7ef614545f6e16 (diff)
glapi: Move src/mesa/main/dispatch.c to glapi and rename.
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r--docs/dispatch.html4
1 files changed, 2 insertions, 2 deletions
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.</p>
system. There are two steps to this. The file must first be added to
<tt>src/mesa/sources</tt>. That gets the file built and linked. The second
step is to add the correct <tt>#ifdef</tt> magic to
-<tt>src/mesa/main/dispatch.c</tt> to prevent the C version of the dispatch
-functions from being built.</p>
+<tt>src/mesa/glapi/glapi_dispatch.c</tt> to prevent the C version of the
+dispatch functions from being built.</p>
<A NAME="fixedsize"/>
<H3>3.4. Fixed-Length Dispatch Stubs</H3>