summaryrefslogtreecommitdiff
path: root/servers/rendering/rendering_server_default.cpp
AgeCommit message (Expand)Author
2022-09-12Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-28Split dependency logicBastiaan Olij
2022-06-23Merge pull request #61221 from BastiaanOlij/split_gi_effectsRémi Verschelde
2022-06-22Merge pull request #35758 from zmanuel/eliminate-draw-pendingRémi Verschelde
2022-06-22Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij
2022-06-01Ensure has_os_features is safely called as it can't be called from within the...Bastiaan Olij
2022-05-12Merge pull request #60643 from clayjohn/GLES3-3DRémi Verschelde
2022-05-12Add a new HashMap implementationreduz
2022-05-11SkyShaders workingclayjohn
2022-05-03Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio
2022-04-17Moved particles into ParticlesStorageBastiaan Olij
2022-04-17Move light, reflection probe and lightmap into LightStorageBastiaan Olij
2022-04-17Merge canvas and decal into TextureStorage and add render targetBastiaan Olij
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij
2022-03-31Extract global variable, shader and material storageBastiaan Olij
2022-03-21Extract Decal and Decal atlas from Storage classBastiaan Olij
2022-03-16Split dummy renderer classes into separate filesBastiaan Olij
2022-01-26Improve XRInterface hooks into renderingBastiaan Olij
2022-01-19Revert "Add new scaling modes for splash screen"Rémi Verschelde
2022-01-18Add new scaling modes for splash screenSamuel Pedrajas
2022-01-04Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio
2021-11-05Use Callable in RS::request_frame_drawn_callbackBrian Semrau
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-09-29Fix crash in headless modeHaoyu Qiu
2021-08-09Use doubles for time in many other placesAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-03Fix Render Inforeduz
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-16Refactor VisibilityNotifier3Dreduz
2021-06-16Refactor VisibilityNotifierreduz
2021-06-09Refactor CommandQueueMTreduz
2021-03-21Remove redundant thread sync counter draw_pendingManuel Moos
2021-03-05Fix negative VRAM valuesEv1lbl0w
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-10Make Servers truly Thread Safereduz
2021-01-24Several GI related optimizations and fixesreduz
2021-01-05Reorganize renderer code.reduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-24Add API to get frame setup time on CPUreduz
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-04RenderingServer reorganizationreduz
2020-12-03Reorganize rendering server.reduz