summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_thread_pool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Threaded optimizations to cull and renderreduz2021-01-051-0/+42
-Reorganize thread work pool for rendering -Fixes to make secondary command buffers to work (disabled because they need more testing)