summaryrefslogtreecommitdiff
path: root/servers/rendering_server.h
AgeCommit message (Expand)Author
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
2021-09-09Expose Vulkan internal values for access from extensionsBastiaan Olij
2021-08-27Makes FontData importable resource.bruvzg
2021-08-26Optionally scale 3D render contentBastiaan Olij
2021-08-25Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio
2021-08-12Use real_t and double where appropriate in ParticlesAaron Franke
2021-08-09Some work on double supportAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-07-19Implement more rendering options as specialization constantsreduz
2021-07-12Use specialization constants in clustered rendererreduz
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-07-03Fix Render Inforeduz
2021-07-02Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-30Deprecate ImmediateGeometryreduz
2021-06-29Fixes to 2D viewportreduz
2021-06-17Implement animation slice drawing in CanvasItemreduz
2021-06-16Refactor VisibilityNotifier3Dreduz
2021-06-16Refactor VisibilityNotifierreduz
2021-06-14Implement visibility range and dependencies.jfons
2021-06-05Rename GI Classesreduz
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-23Support for 2D particles to collide against SDFreduz
2021-05-11Fixes missng 2D engine bitsreduz
2021-04-30Implement Particle Trailsreduz
2021-04-23Implement occlusion cullingjfons
2021-04-14Rename get_surface_material to get_surface_override_materialclayjohn
2021-03-05Fix negative VRAM valuesEv1lbl0w
2021-02-10Make Servers truly Thread Safereduz
2021-02-07Improve SDFGI indirect light feedback loopreduz
2021-02-06Simplify Volumetric Fogreduz
2021-02-05Added temporal reprojection to Volumetric Fogreduz
2021-01-25Implement shadow meshesreduz
2021-01-24Shadow map rendering optimizationreduz
2021-01-24Several GI related optimizations and fixesreduz
2021-01-19Added GPU based cluster builderreduz
2021-01-06Added ability to visualize native shadersreduz
2021-01-05Threaded optimizations to cull and renderreduz
2021-01-02Typo correctionMuller-Castro
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-24Add API to get frame setup time on CPUreduz
2020-12-21Port ASSAO to Godot to replace SAOclayjohn
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-12-16Reimplement skeletons and blend shapesreduz
2020-12-09Cleanup unused engine codeTomasz Chabora
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