summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48239 from akien-mga/goodbye-copymemRémi Verschelde2021-04-281-16/+16
|\
| * Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-16/+16
* | Implement occlusion cullingjfons2021-04-231-1/+20
|/
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-1/+1
* Reorganize Project Settingsreduz2021-02-181-120/+120
* Make Servers truly Thread Safereduz2021-02-101-2/+2
* Simplify Volumetric Fogreduz2021-02-061-5/+1
* Merge pull request #37547 from aaronfranke/tauRémi Verschelde2021-02-011-4/+6
|\
| * Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-4/+6
* | Shadow map rendering optimizationreduz2021-01-241-13/+2
* | Several GI related optimizations and fixesreduz2021-01-241-2/+6
* | Added GPU based cluster builderreduz2021-01-191-0/+3
|/
* Threaded optimizations to cull and renderreduz2021-01-051-0/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Expose gltf2 eight weights.K. S. Ernest (iFire) Lee2020-12-291-1/+15
* Merge pull request #44641 from reduz/get-frame-setup-timeRémi Verschelde2020-12-241-0/+3
|\
| * Add API to get frame setup time on CPUreduz2020-12-241-0/+3
* | Merge pull request #44623 from reduz/rewrite-renderer-indexerJuan Linietsky2020-12-241-0/+3
|\ \ | |/ |/|
| * Replace Octree by DynamicBVH in cull codereduz2020-12-231-0/+3
* | Bind viewport measure functionsreduz2020-12-231-0/+4
|/
* Port ASSAO to Godot to replace SAOclayjohn2020-12-211-8/+13
* Reimplement skeletons and blend shapesreduz2020-12-161-7/+8
* Cleanup unused engine codeTomasz Chabora2020-12-091-9/+0
* Add support for low-end 3D rendering.reduz2020-12-071-0/+3
* doc: Sync classref with current sourceRémi Verschelde2020-12-041-0/+20
* Refactored Mesh internals and formats.reduz2020-12-021-449/+356
* Merge pull request #42761 from fire/color-grading-3dRémi Verschelde2020-11-281-1/+1
|\
| * Environment brightness, contrast, saturation restore with color correction.clayjohn2020-11-281-1/+1
* | Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde2020-11-281-0/+1
|\ \
| * | Add sky_only setting to DirectionalLight3Dsclayjohn2020-10-211-0/+1
* | | Implement signed distance fields for 2D shadersreduz2020-11-261-1/+0
| |/ |/|
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* | doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-0/+7
* | Implement DirectionalLight2Dreduz2020-11-041-5/+4
* | Refactored 2D shader and lighting systemreduz2020-10-241-1/+2
|/
* Fixup method binding from #42910Rémi Verschelde2020-10-191-1/+1
* Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky2020-10-191-0/+2
|\
| * Add a debanding property to ViewportHugo Locurcio2020-08-141-0/+2
* | Revert "Replace SAO implementation with MSSAO"Juan Linietsky2020-10-181-11/+9
* | Merge pull request #42077 from clayjohn/MSSAOJuan Linietsky2020-10-181-9/+11
|\ \
| * | Replace SAO implementation with MSSAOclayjohn2020-10-181-9/+11
* | | Merge pull request #42201 from clayjohn/Vulkan-new-glowJuan Linietsky2020-10-181-1/+1
|\ \ \ | |/ / |/| |
| * | Optimize Glow with local memoryclayjohn2020-10-181-1/+1
* | | Merge pull request #41418 from clayjohn/Vulkan-aerialRémi Verschelde2020-10-181-1/+1
|\ \ \
| * | | Add aerial perspective to fixed fogclayjohn2020-10-171-1/+1
| |/ /
* / / Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+0
|/ /
* | Fix typo in soft shadow quality project settings hintsHugo Locurcio2020-10-151-2/+2
* | doc: Sync classref with current sourceRémi Verschelde2020-10-121-0/+1
* | expose local RenderingDevice creation to RenderingServerclayjohn2020-09-161-0/+5