summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/environment
Commit message (Expand)AuthorAgeFilesLines
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Revert change to default depth clear value in draw_list_beginclayjohn2024-04-171-2/+2
* Use Reverse Z for the depth bufferKhasehemwy2024-04-042-5/+13
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-5/+3
* Fix Volumetric Fog VoxelGI updatesbitsawer2024-03-012-2/+9
* Implement hooks into rendererBastiaan Olij2024-02-181-1/+1
* Acyclic Command Graph for RenderingDevice.Dario2024-01-084-37/+52
* Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-022-4/+4
* Merge pull request #81167 from bitsawer/fix_sdfgi_editor_changeRémi Verschelde2023-10-252-0/+9
|\
| * Reset SDFGI when changing editor scene tabsbitsawer2023-08-302-0/+9
* | Merge pull request #82877 from tomissj2/masterRémi Verschelde2023-10-051-1/+1
|\ \
| * | Fog Shader bugfix: 'global_variables' : undeclared identifiertomissj22023-10-051-1/+1
* | | Merge pull request #80992 from viksl/volumetric-fog-NaN-issuesRémi Verschelde2023-10-051-2/+2
|\ \ \ | |/ / |/| |
| * | Instead of Vector2() start volumetric fog at frustum_near_size to avoid INF a...viksl2023-08-281-2/+2
* | | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-255-70/+70
* | | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-252-5/+8
* | | Fix mipmap bias behavior by refactoring how samplers are created by Material ...Dario2023-09-062-2/+2
| |/ |/|
* | Clear SDFGI textures when createdbitsawer2023-08-281-42/+31
|/
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-082-2/+2
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-072-2/+2
* | Merge pull request #80356 from darksylinc/voxelgi-dispatch-underflowRémi Verschelde2023-08-071-2/+2
|\ \
| * | Fix integer underflow when rounding up in VoxelGIMatias N. Goldberg2023-08-061-2/+2
| |/
* | Merge pull request #80311 from darksylinc/matias-fullscreen-triRémi Verschelde2023-08-072-25/+1
|\ \
| * | Draw sky as a fullscreen triangleMatias N. Goldberg2023-08-052-25/+1
| |/
* / Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
|/
* Use defaults to initialize sky data in case of no skyParsleigh Scumble2023-07-241-100/+104
* Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-124-53/+18
|\
| * replace sampler arrays with constant sampler elementsChibiDenDen2023-06-224-53/+18
* | Fix volumetric fog in stereo by projection vertex in combined spaceBastiaan Olij2023-06-202-24/+33
* | Fix management of life cycle of vol. fog related uniform setsPedro J. Estébanez2023-05-312-18/+26
|/
* Conditionally free GI and FOG resources, they may not have been createdBastiaan Olij2023-05-222-17/+49
* Fix additional cases of breakage of rendering effectsPedro J. Estébanez2023-05-033-42/+35
* Fix unsupported sampler filter used for voxel GIPedro J. Estébanez2023-04-261-1/+3
* Fix breakages of volumetric fog on voxel GI changesPedro J. Estébanez2023-04-263-30/+56
* Merge pull request #69324 from RedMser/advanced-settings-errorsRémi Verschelde2023-04-111-1/+1
|\
| * Make solving project setting errors easierRedMser2023-03-271-1/+1
* | Fix framebuffers in sky not being created on mobile rendererBastiaan Olij2023-04-051-1/+1
|/
* Move roughness limiter and sort into their own classesBastiaan Olij2023-03-091-5/+3
* Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-211-2/+2
* Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde2023-02-012-15/+15
|\
| * Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-312-15/+15
* | Fix various crashes relating to low roughness_layersclayjohn2023-01-301-4/+8
* | Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture w...clayjohn2023-01-251-1/+4
|/
* Add a few more checks to ensure that unsupported image formats are not used i...clayjohn2023-01-231-2/+8
* Use range iterators in LocalVector loopskobewi2023-01-211-10/+4
* Properly initialize directional_light_count in RD sky shadersclayjohn2023-01-161-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Cleanup and improve sky renderBastiaan Olij2022-12-232-287/+153
* Merge pull request #70132 from clayjohn/RT-updateRémi Verschelde2022-12-172-0/+9
|\
| * Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-162-0/+9