| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #98883 from ducklin5/fix/VkResultError | Thaddeus Crews | 2024-11-10 | 1 | -0/+1 |
|\ |
|
| * | fix: add vulkan error checks in command_queue_execute_and_present | Azeez Abass | 2024-11-06 | 1 | -0/+1 |
* | | Account for the case surface_capabilities.currentExtent is unset | Trevor Davenport | 2024-11-05 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #93401 from Repiteo/style/clang-tidy-fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
|\ |
|
| * | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
* | | Fix splash screen upside down on Android | Matias N. Goldberg | 2024-10-31 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased | Clay John | 2024-10-29 | 1 | -0/+10 |
|\ |
|
| * | Add Swappy & Pre-Transformed Swapchain | Matias N. Goldberg | 2024-10-28 | 1 | -0/+10 |
* | | Fix race conditions in breadcrumbs | Matias N. Goldberg | 2024-10-22 | 1 | -0/+5 |
* | | Improve synchronization of rendering commands after changes from transfer que... | Dario | 2024-10-21 | 1 | -0/+9 |
|/ |
|
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add... | Dario | 2024-10-02 | 1 | -1/+1 |
* | Move Vulkan includes to a central godot_vulkan.h header | Gergely Kis | 2024-09-29 | 1 | -5/+1 |
* | Vulkan: account for externally backed textures (i.e., created via `texture_cr... | Sander | 2024-09-12 | 1 | -0/+3 |
* | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 1 | -2/+31 |
* | Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriers | Rémi Verschelde | 2024-05-31 | 1 | -0/+1 |
|\ |
|
| * | Add support for enhanced barriers in D3D12. | Dario | 2024-05-20 | 1 | -0/+1 |
* | | [DisplayServer] Add method to check if window transparency is supported and e... | bruvzg | 2024-05-23 | 1 | -0/+3 |
|/ |
|
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+1 |
* | Merge execute and present commands for RenderingDeviceDriver. | Dario | 2024-02-19 | 1 | -2/+4 |
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin... | Dario | 2024-02-12 | 1 | -25/+183 |
* | Acyclic Command Graph for RenderingDevice. | Dario | 2024-01-08 | 1 | -0/+7 |
* | Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts | Pedro J. Estébanez | 2023-12-20 | 1 | -0/+482 |