Mesa (master): dispatch: stop generating separate GLES1 API code.

Paul Berry stereotype441 at kemper.freedesktop.org
Thu Nov 1 20:59:26 UTC 2012


Module: Mesa
Branch: master
Commit: a8ab7e335df4cd7841bbbe572d5494796bb4e398
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8ab7e335df4cd7841bbbe572d5494796bb4e398

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Tue Oct 23 13:24:17 2012 -0700

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 at whitecape.org>

---

 src/mesa/Android.gen.mk       |   33 +-
 src/mesa/Makefile.am          |   15 -
 src/mesa/SConscript           |   18 -
 src/mesa/main/.gitignore      |    3 -
 src/mesa/main/APIspec.py      |  617 -----------
 src/mesa/main/APIspec.xml     | 2383 -----------------------------------------
 src/mesa/main/APIspecutil.py  |  272 -----
 src/mesa/main/api_exec.h      |    6 -
 src/mesa/main/es_generator.py |  765 -------------
 src/mesa/sources.mak          |    1 -
 10 files changed, 4 insertions(+), 4109 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=a8ab7e335df4cd7841bbbe572d5494796bb4e398



More information about the mesa-commit mailing list