aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2023-05-19mock: Fix image sparse mem requirements 2 queriesScott.Marsland
Fix vkGetImageSparseMemoryRequirements2 and vkGetImageSparseMemoryRequirements2KHR queries when pSparseMemoryRequirements is null.
2023-05-19mock: Fix sparse image format properties 2 queriesScott.Marsland
Fix vkGetPhysicalDeviceSparseImageFormatProperties2 and vkGetPhysicalDeviceSparseImageFormatProperties2KHR queries when pProperties is null.
2023-05-06mock: Extend external memory functionalityArtem Kharytoniuk
GetPhysicalDeviceExternalBufferProperties changes: Previous implementation violated property that handle type is at least compatible with itself. It's needed to implement testing for VUID-VkMemoryAllocateInfo-pNext-00639 GetFenceWin32HandleKHR/GetFenceFdKHR changes: Return not null handles to pass VUID-VkImportFenceWin32HandleInfoKHR-handle-01462
2023-05-05cmake: Add UPDATE_DEPS functionalityjuan-lunarg
2023-05-04build: Update to header 1.3.250Mike Schuchardt
- Update known-good - Generate source
2023-04-27mock: Add support for vkGetDeviceImageMemoryRequirementsjuan-lunarg
Needed for KhronosGroup/Vulkan-ValidationLayers/issues/5616
2023-04-27mock: Add support for DeviceBufferMemoryRequirementsjuan-lunarg
Needed for KhronosGroup/Vulkan-ValidationLayers/issues/5616
2023-04-27build: Update to header 1.3.249Mike Schuchardt
- Update known-good - Generate source
2023-04-21build: Update to header 1.3.248Mike Schuchardt
- Update known-good - Generate source
2023-04-13build: Update to header 1.3.247Mike Schuchardt
- Update known-good - Generate source
2023-04-07vulkaninfo: Use VkFormatFeatureFlags2 by defaultCharles Giessen
Until now, vulkaninfo was only displaying VkFormatFeatureFlagBits, which means that many of the newer capabilities of formats were not being shown. Now, vulkaninfo will default to printing VkFormatFeatureFlagsBits2 and only use VkFormatFeatureFlagBits when the VK_KHR_format_feature_flags_2 is not supported by the device.
2023-04-06vulkaninfo: Add "VK_" prefix for PrintFlagBitsAndrew Poole
For types like VkSampleCountFlagBits a "VK_" prefix will be added for JSON outputs. This makes the behaviour consistent for all JSON output.
2023-03-31build: Update to header 1.3.246Mike Schuchardt
- Update known-good - Generate source
2023-03-27Updated MoltenVK known good version to 1.2.3Richard S. Wright Jr
2023-03-24build: Update to header 1.3.245Mike Schuchardt
- Update known-good - Generate source
2023-03-22build: Update to header 1.3.244Mike Schuchardt
- Update known-good - Generate source
2023-03-17mock_icd: Add missing locksCharles Giessen
2023-03-13build: Update to header 1.3.243Mike Schuchardt
- Update known-good - Generate source
2023-02-28mockicd: Add Support for testing Video decodingspencer-lunarg
2023-02-27build: Update to header 1.3.242Mike Schuchardt
- Update known-good - Generate source
2023-02-24vulkaninfo: Fix wrong stripping in flag stringsCharles Giessen
The QUEUE_OPTICAL_FLOW_BIT_NV was getting the 'V' cut off of it, this commit fixes that so that it isn't being removed, as well as making the output more consistent.
2023-02-22mockicd: Add Support for testing Ray Tracingspencer-lunarg
2023-02-20build: Update to header 1.3.241Mike Schuchardt
- Update known-good - Tweak generate_vulkan_wrapper.py to ignore sci header - Generate source
2023-02-20mockicd: Add more Memory Typesspencer-lunarg
2023-02-17mockicd: Add Protected Queuespencer-lunarg
2023-02-17mockicd: Fix and finish vkGetPhysicalDeviceProperties2KHRspencer-lunarg
2023-02-17mockicd: Add non-zero timestampValidBitsspencer-lunarg
2023-02-16mockicd: Add more PhysicalDevice functions not in profilesspencer-lunarg
2023-01-27build: Update to header 1.3.240Mike Schuchardt
- Update known-good - Generate source
2023-01-27Update MoltenVK known good tagRichard S. Wright Jr
2023-01-20build: Update to header 1.3.239Mike Schuchardt
- Update known-good - Generate source
2023-01-16github: Use main instead of masterJuan Ramos
closes #729
2023-01-10build: Update vulkan headersJuan Ramos
- Vulkan::Registry was removed - vk_sdk_platform.h is deprecated NOTE: Need to update loader due to shared dependency.
2023-01-03build: Update to header 1.3.238Mike Schuchardt
- Update known-good - Generate source
2022-12-09Updated to latest known good MoltenVKRichard S. Wright Jr
2022-12-08build: Update to header 1.3.237Mike Schuchardt
- Update known-good - Generate source
2022-12-05ci: Speed up MacOS buildsJuan Ramos
Caches update_deps.py dependencies. In particular MoltenVK since it's a huge dependency.
2022-12-01build: Update to header 1.3.236Mike Schuchardt
- Update known-good - Generate source
2022-11-28icd: Set MockICD driver version to header versionspencer-lunarg
2022-11-17build: Update to header 1.3.235Mike Schuchardt
- Update known-good - Generate source
2022-11-10build: Update to header 1.3.234Mike Schuchardt
- Update known-good - Generate source
2022-11-03build: Update to header 1.3.233Mike Schuchardt
- Update known-good - Generate source
2022-11-02vulkaninfo: Fix VkShaderStageFlagBits expansionMike Schuchardt
Fix bug where SHADER_STAGE_ALL_GRAPHICS and SHADER_STAGE_ALL were showing up in the list of set bits for VkPhysicalDeviceSubgroupProperties::supportedStages. When expanding a FlagBits value we should only consider the single-bit options.
2022-10-28vulkaninfo: Improve array printingCharles Giessen
Make the autogen use for loops instead of outputing printers for each array element, since its needlessly verbose. Make UUID and LUID printers use operator<< instead of to_string. This simplifies the logic and makes sure that the array is printed correctly everywhere, rather than requiring calling code to use to_string_XX() where needed.
2022-10-27build: Update to header 1.3.232Mike Schuchardt
- Update known-good - Generate source
2022-10-20Updated MoltenVK to 1.2.0Richard S. Wright Jr
2022-10-13build: Update to header 1.3.231Mike Schuchardt
- Update known-good - Generate source
2022-09-29build: Update to header 1.3.230Mike Schuchardt
- Update known-good - Generate source
2022-09-22build: Update to header 1.3.229Mike Schuchardt
- Update known-good - Generate source
2022-09-15build: Update to header 1.3.228Mike Schuchardt
- Update known-good - Generate source