aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_entrypoints_gen.py
Commit message (Expand)AuthorAgeFilesLines
* radv: Add support for icd loader interface v4.Bas Nieuwenhuizen2019-05-131-1/+45
* radv: use the platform defines in vk.xml instead of hard-coding themEric Engestrom2019-03-051-4/+7
* radv: generate entrypoints for VK_ANDROID_native_bufferMauro Rossi2018-07-281-3/+0
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-1/+1
* radv: Add EXT_acquire_xlib_display to radv driver [v2]Keith Packard2018-06-191-1/+4
* radv: assorted typo fixesGrazvydas Ignotas2018-05-101-1/+1
* radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.Bas Nieuwenhuizen2018-05-021-1/+1
* radv: Add entrypoints generation with the new vk.xmlBas Nieuwenhuizen2018-03-071-107/+164
* radv: Return NULL for entrypoints when not supported.Bas Nieuwenhuizen2018-02-231-3/+63
* radv: Reword radv_entrypoints_gen.pyBas Nieuwenhuizen2018-02-231-56/+106
* radv: Generate VK_ANDROID_native_buffer.Bas Nieuwenhuizen2018-01-191-1/+3
* radv: port to using updated anv entrypoint/extension generator.Dave Airlie2017-10-171-200/+181
* radv: Enable VK_KHR_maintenance2 extension.Bas Nieuwenhuizen2017-10-061-0/+1
* radv: Add VK_KHR_bind_memory2 support.Bas Nieuwenhuizen2017-09-201-0/+1
* radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.pyDylan Baker2017-07-211-268/+282
* radv: initial support for shared semaphores (v2)Dave Airlie2017-07-211-0/+3
* radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen2017-07-201-0/+1
* radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2017-07-201-0/+1
* radv: Implement VK_KHR_external_memoryJason Ekstrand2017-07-151-0/+3
* radv: Add support for VK_KHR_dedicated_allocation.Bas Nieuwenhuizen2017-07-151-0/+1
* radv: Add support for VK_KHR_get_memory_requirements2.Bas Nieuwenhuizen2017-07-151-0/+1
* radv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand2017-07-151-3/+0
* radv: add external memory support.Dave Airlie2017-06-051-0/+3
* radv: implement VK_KHR_descriptor_update_templateFredrik Höglund2017-04-071-0/+1
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-071-0/+1
* radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen2017-04-031-0/+1
* radv: add support for NV_dedicated_allocationDave Airlie2017-02-271-0/+1
* radv/entrypoints: Only generate entrypoints for supported featuresEmil Velikov2017-02-241-3/+42
* radv: make radv_resolve_entrypoint staticEmil Velikov2017-02-211-1/+1
* radv: generate entrypoints from vk.xmlLionel Landwerlin2017-01-141-56/+50
* radv: remove the validation layer and some related bits.Dave Airlie2016-10-121-26/+2
* radv: drop entrypoint split out.Dave Airlie2016-10-121-36/+2
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+351