Re: [Mesa-dev] [PATCH 04/11] Loader: Add gpu selection code with DRI_PRIME.

2014-05-28 Thread Axel Davy
On 28/05/2014 08:33, Emil Velikov wrote : Hi Axel, AFAICS we're leaking device_name. That's true, I'll send a patch with the fix. FYI I'm about to push a few patches for non libudev users which may cause merge conflicts when applying this series. Thanks for the information. Cheers Emil A

Re: [Mesa-dev] [PATCH 04/11] Loader: Add gpu selection code with DRI_PRIME.

2014-05-28 Thread Emil Velikov
On 28/05/14 01:55, Axel Davy wrote: > Signed-off-by: Axel Davy > --- > src/loader/loader.c | 188 > > src/loader/loader.h | 7 ++ > 2 files changed, 195 insertions(+) > > diff --git a/src/loader/loader.c b/src/loader/loader.c > index 666d01

[Mesa-dev] [PATCH 04/11] Loader: Add gpu selection code with DRI_PRIME.

2014-05-27 Thread Axel Davy
Signed-off-by: Axel Davy --- src/loader/loader.c | 188 src/loader/loader.h | 7 ++ 2 files changed, 195 insertions(+) diff --git a/src/loader/loader.c b/src/loader/loader.c index 666d015..3d504f7 100644 --- a/src/loader/loader.c +++ b/src/l