summaryrefslogtreecommitdiff
path: root/vulkan/scripts/driver_generator.py
AgeCommit message (Expand)Author
2024-08-15Implement the VK_KHR_swapchain_mutable_format device extension in the vulkan ... Tom Murphy
2024-05-15Filter hook entry points by ICD entry point presence Jörg Wagner
2022-12-28Revert "Revert "Reland: "libvulkan: Implement EXT_swapchain_maintenance1"""" Chris Forbes
2022-12-22Revert "Reland: "libvulkan: Implement EXT_swapchain_maintenance1""" Ian Elliott
2022-12-22Reland: "libvulkan: Implement EXT_swapchain_maintenance1"" Chris Forbes
2022-12-21Revert "libvulkan: Implement EXT_swapchain_maintenance1" Ian Elliott
2022-12-21libvulkan: Implement EXT_swapchain_maintenance1 Chris Forbes
2022-03-16swapchain: Implement VK_KHR_surface_protected_capabilities Ian Elliott
2022-03-16swapchain: Implement VK_GOOGLE_surfaceless_query Ian Elliott
2022-03-15Revert "swapchain: Implement VK_GOOGLE_surfaceless_query" Ian Elliott
2022-03-14Revert "swapchain: Implement VK_KHR_surface_protected_capabilities" Ian Elliott
2022-03-01swapchain: Implement VK_KHR_surface_protected_capabilities Ian Elliott
2022-03-01swapchain: Implement VK_GOOGLE_surfaceless_query Ian Elliott
2020-07-13libvulkan: cleanup some redundant codes Yiwei Zhang
2020-07-07libvulkan: fix support for promoted VK_KHR_external_* extensions Yiwei Zhang
2020-07-07libvulkan: fix support for promoted GPDP2 Yiwei Zhang
2020-07-07libvulkan: fix support for 1.1 vkEnumeratePhysicalDeviceGroups Yiwei Zhang
2020-07-07libvulkan: enable promoted instance extensions for 1.0 icd instance Yiwei Zhang
2019-10-17Vulkan: correctly expose Vulkan entry points Yiwei Zhang
2019-10-16Vulkan: factor base extension name into a function -- continue Yiwei Zhang
2019-10-11Vulkan: factor base extension name into a function Yiwei Zhang
2019-10-11Vulkan: add docs for the framework generation scripts Yiwei Zhang
2019-10-11vulkan: clean up the framework generation script Yiwei Zhang
2019-10-10Vulkan: remove redundant function definitions in null_driver Yiwei Zhang
2019-09-23libvulkan: intercept vkQueueSubmit to insert a tracepoint Yiwei Zhang
2019-07-12Generate Vulkan framework from Vulkan registry (Part 4) Adithya Srinivasan
2019-07-10Generate Vulkan framework from Vulkan registry (Part 2) Adithya Srinivasan