Switch from cElementTree to ElementTree.
[mesa.git] / src / amd / vulkan / radv_entrypoints_gen.py
2020-06-06 Vinson LeeSwitch from cElementTree to ElementTree.
2020-03-10 Samuel Pitoisetradv/entrypoints: declare a driver internal layer for...
2020-03-02 Samuel Pitoisetradv: update entrypoints generation from ANV
2019-05-12 Bas Nieuwenhuizenradv: Add support for icd loader interface v4.
2019-03-05 Eric Engestromradv: use the platform defines in vk.xml instead of...
2018-07-28 Mauro Rossiradv: generate entrypoints for VK_ANDROID_native_buffer
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-06-19 Keith Packardradv: Add EXT_acquire_xlib_display to radv driver [v2]
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-02 Bas Nieuwenhuizenradv: Allow vkEnumerateInstanceVersion ProcAddr without...
2018-03-07 Bas Nieuwenhuizenradv: Add entrypoints generation with the new vk.xml
2018-02-22 Bas Nieuwenhuizenradv: Return NULL for entrypoints when not supported.
2018-02-22 Bas Nieuwenhuizenradv: Reword radv_entrypoints_gen.py
2018-01-19 Bas Nieuwenhuizenradv: Generate VK_ANDROID_native_buffer.
2017-10-17 Dave Airlieradv: port to using updated anv entrypoint/extension...
2017-10-05 Bas Nieuwenhuizenradv: Enable VK_KHR_maintenance2 extension.
2017-09-20 Bas Nieuwenhuizenradv: Add VK_KHR_bind_memory2 support.
2017-07-21 Dylan Bakerradv: rebase radv_entrypoints_gen.py on anv_entrypoints...
2017-07-21 Dave Airlieradv: initial support for shared semaphores (v2)
2017-07-20 Bas Nieuwenhuizenradv: Add support for VK_KHR_variable_pointers.
2017-07-20 Bas Nieuwenhuizenradv: Add VK_KHR_storage_buffer_storage_class support.
2017-07-15 Jason Ekstrandradv: Implement VK_KHR_external_memory
2017-07-15 Bas Nieuwenhuizenradv: Add support for VK_KHR_dedicated_allocation.
2017-07-15 Bas Nieuwenhuizenradv: Add support for VK_KHR_get_memory_requirements2.
2017-07-15 Jason Ekstrandradv: Drop support for VK_KHX_external_semaphore_*
2017-06-05 Dave Airlieradv: add external memory support.
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-03 Bas Nieuwenhuizenradv: Enable VK_KHR_incremental_present.
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-24 Emil Velikovradv/entrypoints: Only generate entrypoints for support...
2017-02-21 Emil Velikovradv: make radv_resolve_entrypoint static
2017-01-14 Lionel Landwerlinradv: generate entrypoints from vk.xml
2016-10-11 Dave Airlieradv: remove the validation layer and some related...
2016-10-11 Dave Airlieradv: drop entrypoint split out.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver