Mesa (master): mesa/es: Don't generate ES1 type conversion wrappers

Ian Romanick idr at kemper.freedesktop.org
Sat Aug 18 01:14:27 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Jul 27 14:38:37 2012 -0700

mesa/es: Don't generate ES1 type conversion wrappers

These are gradually going to get whittled away and eventually folded into the
source files with the native type functions.

v2: Add (speculative) SConscript changes.  These may be broken.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/SConscript            |    2 +-
 src/mesa/main/es1_conversion.c | 1508 ++++++++++++++++++++++++++++++++++++++++
 src/mesa/main/es1_conversion.h |  157 +++++
 src/mesa/main/es_generator.py  |    7 +
 src/mesa/sources.mak           |    3 +-
 5 files changed, 1675 insertions(+), 2 deletions(-)

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



More information about the mesa-commit mailing list