summaryrefslogtreecommitdiff
path: root/servers/rendering_server.cpp
AgeCommit message (Expand)Author
2020-11-28Merge pull request #42761 from fire/color-grading-3dRémi Verschelde
2020-11-28Environment brightness, contrast, saturation restore with color correction.clayjohn
2020-11-28Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde
2020-11-26Implement signed distance fields for 2D shadersreduz
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-11-04Implement DirectionalLight2Dreduz
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-21Add sky_only setting to DirectionalLight3Dsclayjohn
2020-10-19Fixup method binding from #42910Rémi Verschelde
2020-10-19Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky
2020-10-18Revert "Replace SAO implementation with MSSAO"Juan Linietsky
2020-10-18Merge pull request #42077 from clayjohn/MSSAOJuan Linietsky
2020-10-18Merge pull request #42201 from clayjohn/Vulkan-new-glowJuan Linietsky
2020-10-18Replace SAO implementation with MSSAOclayjohn
2020-10-18Optimize Glow with local memoryclayjohn
2020-10-18Merge pull request #41418 from clayjohn/Vulkan-aerialRémi Verschelde
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-17Add aerial perspective to fixed fogclayjohn
2020-10-15Fix typo in soft shadow quality project settings hintsHugo Locurcio
2020-10-12doc: Sync classref with current sourceRémi Verschelde
2020-09-16expose local RenderingDevice creation to RenderingServerclayjohn
2020-08-31Add high quality glow modeclayjohn
2020-08-14Add a debanding property to ViewportHugo Locurcio
2020-08-13Restored fog (non volumetric).Juan Linietsky
2020-08-13Added volumetric fog effect.Juan Linietsky
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-16Expose disable_render_loop property to GDScriptEv1lbl0w
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-08Turn the anisotropic filtering setting into an enumHugo Locurcio
2020-04-30Improve shader time roll overPedro J. Estébanez
2020-04-20doc: Sync classref with current sourceRémi Verschelde
2020-04-20Merge pull request #37947 from clayjohn/DOCS-rendering-updateRémi Verschelde
2020-04-17Update many docs with recent rendering changesclayjohn
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-13Merge pull request #37749 from clayjohn/Vulkan-improved-ssRémi Verschelde
2020-04-12Implement MSAAJuan Linietsky
2020-04-10Add proper quality settings to soft shadowsclayjohn
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-08Refactored shadowmapping.Juan Linietsky
2020-04-07Tweak rendering quality property hint strings for consistencyHugo Locurcio
2020-04-04Re-implement subsurface scattering.Juan Linietsky
2020-04-03Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-04-02Merge pull request #37512 from reduz/implement-ssrRémi Verschelde