Re: [Mesa-dev] [PATCH] vulkan/wsi: document libdrm version introducing drmIsMaster()

2019-04-30 Thread Eric Engestrom
On 2019-04-30 at 12:04, Emil Velikov wrote: > From: Emil Velikov > > To avoid pulling the latest libdrm we copy the helper locally. Document > when it was introduced, making it easier to purge in the future. > > Cc: Eric Engestrom > Suggested-by: Eric Engestrom > Signed-off-by: Emil Velikov

[Mesa-dev] [PATCH] vulkan/wsi: document libdrm version introducing drmIsMaster()

2019-04-30 Thread Emil Velikov
From: Emil Velikov To avoid pulling the latest libdrm we copy the helper locally. Document when it was introduced, making it easier to purge in the future. Cc: Eric Engestrom Suggested-by: Eric Engestrom Signed-off-by: Emil Velikov --- Thanks for the suggestion Eric. --- src/vulkan/wsi/wsi_c