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

Author: Eric Anholt <e...@anholt.net>
Date:   Tue May 15 13:06:22 2012 -0700

mesa: Remove the generated glapi from source control, and just build it.

Mesa already always depends on python to build.  The checked in
changes are not reviewed (because any trivial change rewrites the
world).  We also have been pushing commits between xml change and
regen where at-build-time xml-generated code disagrees with committed
xml-generated code.  And worst of all, sometimes we ("I") check in
*stale* xml-generated code.

Acked-by: Ian Romanick <ian.d.roman...@intel.com>

---

 configure.ac                    |    2 +-
 src/glx/.gitignore              |    6 +
 src/glx/indirect.c              |10736 -----------
 src/glx/indirect.h              |  722 -
 src/glx/indirect_init.c         |  789 -
 src/glx/indirect_size.c         |  382 -
 src/glx/indirect_size.h         |   85 -
 src/mapi/glapi/.gitignore       |    9 +
 src/mapi/glapi/gen/Makefile     |    3 +-
 src/mapi/glapi/glapi_gentable.c | 9530 ----------
 src/mapi/glapi/glapi_mapi_tmp.h |14139 ---------------
 src/mapi/glapi/glapi_sparc.S    | 1613 --
 src/mapi/glapi/glapi_x86-64.S   |37708 ---------------------------------------
 src/mapi/glapi/glapi_x86.S      | 1528 --
 src/mapi/glapi/glapitable.h     | 1023 --
 src/mapi/glapi/glapitemp.h      | 9742 ----------
 src/mapi/glapi/glprocs.h        | 2853 ---
 src/mesa/main/.gitignore        |    3 +
 src/mesa/main/dispatch.h        |12958 --------------
 src/mesa/main/enums.c           | 6638 -------
 src/mesa/main/remap_helper.h    | 5818 ------
 21 files changed, 21 insertions(+), 116266 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=0ce0f7c0c8fa9902678af7f3ecad2541be5808d2
_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to