From 0cfd428aefe13441e93cc6f57d70f0b282ad2b21 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 14 Oct 2016 13:19:43 +1000 Subject: vulkan: add vk_alloc.h shared allocation inlines. vulkan allocation allows for overriding the allocator used, add some macros for anv/radv to share for this. Acked-by: Jason Ekstrand Signed-off-by: Dave Airlie --- src/util/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/Makefile.sources') diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index b7b1e913c94..c5531c82d8a 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -37,7 +37,8 @@ MESA_UTIL_FILES := \ u_atomic.h \ u_endian.h \ u_vector.c \ - u_vector.h + u_vector.h \ + vk_alloc.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c -- cgit v1.2.3