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 16, 2016 at 7:07 PM, Dav
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 +++
src/vulkan/Makefile.am | 26 +++
src/vulk