mesa/m4
José Fonseca 2de70fe23f mapi/glapi: Use ElementTree instead of libxml2.
It is quite hard to meet the dependency of the libxml2 python bindings
outside Linux, and in particularly on MacOSX; whereas ElementTree is
part of Python's standard library.  ElementTree is more limited than
libxml2: no DTD verification, defaults from DTD, or XInclude support,
but none of these limitations is serious enough to justify using
libxml2.

In fact, it was easier to refactor the code to use ElementTree than to
try to get libxml2 python bindings.

In the process, gl_item_factory class was refactored so that there is
one method for each kind of object to be created, as it simplifies
things substantially.

I confirmed that precisely the same output is generated for GL/GLX/GLES.

v2: Remove m4/ax_python_module.m4 as suggested by Matt Turner.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-03-26 13:51:32 +00:00
..
.gitignore build: Use AX_PTHREAD to detect pthreads 2012-09-27 10:25:20 -07:00
ax_check_compile_flag.m4 mesa: Fix build to properly check for supported compiler flags 2013-12-20 17:00:57 -08:00
ax_gcc_builtin.m4 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 2014-02-24 12:56:26 -08:00
ax_prog_bison.m4 build: Use AX_PROG_BISON 2013-01-22 14:33:31 -08:00
ax_prog_flex.m4 ax_prog_flex.m4: change grep syntax to accept e.g. flex.real 2013-07-18 13:54:59 -07:00
ax_pthread.m4 build: Use AX_PTHREAD to detect pthreads 2012-09-27 10:25:20 -07:00