dispatch: stop generating separate GLES1 API code.
authorPaul Berry <stereotype441@gmail.com>
Tue, 23 Oct 2012 20:24:17 +0000 (13:24 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 1 Nov 2012 18:26:30 +0000 (11:26 -0700)
commita8ab7e335df4cd7841bbbe572d5494796bb4e398
tree40b64014369daff017681f309f65cb0d1f9fbdc8
parent8386088e3dc6fbd223dca7cc966b86f9ab0652b5
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>
src/mesa/Android.gen.mk
src/mesa/Makefile.am
src/mesa/SConscript
src/mesa/main/.gitignore
src/mesa/main/APIspec.py [deleted file]
src/mesa/main/APIspec.xml [deleted file]
src/mesa/main/APIspecutil.py [deleted file]
src/mesa/main/api_exec.h
src/mesa/main/es_generator.py [deleted file]
src/mesa/sources.mak