Mesa (glsl2): glcpp: Add generated source files.

Carl Worth cworth at kemper.freedesktop.org
Wed Jul 28 20:48:50 UTC 2010


Module: Mesa
Branch: glsl2
Commit: 667173e36293d781e145f40e0d6919cb847af318
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=667173e36293d781e145f40e0d6919cb847af318

Author: Carl Worth <cworth at cworth.org>
Date:   Wed Jul 28 12:33:56 2010 -0700

glcpp: Add generated source files.

This is now consistent with other usage of flex/bison througout mesa,
(which is that these generated files are added to source control so
that the build system does not require external tools like flex/bison
for non-developers).

---

 src/glsl/glcpp/.gitignore    |    3 -
 src/glsl/glcpp/glcpp-lex.c   | 2636 ++++++++++++++++++++++++++++
 src/glsl/glcpp/glcpp-parse.c | 3957 ++++++++++++++++++++++++++++++++++++++++++
 src/glsl/glcpp/glcpp-parse.h |  100 ++
 4 files changed, 6693 insertions(+), 3 deletions(-)

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



More information about the mesa-commit mailing list