summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_server_default.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #54574 from Ansraer/glow_mapRémi Verschelde2022-01-261-1/+1
|\
| * add support for glow mapsAnsraer2022-01-201-1/+1
* | Merge pull request #54890 from briansemrau/threadsafe-drawpute-listsRémi Verschelde2022-01-221-1/+0
|\ \ | |/ |/|
| * Make draw/compute lists threadsafeBrian Semrau2021-11-111-1/+0
* | Revert "Add new scaling modes for splash screen"Rémi Verschelde2022-01-191-1/+1
* | Add new scaling modes for splash screenSamuel Pedrajas2022-01-181-1/+1
* | Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-171-1/+1
* | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-051-0/+1
* | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde2022-01-041-0/+1
|\ \
| * | Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio2021-12-101-0/+1
* | | Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-041-2/+2
|\ \ \
| * | | Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-291-2/+2
| |/ /
* | | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-041-0/+3
|\ \ \
| * | | Added SSIL post processing effectclayjohn2021-11-061-0/+3
* | | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| |/ / |/| |
* | | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-231-1/+5
* | | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-121-2/+2
| |/ |/|
* | Use Callable in RS::request_frame_drawn_callbackBrian Semrau2021-11-051-8/+2
|/
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-1/+11
* Implement distance fade and transparencyJFonS2021-10-251-2/+2
* Allow any floating-point value as a 3D rendering scale optionHugo Locurcio2021-10-081-1/+1
* Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio2021-10-071-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-0/+1
* Optionally scale 3D render contentBastiaan Olij2021-08-261-0/+1
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-4/+4
* Use doubles for time in many other placesAaron Franke2021-08-091-7/+7
* Implement more rendering options as specialization constantsreduz2021-07-191-0/+2
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-1/+1
* Fix Render Inforeduz2021-07-031-2/+2
* Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio2021-07-021-1/+0
* Clean up RenderingServer and its bindingsreduz2021-07-011-37/+1
* Deprecate ImmediateGeometryreduz2021-06-301-16/+3
* Fixes to 2D viewportreduz2021-06-291-0/+1
* Implement animation slice drawing in CanvasItemreduz2021-06-171-0/+2
* Refactor VisibilityNotifier3Dreduz2021-06-161-1/+7
* Refactor VisibilityNotifierreduz2021-06-161-0/+2
* Implement visibility range and dependencies.jfons2021-06-141-2/+2
* Rename GI Classesreduz2021-06-051-30/+30
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-11/+11
* Fixes missng 2D engine bitsreduz2021-05-111-0/+1
* Implement Particle Trailsreduz2021-04-301-0/+6
* Implement occlusion cullingjfons2021-04-231-0/+7
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-1/+1
* fix issue vulkan crash on open shader materialssboronczyk2021-03-131-1/+1
* Fix negative VRAM valuesEv1lbl0w2021-03-051-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-181-3/+3
* Make Servers truly Thread Safereduz2021-02-101-589/+622
* Improve SDFGI indirect light feedback loopreduz2021-02-071-1/+1
* Simplify Volumetric Fogreduz2021-02-061-3/+1
* Added temporal reprojection to Volumetric Fogreduz2021-02-051-1/+1