| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. | Dario | 2023-09-25 | 1 | -0/+3 |
* | Fix validation error when using pipeline cache control | Matias N. Goldberg | 2023-09-16 | 1 | -0/+2 |
* | Enabling additional vulkan extension and adding further checks | Bastiaan Olij | 2023-01-15 | 1 | -0/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix issue where we should be using device supported version instead of instan... | Bastiaan Olij | 2022-12-05 | 1 | -6/+3 |
* | Improve logic for detecting and tracking extensions | Bastiaan Olij | 2022-11-24 | 1 | -12/+20 |
* | Fix VRS issues | Bastiaan Olij | 2022-11-17 | 1 | -0/+2 |
* | Fix several render issues found while debugging XR | Bastiaan Olij | 2022-11-01 | 1 | -0/+1 |
* | Added fallback to vkCreateRenderPass if VK_KHR_CREATE_RENDERPASS_2_EXTENSION_... | Bastiaan Olij | 2022-10-12 | 1 | -0/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -1/+1 |
* | Let platforms override the sizing of Vulkan swapchain and window | Pedro J. Estébanez | 2022-08-25 | 1 | -0/+2 |
* | Apply correct formatting to comments in the Vulkan driver | Pedro J. Estébanez | 2022-08-09 | 1 | -5/+5 |
* | Merge pull request #63323 from RandomShaper/const_ref_capabilities | Rémi Verschelde | 2022-07-26 | 1 | -5/+5 |
|\ |
|
| * | Avoid copies of structures when returning Vulkan capabilities | Pedro J. Estébanez | 2022-07-22 | 1 | -5/+5 |
* | | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
|/ |
|
* | Adding Variable Rate Shading support to Godot | Bastiaan Olij | 2022-07-17 | 1 | -0/+15 |
* | Apply some small fixes/enhancements to the Vulkan RD | Pedro J. Estébanez | 2022-06-28 | 1 | -4/+4 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Add `get_video_adapter_api_version()` to RenderingServer | Hugo Locurcio | 2022-05-03 | 1 | -0/+1 |
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -21/+21 |
* | Implementing OpenXR driver | Bastiaan Olij | 2022-02-23 | 1 | -0/+5 |
* | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde | 2022-02-18 | 1 | -0/+1 |
|\ |
|
| * | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | 2022-02-17 | 1 | -0/+1 |
* | | We were only getting our available shader features, now we also enabling them | Bastiaan Olij | 2022-02-17 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #55020 from bruvzg/vlk_device_surface_check | Rémi Verschelde | 2022-01-17 | 1 | -1/+3 |
|\ |
|
| * | [Vulkan] Check each device capabilities before selecting it. | bruvzg | 2021-11-22 | 1 | -1/+3 |
* | | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter | Rémi Verschelde | 2022-01-04 | 1 | -0/+3 |
|\ \ |
|
| * | | Add `RenderingServer.get_video_adapter_type()` method | Hugo Locurcio | 2021-12-10 | 1 | -0/+3 |
* | | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ / |
|
* / | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm | 2021-11-23 | 1 | -0/+12 |
|/ |
|
* | Print the Vulkan API version and device used on the same line | Hugo Locurcio | 2021-09-14 | 1 | -0/+1 |
* | Expose Vulkan internal values for access from extensions | Bastiaan Olij | 2021-09-09 | 1 | -1/+2 |
* | Upgrade Vulkan memory allocator | Pedro J. Estébanez | 2021-08-13 | 1 | -4/+1 |
* | Use "volk" instead of statically linked Vulkan loader. | bruvzg | 2021-08-12 | 1 | -0/+4 |
* | Restructure and reimplement vsync options | Hendrik Brucker | 2021-07-06 | 1 | -1/+5 |
* | Fix Context Validation Layer Errors | reduz | 2021-06-28 | 1 | -3/+3 |
* | Add stereoscopic rendering through multiview | Bastiaan Olij | 2021-06-13 | 1 | -2/+4 |
* | Cleanup vulkan capabilities check and add multiview check | Bastiaan Olij | 2021-05-06 | 1 | -0/+8 |
* | Validation layers on Android | Szymon Majewski | 2021-04-12 | 1 | -8/+5 |
* | Merge pull request #47250 from BastiaanOlij/check_vulkan_version | Rémi Verschelde | 2021-03-31 | 1 | -0/+25 |
|\ |
|
| * | Obtain supported Vulkan API | Bastiaan Olij | 2021-03-26 | 1 | -0/+25 |
* | | WIP: Add support for VK_EXT_debug_report in Vulkan | Szymon Majewski | 2021-03-30 | 1 | -0/+20 |
|/ |
|
* | Rewrote how barriers work for faster rendering | reduz | 2021-02-04 | 1 | -0/+9 |
* | Add named resources and debug labels in RenderDoc | clayjohn | 2021-01-25 | 1 | -0/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut | 2020-11-23 | 1 | -16/+16 |
* | allow vulkan validation layers in release builds if explicity asked for | Jordan Schidlowsky | 2020-11-18 | 1 | -1/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -4/+4 |
* | Vulkan: Make validation layers optional | Rémi Verschelde | 2020-10-27 | 1 | -22/+25 |
* | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg | 2020-07-13 | 1 | -0/+2 |