virtualx-engine/servers
Dario e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile.
- Implements asynchronous transfer queues from PR #87590.
- Adds ubershaders that can run with specialization constants specified as push constants.
- Pipelines with specialization constants can compile in the background.
- Added monitoring for pipeline compilations.
- Materials and shaders can now be created asynchronously on background threads.
- Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
2024-10-02 15:11:58 -03:00
..
audio Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
camera Expose CameraFeed setters 2024-09-27 20:07:36 +08:00
debugger SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
display SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
extensions Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
movie_writer Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
navigation SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
rendering Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
text Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
xr SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
audio_server.cpp Fixed _stop() not being called when stop() is called 2024-10-02 10:00:10 +03:30
audio_server.h
camera_server.cpp
camera_server.h
display_server.cpp Add caching to DisplayServer::can_create_rendering_device() 2024-10-01 19:43:46 +02:00
display_server.h Add caching to DisplayServer::can_create_rendering_device() 2024-10-01 19:43:46 +02:00
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 Move Godot Physics 2D into a module; add dummy 2D physics server 2024-09-23 17:33:45 +02:00
physics_server_2d.h
physics_server_2d_dummy.h Move Godot Physics 2D into a module; add dummy 2D physics server 2024-09-23 17:33:45 +02:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_3d.cpp Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
physics_server_3d.h
physics_server_3d_dummy.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
register_server_types.cpp Move Godot Physics 2D into a module; add dummy 2D physics server 2024-09-23 17:33:45 +02:00
register_server_types.h
rendering_server.compat.inc
rendering_server.cpp Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
rendering_server.h Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
server_wrap_mt_common.h
text_server.compat.inc
text_server.cpp
text_server.h
xr_server.compat.inc
xr_server.cpp
xr_server.h