Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-07-05 Thread Jason Ekstrand
On Wed, Jul 5, 2017 at 4:50 PM, Dave Airlie wrote: > > > > > > This is something I've been on the fence about for a while, mostly > > because the vulkan and gl driver for mesa come out of the same source > > base. > > In addition to the issues raised by Jason, radv isn't the

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-07-05 Thread Dave Airlie
> > This is something I've been on the fence about for a while, mostly > because the vulkan and gl driver for mesa come out of the same source > base. In addition to the issues raised by Jason, radv isn't the only Vulkan driver for AMD GPUs. I don't think Andres patch should be made jump

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-07-03 Thread Michel Dänzer
On 01/07/17 09:58 AM, Andres Rodriguez wrote: > On 2017-06-30 07:21 PM, Jason Ekstrand wrote: >> On June 30, 2017 4:04:31 PM Andres Rodriguez wrote: >> >>> diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c >>> index 34f8bbb..402fc01 100644 >>> ---

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-07-01 Thread Andres Rodriguez
On 2017-07-01 11:29 AM, Jason Ekstrand wrote: On June 30, 2017 5:58:24 PM Andres Rodriguez wrote: On 2017-06-30 07:21 PM, Jason Ekstrand wrote: On June 30, 2017 4:04:31 PM Andres Rodriguez wrote: Signed-off-by: Andres Rodriguez

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-07-01 Thread Jason Ekstrand
On June 30, 2017 5:58:24 PM Andres Rodriguez wrote: On 2017-06-30 07:21 PM, Jason Ekstrand wrote: On June 30, 2017 4:04:31 PM Andres Rodriguez wrote: Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 6

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-06-30 Thread Andres Rodriguez
On 2017-06-30 07:21 PM, Jason Ekstrand wrote: On June 30, 2017 4:04:31 PM Andres Rodriguez wrote: Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 6 ++ src/mesa/main/get.c | 17 +

Re: [Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-06-30 Thread Jason Ekstrand
On June 30, 2017 4:04:31 PM Andres Rodriguez wrote: Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 6 ++ src/mesa/main/get.c | 17 + src/mesa/main/version.c | 16

[Mesa-dev] [PATCH 15/19] mesa: hook up UUID queries for driver and device

2017-06-30 Thread Andres Rodriguez
Signed-off-by: Andres Rodriguez --- src/mesa/main/dd.h | 6 ++ src/mesa/main/get.c | 17 + src/mesa/main/version.c | 16 src/mesa/main/version.h | 6 ++