Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-05 | Fix issue where we should be using device supported version instead of instan... | Bastiaan Olij |
2022-11-24 | Improve logic for detecting and tracking extensions | Bastiaan Olij |
2022-11-17 | Fix VRS issues | Bastiaan Olij |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-31 | Merge pull request #67729 from Riteo/workaround-extension-feature-bug | Rémi Verschelde |
2022-10-24 | Merge pull request #67541 from RandomShaper/refactor_subgroup_ads | Clay John |
2022-10-22 | Check for a Vulkan extension before checking its features | Riteo |
2022-10-20 | Let the RD driver itself expose subgroup caps | Pedro J. Estébanez |
2022-10-19 | Use opaque composition if transparency is disabled | Riteo |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-12 | Added fallback to vkCreateRenderPass if VK_KHR_CREATE_RENDERPASS_2_EXTENSION_... | Bastiaan Olij |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-06 | [Windows] Fix LLVM MinGW build. | bruvzg |
2022-10-04 | Vulkan: Initialize VK_EXT_debug_utils only for dev build or verbose mode | Rémi Verschelde |
2022-09-28 | Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used | Rémi Verschelde |
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg |
2022-08-25 | Let platforms override the sizing of Vulkan swapchain and window | Pedro J. Estébanez |
2022-08-09 | Apply correct formatting to comments in the Vulkan driver | Pedro J. Estébanez |
2022-08-04 | Improve error message when the requested V-Sync mode cannot be used | Hugo Locurcio |
2022-07-27 | Remove unintended string copies | Pedro J. Estébanez |
2022-07-27 | Fill view and correlation masks correctly for single view in Vulkan RD | Pedro J. Estébanez |
2022-07-20 | Merge pull request #63237 from RandomShaper/amend_error_msg | Rémi Verschelde |
2022-07-20 | Improve messages about VRS | Pedro J. Estébanez |
2022-07-17 | Update comments in vulkan_context.cpp | Aaron Franke |
2022-07-17 | Adding Variable Rate Shading support to Godot | Bastiaan Olij |
2022-07-02 | Vulkan: Make `loader_get_json` "error" a verbose message on Windows | Rémi Verschelde |
2022-06-28 | Apply some small fixes/enhancements to the Vulkan RD | Pedro J. Estébanez |
2022-05-03 | Add `get_video_adapter_api_version()` to RenderingServer | Hugo Locurcio |
2022-03-31 | Fix typos with codespell | Rémi Verschelde |
2022-02-23 | Implementing OpenXR driver | Bastiaan Olij |
2022-02-19 | vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount | Bastiaan Olij |
2022-02-18 | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg |
2022-02-17 | We were only getting our available shader features, now we also enabling them | Bastiaan Olij |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-09 | Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*. | Bastiaan Olij |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-17 | Merge pull request #55020 from bruvzg/vlk_device_surface_check | Rémi Verschelde |
2022-01-05 | Add list initialization support for Vector & LocalVector | Haoyu Qiu |
2022-01-04 | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-24 | drivers/vulkan: limit pEngineName to only the engine name, without its version | Eric Engestrom |
2021-12-23 | drivers/vulkan: set the engineVersion to Godot's version | Eric Engestrom |
2021-12-10 | Add `RenderingServer.get_video_adapter_type()` method | Hugo Locurcio |
2021-11-23 | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm |
2021-11-22 | [Vulkan] Check each device capabilities before selecting it. | bruvzg |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |