summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan/rendering_device_driver_vulkan.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\
| * 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 commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+3
|\|
| * 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 commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+10
|\|
| * 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
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-0/+5
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+9
|\| |
| * | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-0/+9
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* 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