summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan/rendering_device_driver_vulkan.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98883 from ducklin5/fix/VkResultErrorThaddeus Crews2024-11-101-0/+1
|\
| * fix: add vulkan error checks in command_queue_execute_and_presentAzeez Abass2024-11-061-0/+1
* | Account for the case surface_capabilities.currentExtent is unsetTrevor Davenport2024-11-051-1/+0
|/
* Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-041-1/+1
|\
| * Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
* | Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-0/+2
|/
* Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+10
|\
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+10
* | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-0/+5
* | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-0/+9
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-1/+1
* Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-291-5/+1
* Vulkan: account for externally backed textures (i.e., created via `texture_cr...Sander2024-09-121-0/+3
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+31
* Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-311-0/+1
|\
| * Add support for enhanced barriers in D3D12.Dario2024-05-201-0/+1
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+3
|/
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+1
* Merge execute and present commands for RenderingDeviceDriver.Dario2024-02-191-2/+4
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-25/+183
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+7
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+482