summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.h
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-10-23 13:24:17 -0700
committerPaul Berry <stereotype441@gmail.com>2012-11-01 11:26:30 -0700
commita8ab7e335df4cd7841bbbe572d5494796bb4e398 (patch)
tree40b64014369daff017681f309f65cb0d1f9fbdc8 /src/mesa/main/api_exec.h
parent8386088e3dc6fbd223dca7cc966b86f9ab0652b5 (diff)
downloadexternal_mesa3d-a8ab7e335df4cd7841bbbe572d5494796bb4e398.zip
external_mesa3d-a8ab7e335df4cd7841bbbe572d5494796bb4e398.tar.gz
external_mesa3d-a8ab7e335df4cd7841bbbe572d5494796bb4e398.tar.bz2
dispatch: stop generating separate GLES1 API code.
This patch removes the generated files api_exec_es1.c, api_exec_es1_dispatch.h, and api_exec_es1_remap_helper.h (and the source files and build rules used to generate them), since they are no longer used. GLES1 now uses the same dispatch table layout as all the other APIs. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/main/api_exec.h')
-rw-r--r--src/mesa/main/api_exec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/api_exec.h b/src/mesa/main/api_exec.h
index 100e972..7d37ff7 100644
--- a/src/mesa/main/api_exec.h
+++ b/src/mesa/main/api_exec.h
@@ -36,11 +36,5 @@ _mesa_alloc_dispatch_table(int size);
extern struct _glapi_table *
_mesa_create_exec_table(struct gl_context *ctx);
-extern struct _glapi_table *
-_mesa_create_exec_table_es1(void);
-
-extern struct _glapi_table *
-_mesa_create_exec_table_es2(void);
-
#endif