Re: [Mesa-dev] [PATCHv3] configure: enable dri3 only for linux

2014-03-25 Thread Ian Romanick
On 03/25/2014 02:47 PM, Emil Velikov wrote: > On 21/03/14 18:09, Emil Velikov wrote: >> Currently only linux can make use of dri3, so it would make sense to >> enable it explicitly for the platform. >> Drop a duplicated libudev check while we're at it. >> >> v3: Properly handle dri3 and reword comm

Re: [Mesa-dev] [PATCHv3] configure: enable dri3 only for linux

2014-03-25 Thread Emil Velikov
On 21/03/14 18:09, Emil Velikov wrote: > Currently only linux can make use of dri3, so it would make sense to > enable it explicitly for the platform. > Drop a duplicated libudev check while we're at it. > > v3: Properly handle dri3 and reword commit message. > Would there be any objections if I

[Mesa-dev] [PATCHv3] configure: enable dri3 only for linux

2014-03-21 Thread Emil Velikov
Currently only linux can make use of dri3, so it would make sense to enable it explicitly for the platform. Drop a duplicated libudev check while we're at it. v3: Properly handle dri3 and reword commit message. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76377 Signed-off-by: Emil Velik