util/vulkan: Move Vulkan utilities to src/vulkan/util
We have Vulkan utilities in both src/util and src/vulkan/util. The latter seems a more appropriate place for Vulkan-specific things, so move them there. v2: Android build system changes (from Tapani Pälli) Signed-off-by: Alex Smith <asmith@feralinteractive.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:

committed by
Jason Ekstrand

parent
2ef73473c8
commit
621b3410f5
@@ -35,7 +35,7 @@
|
||||
#include "util/debug.h"
|
||||
#include "util/build_id.h"
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "util/vk_util.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
#include "genxml/gen7_pack.h"
|
||||
|
||||
|
Reference in New Issue
Block a user