summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-66/+196
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-66/+196
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+1
|\|
| * Do not check for command intersections when not using the write list.Dario2024-11-201-1/+1
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-16/+30
|\|
| * Improve dependency detection in render graph for draw lists with partial cove...Dario2024-11-191-16/+30
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-9/+10
|\|
| * Improve graph's detection of intersection between draw lists.Dario2024-11-111-9/+10
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-9/+33
|\|
| * Add dependency detection improvements to the render graph.Dario2024-11-011-9/+33
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+40
|\|
| * Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+40
| |\
| | * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+40
* | | 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-2/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-2/+7
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-3/+15
|\| |
| * | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-3/+15
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+9
* Add support for enhanced barriers in D3D12.Dario2024-05-201-42/+99
* Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-26/+57
* Fix incorrect memory read when capacity changes in RD Graph.Dario2024-04-291-4/+5
* Fixes `RenderingDevice::get_driver_resource` will crash or give incorrect res...jsjtxietian2024-04-081-3/+3
* Remove tracking logic for input attachments as it's not necessary.Dario2024-02-211-9/+0
* Add validation to render graph for draw and compute lists.Dario2024-02-141-0/+12
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-12/+17
* Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...Dario2024-01-261-57/+138
* Fix memory leak from not clearing the buffer barrier vector properly on the r...Dario2024-01-181-0/+1
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+1930