Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vulkan: Update all components to Vulkan SDK 1.3.183.0 | Rémi Verschelde | 2024-06-03 | 1 | -0/+1 |
| | | | | | | | Pass `VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE5_BIT` to VMA when using Vulkan 1.3 features. Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com> | ||||
* | vulkan: Update components to Vulkan SDK 1.3.268.0 | DeeJayLSP | 2024-01-11 | 1 | -3/+8 |
| | |||||
* | vulkan: Update all components to Vulkan SDK 1.3.261.1 | Rémi Verschelde | 2023-09-01 | 1 | -6/+0 |
| | | | | | | | | | Updates to volk, vulkan headers, `vk_enum_string_helper.h`, VMA, glslang, spirv-reflect. VMA doesn't tag SDK releases specifically, and still hasn't had a tagged release since 3.0.1, but the Vulkan SDK now seems to ship a recent master commit, so we do the same. | ||||
* | Update Vulkan and related libraries to 1.3.250.0 | DeeJayLSP | 2023-06-06 | 1 | -0/+1 |
| | |||||
* | vulkan: Update volk, headers and glslang to 1.3.204 | Rémi Verschelde | 2022-02-11 | 1 | -13/+26 |
| | |||||
* | Revert "vulkan: Update volk, headers and glslang to 1.3.204" | Rémi Verschelde | 2022-02-11 | 1 | -26/+13 |
| | | | | This reverts commit d233908fb6c02f96f13de8b627510a5149bfecc3. | ||||
* | vulkan: Update volk, headers and glslang to 1.3.204 | Rémi Verschelde | 2022-02-10 | 1 | -13/+26 |
| | |||||
* | Vulkan: Update volk and Vulkan SDK components to 1.2.190 | Rémi Verschelde | 2021-09-22 | 1 | -0/+32 |
| | |||||
* | glslang: Sync with upstream 4fc7a33 for Vulkan SDK 1.2.131 | Rémi Verschelde | 2020-03-09 | 1 | -27/+51 |
| | | | | Fixes #36888. | ||||
* | Initial work on Vulkan: | Juan Linietsky | 2020-02-11 | 1 | -0/+426 |
-Added VulkanContext -Added an X11 implementation -Added a rendering device abstraction -added a Vulkan rendering device abstraction -Engine does not work, only shows Godot logo (run it from bin/) |