[Mesa-dev] [PATCH 0/7] Enable python 2 support for intel/genmxl
Dylan Baker
dylan at pnwbakers.com
Tue May 31 21:30:23 UTC 2016
This adds support for python 2 in genxml, and disables python3 support
across the board, since genxml is now required for both vulkan and the
i965 OpenGL driver.
Dylan Baker (7):
genxml: mark gen_pack_header.py as encoded in utf-8
genxml: Make classes descendants of object
genxml: mark re strings as raw
genxml: require future imports for python2 compatibility.
genxml: change chbang to python 2
genxml: use the isalpha method rather than str.isalpha.
Don't use python 3
configure.ac | 8 --------
src/intel/genxml/Makefile.am | 4 ++--
src/intel/genxml/gen_pack_header.py | 29 +++++++++++++++++++++--------
3 files changed, 23 insertions(+), 18 deletions(-)
--
2.8.3
More information about the mesa-dev
mailing list