summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/environment
Commit message (Expand)AuthorAgeFilesLines
* Unify y-flip behavior for sky in RD backendsclayjohn2024-11-192-59/+66
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-254-9/+9
* Merge pull request #86103 from ecmjohnson/fix-inside-volfogThaddeus Crews2024-10-241-26/+54
|\
| * Fix volumetric fog artifacts when inside the fogErik Johnson2024-03-241-26/+54
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-202-4/+4
* | Merge pull request #95990 from Breush/76166-sky-auto-radianceRémi Verschelde2024-09-041-1/+1
|\ \
| * | Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-041-1/+1
* | | Fix SkyRD::Sky::free() freeing materialComycSans2024-09-021-1/+0
* | | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+1
|/ /
* | SDFGI: fix crash if update_data is nullptrGarteal2024-07-191-0/+4
* | [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