Re: [Mesa-dev] [PATCH 1/2] intel: genxml: add script to generate gzipped genxml

2017-03-10 Thread Emil Velikov
On 10 March 2017 at 18:01, Emil Velikov wrote: > Hi Lionel, > > I thinking about this just the other day - we have zlib dependency, > yet we store some ~1MiB of XML in the binary. > Not to mention that some distros ship xxd as part of vim ... but that > a distro problem ;-) > > On 10 March 2017 at

Re: [Mesa-dev] [PATCH 1/2] intel: genxml: add script to generate gzipped genxml

2017-03-10 Thread Emil Velikov
Hi Lionel, I thinking about this just the other day - we have zlib dependency, yet we store some ~1MiB of XML in the binary. Not to mention that some distros ship xxd as part of vim ... but that a distro problem ;-) On 10 March 2017 at 16:26, Lionel Landwerlin wrote: > Signed-off-by: Lionel Land

Re: [Mesa-dev] [PATCH 1/2] intel: genxml: add script to generate gzipped genxml

2017-03-10 Thread Dylan Baker
Quoting Lionel Landwerlin (2017-03-10 08:26:15) > Signed-off-by: Lionel Landwerlin > --- > src/intel/Makefile.genxml.am| 1 + > src/intel/genxml/gen_zipped_file.py | 25 + > 2 files changed, 26 insertions(+) > create mode 100755 src/intel/genxml/gen_zipped_file.p

[Mesa-dev] [PATCH 1/2] intel: genxml: add script to generate gzipped genxml

2017-03-10 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/intel/Makefile.genxml.am| 1 + src/intel/genxml/gen_zipped_file.py | 25 + 2 files changed, 26 insertions(+) create mode 100755 src/intel/genxml/gen_zipped_file.py diff --git a/src/intel/Makefile.genxml.am b/src/intel/Mak