aboutsummaryrefslogtreecommitdiff
path: root/scripts/mock_icd_generator.py
AgeCommit message (Expand)Author
2022-01-26mockicd: Fix queue destruction for multiple devicesnyorain
2022-01-26Fix DestroyCommandPool command buffer leaknyorain
2022-01-26Fix FreeCommandBuffers leaknyorain
2021-12-12scripts: Fix codegen to support VK_KHR_format_feature_flags2Lionel Landwerlin
2021-11-29scripts: initialize properties for VK_EXT_fragment_density_map2janharaldfredriksen-arm
2021-09-28scripts: Fix codegen with hard-coded enum indicesMike Schuchardt
2021-05-11icd:Consider DS when setting format bitsTobin Ehlis
2020-11-02mockicd: Remove VK_KHR_portability_subsetNathaniel Cesario
2020-08-24Bump mock ICD surface max extents.Jamie Madill
2020-06-24build: Update known-good files for 1.2.145 headerShannon McPherson
2020-06-22scripts: Use named params for generator optionsShannon McPherson
2020-06-05icd: Cleanup supported VK API versionTobin Ehlis
2020-06-04icd:Correctly Support Vulkan 1.1Tobin Ehlis
2020-04-17icd: Set texel size is 32locke-lunarg
2020-04-16icd: Image memory sizelocke-lunarg
2020-04-15icd: Make VkPhysicalDevice uniquePetr Kraus
2020-04-10icd: Make swapchain images persistentPetr Kraus
2020-04-10icd: Fix vkGetSwapchainImages behaviorPetr Kraus
2020-04-09Revert "icd: Fix vkGetSwapchainImages behavior"Mark Lobodzinski
2020-04-09Revert "icd: Make swapchain images persistent"Mark Lobodzinski
2020-04-09mockicd: Track memory allocation sizeTobin Ehlis
2020-04-09icd: Make swapchain images persistentPetr Kraus
2020-04-09icd: Fix vkGetSwapchainImages behaviorPetr Kraus
2020-04-09icd: Fix vkAcquireNextImageKHR generationPetr Kraus
2020-04-07mockicd: Make physical device staticMark Lobodzinski
2019-09-12icd: Fix power operator in VkPhysicalDeviceLimitsMike Schuchardt
2019-07-24scripts: Fix mock_icd_generator syntax warningsMike Schuchardt
2019-07-22scripts: Add required depth/stencil resolve propsMike Schuchardt
2019-04-09scripts: Update known good for 106 header updateShannon McPherson
2018-12-31icd: Return better size in GetBufferMemoryReqKarl Schultz
2018-10-26repo: Remove MIR specific code.Tony-LunarG
2018-10-19mock_icd: fix vkGetEventStatus outputShahbaz Youssefi
2018-05-25icd: Add a memory format that is unsupportedWilliam Henning
2018-05-25icd: Hard code unsupported image formatsWilliam Henning
2018-05-24icd: Add external buffers, fences, and semaphoresWilliam Henning
2018-05-24icd: Enable the VK_KHR_push_descriptor extensionWilliam Henning
2018-05-11icd:Add GPDP2 support for descriptor indexingTobin Ehlis
2018-05-11icd:Add support for extended features queriesTobin Ehlis
2018-04-16icd:Add new physical device query funcs to ICDTobin Ehlis
2018-03-09layers: add GetDeviceQueue2() supportYiwei Zhang
2018-03-09scripts: Update codegen to work with new aliasingMike Schuchardt
2018-03-09scripts: Update generators for 1.1Mark Lobodzinski
2018-01-26icd: Add VK_KHR_push_descriptor to blacklistJohn Zulauf
2018-01-04icd: GetImageSubresourceLayout zeros passed layoutJohn Zulauf
2018-01-04icd: Move include to header to fix clang buildKarl Schultz
2017-11-17icd:Increase WHOLE_SIZE mapped memoryTobin Ehlis
2017-11-17icd:Expand mock icd memory type bit supportTobin Ehlis
2017-11-06icd:Reduce offset alignment limitsTobin Ehlis
2017-11-06icd:Don't return support for Undefined FormatTobin Ehlis
2017-11-02icd: thread protect mapsMike Stroyan