Re: [Mesa-dev] [PATCH 0/8] vulkan: Update to 1.0.54

2017-07-14 Thread Samuel Iglesias Gonsálvez
On Fri, 2017-07-14 at 09:42 +0200, Samuel Iglesias Gonsálvez wrote: > On Thu, 2017-07-13 at 12:32 -0700, Jason Ekstrand wrote: > > This little series updates us to the 1.0.54 headers and XML.  The > > major > > change here is that 1.0.54 dropped the VK_KHX_external* extensions > > and > > replaced

Re: [Mesa-dev] [PATCH 0/8] vulkan: Update to 1.0.54

2017-07-14 Thread Lionel Landwerlin
I have a series that just squashes all of this (except patch 7), so it didn't get rid of the radv code for external memory. I guess it's nicer to have the code cleanly removed and then added back. Thanks for doing this : Reviewed-by: Lionel Landwerlin On 13/07/17 20:32, Jason Ekstrand wrote:

Re: [Mesa-dev] [PATCH 0/8] vulkan: Update to 1.0.54

2017-07-14 Thread Samuel Iglesias Gonsálvez
On Thu, 2017-07-13 at 12:32 -0700, Jason Ekstrand wrote: > This little series updates us to the 1.0.54 headers and XML.  The > major > change here is that 1.0.54 dropped the VK_KHX_external* extensions > and > replaced them with VK_KHR variants.  The first three patches drop > support > for the KHX

[Mesa-dev] [PATCH 0/8] vulkan: Update to 1.0.54

2017-07-13 Thread Jason Ekstrand
This little series updates us to the 1.0.54 headers and XML. The major change here is that 1.0.54 dropped the VK_KHX_external* extensions and replaced them with VK_KHR variants. The first three patches drop support for the KHX versions from anv and radv and the last 3 implement the KHR version of