mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
65686dedf9
* Servers now use WorkerThreadPool for background computation. * This helps keep the number of threads used fixed at all times. * It also ensures everything works on HTML5 with threads. * And makes it easier to support disabling threads for also HTML5. CommandQueueMT now syncs with the servers via the WorkerThreadPool yielding mechanism, which makes its classic main sync semaphore superfluous. Also, some warnings about calls that kill performance when using threaded rendering are removed because there's a mechanism that warns about that in a more general fashion. Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com> |
||
---|---|---|
.. | ||
audio | ||
camera | ||
debugger | ||
display | ||
extensions | ||
movie_writer | ||
navigation | ||
physics_2d | ||
physics_3d | ||
rendering | ||
text | ||
xr | ||
audio_server.cpp | ||
audio_server.h | ||
camera_server.cpp | ||
camera_server.h | ||
display_server.cpp | ||
display_server.h | ||
display_server_headless.h | ||
navigation_server_2d.cpp | ||
navigation_server_2d.h | ||
navigation_server_2d_dummy.h | ||
navigation_server_3d.cpp | ||
navigation_server_3d.h | ||
navigation_server_3d_dummy.h | ||
physics_server_2d.cpp | ||
physics_server_2d.h | ||
physics_server_2d_wrap_mt.cpp | ||
physics_server_2d_wrap_mt.h | ||
physics_server_3d.cpp | ||
physics_server_3d.h | ||
physics_server_3d_wrap_mt.cpp | ||
physics_server_3d_wrap_mt.h | ||
register_server_types.cpp | ||
register_server_types.h | ||
rendering_server.compat.inc | ||
rendering_server.cpp | ||
rendering_server.h | ||
SCsub | ||
server_wrap_mt_common.h | ||
text_server.cpp | ||
text_server.h | ||
xr_server.cpp | ||
xr_server.h |