index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
rendering_device_graph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not check for command intersections when not using the write list.
Dario
2024-11-20
1
-1
/
+1
*
Improve dependency detection in render graph for draw lists with partial cove...
Dario
2024-11-19
1
-16
/
+30
*
Improve graph's detection of intersection between draw lists.
Dario
2024-11-11
1
-9
/
+10
*
Add dependency detection improvements to the render graph.
Dario
2024-11-01
1
-9
/
+33
*
Merge pull request #97247 from thimenesup/draw_indirect_rd
Thaddeus Crews
2024-10-29
1
-0
/
+40
|
\
|
*
Add draw indirect to Rendering Device
thimenesup
2024-10-29
1
-0
/
+40
*
|
Fix race conditions in breadcrumbs
Matias N. Goldberg
2024-10-22
1
-2
/
+7
*
|
Improve synchronization of rendering commands after changes from transfer que...
Dario
2024-10-21
1
-3
/
+15
|
/
*
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
1
-2
/
+9
*
Add support for enhanced barriers in D3D12.
Dario
2024-05-20
1
-42
/
+99
*
Add optional driver workaround to RenderingDevice for Adreno 6XX.
Dario
2024-05-13
1
-26
/
+57
*
Fix incorrect memory read when capacity changes in RD Graph.
Dario
2024-04-29
1
-4
/
+5
*
Fixes `RenderingDevice::get_driver_resource` will crash or give incorrect res...
jsjtxietian
2024-04-08
1
-3
/
+3
*
Remove tracking logic for input attachments as it's not necessary.
Dario
2024-02-21
1
-9
/
+0
*
Add validation to render graph for draw and compute lists.
Dario
2024-02-14
1
-0
/
+12
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-12
/
+17
*
Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...
Dario
2024-01-26
1
-57
/
+138
*
Fix memory leak from not clearing the buffer barrier vector properly on the r...
Dario
2024-01-18
1
-0
/
+1
*
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
1
-0
/
+1930