Module: Mesa Branch: master Commit: 34472a0d8713c4eb300c9d1de0844c8b78bcf1ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34472a0d8713c4eb300c9d1de0844c8b78bcf1ab
Author: Ian Romanick <[email protected]> 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 <[email protected]> Reviewed-by: Brian Paul <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
