summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-10 16:13:42 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-10 16:13:42 -0600
commit40d1a40f294f1ed2dacfad6f5498322fc08cc2d1 (patch)
treef82624643856ed57346b91a25274a492258d3fde /src/mesa/main/api_exec.h
parentef27bdbfa8fd4b7cdd7f1ab0e65bc30f17150d2e (diff)
downloadexternal_mesa3d-40d1a40f294f1ed2dacfad6f5498322fc08cc2d1.zip
external_mesa3d-40d1a40f294f1ed2dacfad6f5498322fc08cc2d1.tar.gz
external_mesa3d-40d1a40f294f1ed2dacfad6f5498322fc08cc2d1.tar.bz2
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Also, check the FEATURE flags in many places.
Diffstat (limited to 'src/mesa/main/api_exec.h')
-rw-r--r--src/mesa/main/api_exec.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/api_exec.h b/src/mesa/main/api_exec.h
index 7f15ea9..4bd7150 100644
--- a/src/mesa/main/api_exec.h
+++ b/src/mesa/main/api_exec.h
@@ -27,7 +27,10 @@
#define API_EXEC_H
-void
+struct _glapi_table;
+
+
+extern void
_mesa_init_exec_table(struct _glapi_table *exec);