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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to