Re: [Mesa-dev] [PATCH 3/3] anv: Support loader interface version 3 (patch v2)

2017-01-11 Thread Emil Velikov
On 11 January 2017 at 17:58, Chad Versace wrote: > This patch implements vk_icdNegotiateLoaderICDInterfaceVersion(), which > brings us to loader interface v3. > > v2: > - Drop the pragmas. [emil] > - Advertise v3 instead of v2. Anvil supported more than I > thought. [jason] > - s/Surfac

[Mesa-dev] [PATCH 3/3] anv: Support loader interface version 3 (patch v2)

2017-01-11 Thread Chad Versace
This patch implements vk_icdNegotiateLoaderICDInterfaceVersion(), which brings us to loader interface v3. v2: - Drop the pragmas. [emil] - Advertise v3 instead of v2. Anvil supported more than I thought. [jason] - s/Surface/SurfaceKHR/ in comments. [emil] Cc: Emil Velikov Cc: Jason Ek