summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60309 from The-O-King/octRémi Verschelde2022-08-221-27/+24
|\
| * Octahedral Normal/Tangent CompressionOmar El Sheikh2022-08-131-27/+24
* | Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn2022-08-191-6/+9
|/
* Add a shadow opacity property to Light3DHugo Locurcio2022-08-071-0/+1
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-9/+9
* Add Nearest Mipmap Anisotropic filter option to decals and projectorsHugo Locurcio2022-08-031-4/+6
* Merge pull request #46557 from asmaloney/remove-impossible-conditionRémi Verschelde2022-07-291-12/+1
|\
| * Remove impossible condition in RenderingServer::mesh_surface_make_offsets_fro...Andy Maloney2021-03-011-12/+1
* | Merge pull request #59840 from Calinou/renderingserver-global-uniform-renameRémi Verschelde2022-07-281-9/+9
|\ \
| * | Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-9/+9
* | | Allow changing mipmap LOD bias when FSR 1.0 scaling is not usedHugo Locurcio2022-07-281-5/+5
|/ /
* | Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-2/+0
* | Clean up Shader Preprocessorreduz2022-07-221-0/+2
* | Adding Variable Rate Shading support to GodotBastiaan Olij2022-07-171-0/+8
* | Rename soft shadow quality project settings for easier searchingHugo Locurcio2022-07-131-10/+10
* | 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