aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2022-09-08build: Update to header 1.3.227Mike Schuchardt
- Update known-good - Generate source
2022-09-01build: Update to header 1.3.226Mike Schuchardt
- Update known-good - Generate source
2022-08-18build: Update to header 1.3.225Mike Schuchardt
- Update known-good - VkVideoProfileKHR -> VkVideoProfileInfoKHR - VkVideoProfilesKHR -> VkVideoProfileListInfoKHR - Generate source
2022-08-17Updated known good version of MoltenVKRichard S. Wright Jr
2022-08-04build: Update to header 1.3.224Mike Schuchardt
- Update known-good - Generate source
2022-07-28build: Update to header 1.3.223Mike Schuchardt
- Update known-good - Generate source
2022-07-21build: Update to header 1.3.222Mike Schuchardt
- Update known-good - Generate source
2022-07-14build: Update to header 1.3.221Mike Schuchardt
- Update known-good - Generate source
2022-07-07build: Update to header 1.3.220Mike Schuchardt
- Update known-good - Generate source
2022-06-30build: Update to header 1.3.219Mike Schuchardt
- Update mock_icd generator create function detection to only look for Create/Allocate at beginning of function name - Update known-good - Generate source