anv: Teach generator scripts how to parse mutliple XML files
authorChad Versace <chadversary@chromium.org>
Tue, 22 Aug 2017 23:23:26 +0000 (16:23 -0700)
committerChad Versace <chadversary@chromium.org>
Mon, 18 Sep 2017 21:26:54 +0000 (14:26 -0700)
commit6a5ff18039d0c35e79ac24ceae2479d5c7c85bd3
treec47b398ddab8cd10807ee3f3f2e18428a66b82d2
parent2d1fac119fa0d1fccae086605b43b426312b257a
anv: Teach generator scripts how to parse mutliple XML files

The taught scripts are anv_extensions.py and anv_entrypoints_gen.py.  To
give a script multiple XML files, call it like so:

    anv_extensions.py --xml a.xml --xml b.xml --xml c.xml ...

The scripts parse the XML files in the given order.

This will allow us to feed the scripts 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/intel/vulkan/anv_entrypoints_gen.py
src/intel/vulkan/anv_extensions.py