Re: [Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-05 Thread Kristian Høgsberg
On Tue, Oct 4, 2016 at 9:26 AM Ben Widawsky wrote: > On 16-10-04 15:38:52, Lionel Landwerlin wrote: > >Embed the xml files into the binary, so aubinator can be used from any > >location. > > > >Signed-off-by: Lionel Landwerlin > >Cc: Sirisha Gandikota > >--- > > src/intel/Makefile.am

Re: [Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-04 Thread Ben Widawsky
On 16-10-04 09:50:55, Kenneth Graunke wrote: On Tuesday, October 4, 2016 9:26:39 AM PDT Ben Widawsky wrote: On 16-10-04 15:38:52, Lionel Landwerlin wrote: >Embed the xml files into the binary, so aubinator can be used from any >location. > >Signed-off-by: Lionel Landwerlin >Cc: Sirisha Gandikot

Re: [Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-04 Thread Kenneth Graunke
On Tuesday, October 4, 2016 9:26:39 AM PDT Ben Widawsky wrote: > On 16-10-04 15:38:52, Lionel Landwerlin wrote: > >Embed the xml files into the binary, so aubinator can be used from any > >location. > > > >Signed-off-by: Lionel Landwerlin > >Cc: Sirisha Gandikota > >--- > > src/intel/Makefile.am

Re: [Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-04 Thread Ben Widawsky
On 16-10-04 15:38:52, Lionel Landwerlin wrote: Embed the xml files into the binary, so aubinator can be used from any location. Signed-off-by: Lionel Landwerlin Cc: Sirisha Gandikota --- src/intel/Makefile.am | 1 + src/intel/Makefile.aubinator.am | 36 +++ src/intel/Makef

Re: [Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-04 Thread Jason Ekstrand
On Tue, Oct 4, 2016 at 7:38 AM, Lionel Landwerlin wrote: > Embed the xml files into the binary, so aubinator can be used from any > location. > Thank you for doing this!!! Dynamically loading the xml has a few benefits, but I think the benefits of not having to find them on disk are far bigger.

[Mesa-dev] [PATCH 1/2] intel: aubinator: generate a standalone binary

2016-10-04 Thread Lionel Landwerlin
Embed the xml files into the binary, so aubinator can be used from any location. Signed-off-by: Lionel Landwerlin Cc: Sirisha Gandikota --- src/intel/Makefile.am | 1 + src/intel/Makefile.aubinator.am | 36 +++ src/intel/Makefile.sources | 7 +++ src/intel/tools/.gi