From e9dcb17962f7e58a81c93bae7bd33885675b1043 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 15 Feb 2017 15:41:50 -0800 Subject: vulkan/util: Add generator for enum_to_str functions This adds a python generator to produce enum_to_str functions for Vulkan from the vk.xml API description. It supports extensions as well as core API features, and the generator works with both python2 and python3. Signed-off-by: Dylan Baker Acked-by: Matt Turner Acked-by: Jason Ekstrand --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 12e5dcdb12a..cbdf378c54b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,7 +117,7 @@ SUBDIRS += intel/tools endif if HAVE_VULKAN_COMMON -SUBDIRS += vulkan/wsi +SUBDIRS += vulkan/util vulkan/wsi endif EXTRA_DIST += vulkan/registry/vk.xml -- cgit v1.2.3