summaryrefslogtreecommitdiff
path: root/servers/rendering_server.h
AgeCommit message (Expand)Author
2020-12-04RenderingServer reorganizationreduz
2020-12-02Refactored Mesh internals and formats.reduz
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 #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-28Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-26Implement signed distance fields for 2D shadersreduz
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-30Refactor pixel snapping.reduz
2020-10-28Implement CanvasGroup and CanvasItem clippingreduz
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-21Add sky_only setting to DirectionalLight3Dsclayjohn
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-09Implement GPU Particle Collisionsreduz
2020-09-16expose local RenderingDevice creation to RenderingServerclayjohn
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-07Merge pull request #41781 from AnilBK/fix-typoRémi Verschelde
2020-09-06Implement manual particle emission and particle sub emitters.reduz
2020-09-05Fixed Some typos.Anilforextra
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-11Add incremental update mode to skyclayjohn
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: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-20doc: Sync classref with current sourceRémi Verschelde
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-14Merge pull request #37861 from reduz/implement-decalsRémi Verschelde
2020-04-14Implement decalsJuan Linietsky
2020-04-13Merge pull request #37749 from clayjohn/Vulkan-improved-ssRémi Verschelde
2020-04-12Implement MSAAJuan Linietsky
2020-04-12Add screen space AA option, with FXAA implementation.Juan Linietsky
2020-04-10Add proper quality settings to soft shadowsclayjohn
2020-04-10Shows proper scene render time in editor infoJuan Linietsky