Re: [Mesa-dev] [PATCH] vulkan/util: Add generator for enum_to_str functions

2017-02-17 Thread Dylan Baker
I'll send out a v2 soon. Quoting Matt Turner (2017-02-17 11:38:17) > On Fri, Feb 17, 2017 at 10:49 AM, Dylan Baker wrote: > > 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

Re: [Mesa-dev] [PATCH] vulkan/util: Add generator for enum_to_str functions

2017-02-17 Thread Matt Turner
On Fri, Feb 17, 2017 at 10:49 AM, Dylan Baker wrote: > 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. > > CC: Jason Ekstrand

[Mesa-dev] [PATCH] vulkan/util: Add generator for enum_to_str functions

2017-02-17 Thread Dylan Baker
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. CC: Jason Ekstrand Signed-off-by: Dylan Baker --- configure.ac