summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_driver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-6/+4
|\
| * Merge pull request #98910 from darksylinc/matias-id_arm32Thaddeus Crews2024-11-101-6/+4
| |\
| | * Force RID::id to be always uint64_tMatias N. Goldberg2024-11-061-6/+4
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+4
|\| |
| * | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-0/+3
| |\ \
| | * | Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-0/+3
| | |/
| * / Add dependency detection improvements to the render graph.Dario2024-11-011-0/+1
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+4
|\|
| * Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+4
| |\
| | * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+4
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-0/+2
|\| |
| * | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-181-0/+2
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-2/+2
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-0/+6
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+1
* Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-311-8/+18
|\
| * Add support for enhanced barriers in D3D12.Dario2024-05-201-8/+18
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+2
|/
* Fixes `RenderingDevice::get_driver_resource` will crash or give incorrect res...jsjtxietian2024-04-081-1/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-4/+4
* Merge pull request #87872 from RandomShaper/d3d12_tex_mem_is_lifeRémi Verschelde2024-02-271-1/+1
|\
| * Direct3D 12: Enhance management of texture data life cyclePedro J. Estébanez2024-02-271-1/+1
* | Merge execute and present commands for RenderingDeviceDriver.Dario2024-02-191-2/+1
|/
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-25/+105
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+11
* Fix msvc 14.1 complains about "atempting to reference a deleted function"jsjtxietian2023-12-251-0/+2
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+687