vulkan: add vk_alloc.h shared allocation inlines.
authorDave Airlie <airlied@redhat.com>
Fri, 14 Oct 2016 03:19:43 +0000 (13:19 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Oct 2016 23:05:26 +0000 (09:05 +1000)
commit0cfd428aefe13441e93cc6f57d70f0b282ad2b21
tree8bfe890681a042fc67c3237720e64f0bc4553090
parent2c6d8bff0315716afcdad0156e288bd34eff72bb
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 <jason@jlekstrand.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/util/Makefile.sources
src/util/vk_alloc.h [new file with mode: 0644]