Re: [Mesa-dev] [PATCH 4/6] anv: do not export the Vulkan API

2016-07-27 Thread Jason Ekstrand
I don't really like this... Bit I believe it is correct. The whole series (modulo validation) is Reviewed-by: Jason Ekstrand Let's cc stable on the whole thing as well. On Jul 27, 2016 6:03 AM, "Emil Velikov" wrote: > From: Emil Velikov > > With version 1 of the Loader interface there is an

[Mesa-dev] [PATCH 4/6] anv: do not export the Vulkan API

2016-07-27 Thread Emil Velikov
From: Emil Velikov With version 1 of the Loader interface there is an internal/private symbol (vk_icdGetInstanceProcAddr) which is used to retrieve all the API from the Vulkan entrypoints from the ICD. Implying that exposing the Vulkan API is not recommended. Version 2 goes a step further explic