summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-73/+65
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-73/+65
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+2
|\|
| * Give the barrier pool its own mutex to avoid a deadlock with transfer workers.Dario2024-11-111-0/+2
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+1
|\|
| * Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+3
|\|
| * Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+1
| |\
| | * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+1
| * | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+2
| |\ \
| | * | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+2
* | | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+2
|\| | |
| * | | Implement thread ownership change for RenderingDevicePedro J. Estébanez2024-10-211-0/+2
* | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-3/+9
|\| | |
| * | | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-181-1/+4
| * | | Rewrite semaphore handling for transfer workers.Dario2024-10-171-2/+5
| |/ /
* / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-35/+89
* | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
|/
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-1/+3
* Disable extra memory tracking by defaultMatias N. Goldberg2024-08-241-0/+2
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+27
* Fail when submit or sync called on main rendering deviceclayjohn2024-08-121-0/+3
* Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-311-0/+39
|\
| * Add support for enhanced barriers in D3D12.Dario2024-05-201-0/+39
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+2
|/
* Add context getter to RenderingDevicePedro J. Estébanez2024-05-171-0/+2
* Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-0/+3
* Add draw and dispatch count to timestamp validation.Dario2024-05-031-0/+2
* Revert change to default depth clear value in draw_list_beginclayjohn2024-04-171-1/+1
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-1/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Remove self includes in some filesblackbird8062024-02-271-1/+0
* 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-63/+63
* Fix incorrect mapping of initial action as clear region continue to clear.Dario2024-01-091-1/+1
* Fix usage of index offsets in RenderingDevicePatrick Dawson2024-01-091-4/+2
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-99/+136
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-1010/+965
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-2/+2
* Merge pull request #81356 from pkdawson/rd-compatYuri Sizov2023-09-271-0/+7
|\
| * Add compatibility methods for RenderingDevice BarrierMaskPatrick Dawson2023-09-271-0/+7
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-0/+18
* | Expose texture_create_from_extension to GDExtensionShawn Wallace2023-09-231-1/+1
|/
* Add buffer_copy method to RenderingDevice interface and an implementation for...Dario2023-08-121-0/+1
* Fix or workaround recent extension API compatibility issuesRémi Verschelde2023-08-031-0/+5
* Merge pull request #79911 from BastiaanOlij/fix_barrier_breakageYuri Sizov2023-08-011-6/+6
|\
| * Add exceptions for breakage introduced in RD barriers and prevent future brea...Bastiaan Olij2023-07-281-6/+6
* | Merge pull request #79606 from clayjohn/ShaderRD-compilation-groupsYuri Sizov2023-08-011-1/+2
|\ \