Re: [Mesa-dev] [RFC PATCH 10/13] RFC: anv: Drop vkCreateDmaBufImageINTEL()

2017-03-07 Thread Lionel Landwerlin
Would you mind updating anv_entrypoints_gen.py too? Because it didn't have a spec, had to special case the entrypoint generation... Happy to see it replaced by something better! Thanks! On 06/03/17 20:40, Chad Versace wrote: This "extension" function predates Vulkan 1.0 and Vulkan WSI. We cre

Re: [Mesa-dev] [RFC PATCH 10/13] RFC: anv: Drop vkCreateDmaBufImageINTEL()

2017-03-07 Thread Jason Ekstrand
Burn it to the ground! On Mon, Mar 6, 2017 at 12:40 PM, Chad Versace wrote: > This "extension" function predates Vulkan 1.0 and Vulkan WSI. We created > it during the early days of bringing up the Vulkan driver. We used it > for testing the early driver because, in those early days, there was no

[Mesa-dev] [RFC PATCH 10/13] RFC: anv: Drop vkCreateDmaBufImageINTEL()

2017-03-06 Thread Chad Versace
This "extension" function predates Vulkan 1.0 and Vulkan WSI. We created it during the early days of bringing up the Vulkan driver. We used it for testing the early driver because, in those early days, there was no other way to import/export a tiled VkImage and examine it. No VkSurfaceKHR existed y