Re: [Mesa-dev] [PATCH 01/10] loader: introduce the loader util lib

2014-01-23 Thread Emil Velikov
On 22/01/14 00:46, Jordan Justen wrote: > On Sat, Jan 11, 2014 at 8:54 AM, Emil Velikov > wrote: >> All the various window system integration layers duplicate roughly the >> same code for figuring out device and driver name, pci-id's, etc. Which >> is sad. So extract it out into a loader util l

Re: [Mesa-dev] [PATCH 01/10] loader: introduce the loader util lib

2014-01-21 Thread Jordan Justen
On Sat, Jan 11, 2014 at 8:54 AM, Emil Velikov wrote: > All the various window system integration layers duplicate roughly the > same code for figuring out device and driver name, pci-id's, etc. Which > is sad. So extract it out into a loader util lib. > > Signed-off-by: Rob Clark > > v2 (Emil)

Re: [Mesa-dev] [PATCH 01/10] loader: introduce the loader util lib

2014-01-16 Thread Kristian Høgsberg
On Mon, Jan 13, 2014 at 12:01:03AM +, Emil Velikov wrote: > All the various window system integration layers duplicate roughly the > same code for figuring out device and driver name, pci-id's, etc. Which > is sad. So extract it out into a loader util lib. > > Signed-off-by: Rob Clark > >

[Mesa-dev] [PATCH 01/10] loader: introduce the loader util lib

2014-01-12 Thread Emil Velikov
All the various window system integration layers duplicate roughly the same code for figuring out device and driver name, pci-id's, etc. Which is sad. So extract it out into a loader util lib. Signed-off-by: Rob Clark v2 (Emil) * Separate the introduction of libloader from the code de-duplicat

[Mesa-dev] [PATCH 01/10] loader: introduce the loader util lib

2014-01-11 Thread Emil Velikov
All the various window system integration layers duplicate roughly the same code for figuring out device and driver name, pci-id's, etc. Which is sad. So extract it out into a loader util lib. Signed-off-by: Rob Clark v2 (Emil) * Separate the introduction of libloader from the code de-duplicat