mesa/src/vulkan/util
Vinson Lee faa339e666 Switch from cElementTree to ElementTree.
The xml.etree.cElementTree module will be removed in Python 3.9. Since
Python 3.3 the xml.etree.cElementTree module has been deprecated, the
xml.etree.ElementTree module uses a fast implementation whenever
available.

Builds using Python 2.7 can still work but with the slower
implementation.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5349>
2020-06-05 23:42:54 -07:00
..
gen_enum_to_str.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
vk_alloc.h vulkan/alloc: Add a vk_strdup helper 2018-08-28 13:05:54 -05:00
vk_debug_report.c vulkan: Allow destroying NULL debug report callbacks 2020-05-04 14:06:27 +00:00
vk_debug_report.h vulkan: move anv VK_EXT_debug_report implementation to common code. 2018-01-17 11:27:52 +01:00
vk_extensions.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
vk_extensions_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
vk_format.c util/format: Add more multi-planar formats. 2020-05-30 01:22:51 +00:00
vk_format.h util: Add a mapping from VkFormat to PIPE_FORMAT. 2019-11-19 15:35:52 -08:00
vk_object.c vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchains 2020-05-12 18:01:48 +00:00
vk_object.h vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchains 2020-05-12 18:01:48 +00:00
vk_util.c vulkan/utils: s/VERSION/PACKAGE_VERSION/ 2018-11-26 22:05:02 +00:00
vk_util.h anv: implement VK_KHR_swapchain revision 70 2019-04-08 18:27:02 +01:00