virtualx-engine/servers/rendering
Haoyu Qiu fc3b845c07 Add dedicated macros for property name extraction
* Replace case-by-case extraction with PNAME & GNAME
* Fix group handling when group hint begins with property name
* Exclude properties that are PROPERTY_USAGE_NO_EDITOR
* Extract missing ADD_ARRAY*, ADD_SUBGROUP* macros
2022-05-19 14:08:47 +08:00
..
dummy SkyShaders working 2022-05-11 21:00:21 -07:00
renderer_rd Fix tonemapper shader to correctly apply alpha channel 2022-05-18 06:43:07 +03:00
storage Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
renderer_canvas_cull.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_canvas_cull.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_canvas_render.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_canvas_render.h Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
renderer_compositor.cpp SkyShaders working 2022-05-11 21:00:21 -07:00
renderer_compositor.h SkyShaders working 2022-05-11 21:00:21 -07:00
renderer_scene.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_scene.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
renderer_scene_cull.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_scene_cull.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_scene_occlusion_cull.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_scene_occlusion_cull.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_scene_render.cpp Rename Basis get_axis to get_column, remove redundant methods 2022-05-03 09:37:47 -05:00
renderer_scene_render.h Fix "ortogonal" -> "orthogonal" typo in rasterizer code 2022-04-26 21:49:44 +02:00
renderer_storage.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_storage.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_thread_pool.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_thread_pool.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
renderer_viewport.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
renderer_viewport.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rendering_device.cpp Merge pull request #53857 from briansemrau/rd-free-rid-bind-rename 2022-01-20 17:24:34 +01:00
rendering_device.h Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
rendering_device_binds.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rendering_device_binds.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
rendering_server_default.cpp Merge pull request #60643 from clayjohn/GLES3-3D 2022-05-12 21:08:02 +02:00
rendering_server_default.h Merge pull request #60643 from clayjohn/GLES3-3D 2022-05-12 21:08:02 +02:00
rendering_server_globals.cpp Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
rendering_server_globals.h Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
SCsub Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
shader_compiler.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_compiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_language.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_language.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_types.cpp Add dedicated macros for property name extraction 2022-05-19 14:08:47 +08:00
shader_types.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_warnings.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
shader_warnings.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00