summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Automatically update the editor viewport when 3D scaling options are changedHugo Locurcio2022-06-191-4/+4
* Initial TAA implementationjfons2022-06-071-0/+2
* Ensure has_os_features is safely called as it can't be called from within the...Bastiaan Olij2022-06-011-0/+2
* Add Cone and Cylinder shapes to FogVolumeHugo Locurcio2022-05-251-0/+3
* Add basic lighting to GLES3 renderer.clayjohn2022-05-161-2/+2
* Merge pull request #60976 from Calinou/fsr-rename-property-hintRémi Verschelde2022-05-121-1/+1
|\
| * Rename remaining references of FSR to FSR 1.0Hugo Locurcio2022-05-121-1/+1
* | Basic 3D renderingclayjohn2022-05-121-37/+9
|/
* Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio2022-05-031-0/+1
* Fix more issues found by cppcheck.bruvzg2022-04-201-9/+9
* Restore antialiasing for `draw_line`Yuri Roubinsky2022-04-121-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+0
* Merge pull request #49738 from Calinou/ssao-gi-default-half-resolutionRémi Verschelde2022-03-181-2/+1
|\
| * Compute SSAO at half resolution by defaultHugo Locurcio2022-02-141-2/+1
* | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enumHugo Locurcio2022-03-171-1/+5
* | Expose `RenderingServer::canvas_item_add_animation_slice` in GDScriptXavier Loh2022-03-131-0/+1
* | Remove unused `shadow_color` property from Light3DHugo Locurcio2022-03-041-1/+0
* | Merge pull request #58512 from Calinou/light3d-add-distance-fadeRémi Verschelde2022-03-041-0/+1
|\ \
| * | Implement distance fade properties in OmniLight3D and SpotLight3DHugo Locurcio2022-02-251-0/+1
* | | Fix typo in SSR roughness quality enum value namesHugo Locurcio2022-02-281-4/+4
|/ /
* | Implementing OpenXR driverBastiaan Olij2022-02-231-1/+1
* | Use Filament specular models and parametrizationclayjohn2022-02-221-2/+0
* | Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radianceRémi Verschelde2022-02-171-3/+3
|\ \
| * | Use prefiltered radianceclayjohn2022-02-161-3/+3
| |/
* / Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+2
|/
* Merge pull request #54158 from Calinou/decrease-default-soft-shadow-qualityRémi Verschelde2022-02-101-2/+2
|\
| * Decrease the default soft shadow quality to improve performanceHugo Locurcio2021-10-231-2/+2
* | Merge pull request #54677 from Calinou/voxelgi-default-low-qualityRémi Verschelde2022-02-101-1/+1
|\ \
| * | Decrease the default VoxelGI quality to improve performanceHugo Locurcio2021-11-061-1/+1
* | | Merge pull request #39965 from Calinou/tweak-sdfgi-defaultsRémi Verschelde2022-02-101-3/+3
|\ \ \
| * | | Tweak default SDFGI settings for better qualityHugo Locurcio2022-02-061-3/+3
* | | | Fix BLEND_SHAPE_MASKreduz2022-02-081-1/+1
|/ / /
* | | Merge pull request #54574 from Ansraer/glow_mapRémi Verschelde2022-01-261-1/+1
|\ \ \
| * | | add support for glow mapsAnsraer2022-01-201-1/+1
* | | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-6/+7
* | | | Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-1/+1
* | | | Revert "Add new scaling modes for splash screen"Rémi Verschelde2022-01-191-8/+1
* | | | Add new scaling modes for splash screenSamuel Pedrajas2022-01-181-1/+8
* | | | Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascadesRémi Verschelde2022-01-181-4/+0
|\ \ \ \
| * | | | Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-171-4/+0
* | | | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-1/+0
|/ / / /
* | | | Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky2022-01-121-1/+2
* | | | Merge pull request #56170 from Calinou/renderingserver-expose-gi-half-resolutionRémi Verschelde2022-01-071-0/+4
|\ \ \ \
| * | | | Expose RenderingServer GI half resolution setter methodHugo Locurcio2021-12-221-0/+4
* | | | | Expose RenderingServer SSIL quality setter methodsHugo Locurcio2022-01-061-0/+7
* | | | | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-051-0/+2
* | | | | 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-1/+1
|\ \ \ \ \