summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gen
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-02-24 12:01:14 +0800
committerChia-I Wu <olv@lunarg.com>2010-02-25 21:32:58 +0800
commit2cf44390d1e819f23e1d7ceb3199276c9148c647 (patch)
tree59c56c5818e401c086569a9587366404f8c33fcc /src/mesa/glapi/gen
parent27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 (diff)
mesa: Move src/mesa/glapi/dispatch.h to mesa.
glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
Diffstat (limited to 'src/mesa/glapi/gen')
-rw-r--r--src/mesa/glapi/gen/extension_helper.py2
-rw-r--r--src/mesa/glapi/gen/remap_helper.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/gen/extension_helper.py b/src/mesa/glapi/gen/extension_helper.py
index 83471d89f5..2c83b4e0d1 100644
--- a/src/mesa/glapi/gen/extension_helper.py
+++ b/src/mesa/glapi/gen/extension_helper.py
@@ -151,7 +151,7 @@ class PrintGlExtensionGlue(gl_XML.gl_print_base):
def printRealHeader(self):
print '#include "utils.h"'
- print '#include "glapi/dispatch.h"'
+ print '#include "main/dispatch.h"'
print ''
return
diff --git a/src/mesa/glapi/gen/remap_helper.py b/src/mesa/glapi/gen/remap_helper.py
index d93c7a4285..8b50526d2b 100644
--- a/src/mesa/glapi/gen/remap_helper.py
+++ b/src/mesa/glapi/gen/remap_helper.py
@@ -64,7 +64,7 @@ class PrintGlRemap(gl_XML.gl_print_base):
def printRealHeader(self):
- print '#include "glapi/dispatch.h"'
+ print '#include "main/dispatch.h"'
print ''
return