[Mesa-dev] [PATCH 0/2] Aubinator: use gzipped genxml files

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Mar 10 16:26:14 UTC 2017


Hi,

Now that zlib has been added as a dependency to Mesa, we can start
using gzip to store embedded copies of genxml into aubinator. It
reduces the size of the aubinator binary by roughly half.

Cheers,

Lionel Landwerlin (2):
  intel: genxml: add script to generate gzipped genxml
  aubinator/genxml: use gzipped files to store embedded genxml

 configure.ac                        |  1 -
 src/intel/Makefile.genxml.am        | 11 ++----
 src/intel/genxml/gen_zipped_file.py | 25 ++++++++++++++
 src/intel/tools/Makefile.am         |  4 ++-
 src/intel/tools/decoder.c           | 68 +++++++++++++++++++++++++++++++++----
 5 files changed, 92 insertions(+), 17 deletions(-)
 create mode 100755 src/intel/genxml/gen_zipped_file.py

--
2.11.0


More information about the mesa-dev mailing list