Re: [Mesa-dev] [PATCH] loader: Allow a non-udev linux fallback

2014-02-07 Thread Lauri Kasanen
On Fri, 07 Feb 2014 01:20:39 + Emil Velikov wrote: > > The argument is "this setup worked, and was supported, for 10 years > > now". You don't break supported setups without good reason. > > > FWIW I'm in favour of not breaking existing setups without any serious > reason. Current patch look

Re: [Mesa-dev] [PATCH] loader: Allow a non-udev linux fallback

2014-02-06 Thread Emil Velikov
On 01/02/14 09:27, Lauri Kasanen wrote: > On Fri, 31 Jan 2014 10:58:48 -0800 > Kenneth Graunke wrote: > >> On 01/31/2014 03:14 AM, Lauri Kasanen wrote: >>> It's important not to break existing uses. There is no need to require >>> udev for 3d. This is an alternative to Stéphane Marchesin's patch

Re: [Mesa-dev] [PATCH] loader: Allow a non-udev linux fallback

2014-02-01 Thread Lauri Kasanen
On Fri, 31 Jan 2014 10:58:48 -0800 Kenneth Graunke wrote: > On 01/31/2014 03:14 AM, Lauri Kasanen wrote: > > It's important not to break existing uses. There is no need to require > > udev for 3d. This is an alternative to Stéphane Marchesin's patch > > "loader: Make drmGetVersion logic condition

Re: [Mesa-dev] [PATCH] loader: Allow a non-udev linux fallback

2014-01-31 Thread Kenneth Graunke
On 01/31/2014 03:14 AM, Lauri Kasanen wrote: > It's important not to break existing uses. There is no need to require > udev for 3d. This is an alternative to Stéphane Marchesin's patch > "loader: Make drmGetVersion logic conditional on non-pci devices". > > Signed-off-by: Lauri Kasanen I'm stil

[Mesa-dev] [PATCH] loader: Allow a non-udev linux fallback

2014-01-31 Thread Lauri Kasanen
It's important not to break existing uses. There is no need to require udev for 3d. This is an alternative to Stéphane Marchesin's patch "loader: Make drmGetVersion logic conditional on non-pci devices". Signed-off-by: Lauri Kasanen --- src/egl/drivers/dri2/platform_android.c| 2 +-