Re: [Mesa-dev] [PATCH 07/11] vulkan: add vk_alloc.h shared allocation inlines.

2016-10-18 Thread Jason Ekstrand
We already talked on IRC about putting vk_alloc.h in src/util. Assuming that's done, the series is Acked-by: Jason Ekstrand Please make sure you do a fairly complete (fedora config?) build test. I don't want those MIN/MAX macros to cause problems. --Jason On Sun, Oct

[Mesa-dev] [PATCH 07/11] vulkan: add vk_alloc.h shared allocation inlines.

2016-10-16 Thread Dave Airlie
From: Dave Airlie vulkan allocation allows for overriding the allocator used, add some macros for anv/radv to share for this. Signed-off-by: Dave Airlie --- configure.ac | 5 ++- src/Makefile.am | 4 +++