Re: [Mesa-dev] [PATCH] vulkan: import latest public vulkan headers + and fix drivers.

2016-11-10 Thread Jordan Justen
On 2016-11-10 20:34:47, Dave Airlie wrote: > On 11 November 2016 at 13:26, Jordan Justen wrote: > > On 2016-11-10 17:45:10, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> I just noticed the new vulkan headers changed a prototype, > >> so I've

Re: [Mesa-dev] [PATCH] vulkan: import latest public vulkan headers + and fix drivers.

2016-11-10 Thread Dave Airlie
On 11 November 2016 at 13:26, Jordan Justen wrote: > On 2016-11-10 17:45:10, Dave Airlie wrote: >> From: Dave Airlie >> >> I just noticed the new vulkan headers changed a prototype, >> so I've decided to import them and fix the drivers to use the >>

Re: [Mesa-dev] [PATCH] vulkan: import latest public vulkan headers + and fix drivers.

2016-11-10 Thread Jordan Justen
On 2016-11-10 17:45:10, Dave Airlie wrote: > From: Dave Airlie > > I just noticed the new vulkan headers changed a prototype, > so I've decided to import them and fix the drivers to use the > new API. > The new header is Apache licensed. I know that the FSF says Apache is

Re: [Mesa-dev] [PATCH] vulkan: import latest public vulkan headers + and fix drivers.

2016-11-10 Thread Jason Ekstrand
Ack ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] vulkan: import latest public vulkan headers + and fix drivers.

2016-11-10 Thread Dave Airlie
From: Dave Airlie I just noticed the new vulkan headers changed a prototype, so I've decided to import them and fix the drivers to use the new API. Signed-off-by: Dave Airlie --- include/vulkan/vk_platform.h | 39 ++-- include/vulkan/vulkan.h