diff options
author | Paul Berry <[email protected]> | 2012-10-23 13:24:17 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-01 11:26:30 -0700 |
commit | a8ab7e335df4cd7841bbbe572d5494796bb4e398 (patch) | |
tree | 40b64014369daff017681f309f65cb0d1f9fbdc8 /src/mesa/sources.mak | |
parent | 8386088e3dc6fbd223dca7cc966b86f9ab0652b5 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index b14ec13eda8..b4b58db6dea 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -5,7 +5,6 @@ # this is part of MAIN_FILES MAIN_ES_FILES = \ - $(BUILDDIR)main/api_exec_es1.c \ $(SRCDIR)main/es1_conversion.c MAIN_FILES = \ |