vulkan/util: Teach gen_enum_to_str.py to parse mutliple XML files
authorChad Versace <chadversary@chromium.org>
Tue, 15 Aug 2017 23:34:20 +0000 (16:34 -0700)
committerChad Versace <chadversary@chromium.org>
Mon, 18 Sep 2017 21:26:54 +0000 (14:26 -0700)
commit7f57e58e2777c0e2c82cdf8de49d9cfa1ac9e6b1
treef3b1afc88803894ddf0e63c5d7c844c1494cf6d8
parent7554fa266a87d84d914683a649ad50a654c19ab0
vulkan/util: Teach gen_enum_to_str.py to parse mutliple XML files

To give the script multiple XML files, call it like so:

    gen_enum_to_str.py --xml a.xml --xml b.xml --xml c.xml ...

The script parses the XML files in the given order.

This will allow us to feed the script XML files for extensions that are
missing from the official vk.xml, such as VK_ANDROID_native_buffer.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/vulkan/util/gen_enum_to_str.py