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

2017-07-27 Thread Timothy Arceri
From: Andres Rodriguez v2: respective changes for new gallium interface v3: fix UUID size asserts Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri Reviewed-by: Samuel Pitoiset --- src/mesa/main/dd.h | 15 +++ src/mesa/main/get.c | 17 ++

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

2017-07-26 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 07/26/2017 01:46 PM, Timothy Arceri wrote: From: Andres Rodriguez v2: respective changes for new gallium interface v3: fix UUID size asserts Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri --- src/mesa/main/dd.h | 15 ++

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

2017-07-26 Thread Timothy Arceri
From: Andres Rodriguez v2: respective changes for new gallium interface v3: fix UUID size asserts Signed-off-by: Andres Rodriguez Reviewed-by: Timothy Arceri --- src/mesa/main/dd.h | 15 +++ src/mesa/main/get.c | 17 + src/mesa/main