summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/environment/sky.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-5/+5
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-5/+5
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-58/+64
|\|
| * Unify y-flip behavior for sky in RD backendsclayjohn2024-11-191-58/+64
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* 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
|/
* Revert change to default depth clear value in draw_list_beginclayjohn2024-04-171-2/+2
* Use Reverse Z for the depth bufferKhasehemwy2024-04-041-2/+5
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-5/+5
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-20/+20
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-4/+7
* Fix mipmap bias behavior by refactoring how samplers are created by Material ...Dario2023-09-061-1/+1
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-081-1/+1
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-071-1/+1
* | Draw sky as a fullscreen triangleMatias N. Goldberg2023-08-051-22/+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-121-29/+9
|\
| * replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-29/+9
* | Fix volumetric fog in stereo by projection vertex in combined spaceBastiaan Olij2023-06-201-3/+11
|/
* 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
* 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
* Properly initialize directional_light_count in RD sky shadersclayjohn2023-01-161-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup and improve sky renderBastiaan Olij2022-12-231-255/+118
* Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-161-0/+8
* Refactor `ShaderData` & fix the sorting of shader uniformsYuri Rubinsky2022-12-151-89/+0
* Modified the mobile renderer to apply the sky_transform operations in the sam...Malcolm Nixon2022-12-061-2/+2
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+4
* Make some Image methods statickobewi2022-10-141-3/+1
* Merge pull request #66683 from clayjohn/SRGB-canvasitemRémi Verschelde2022-10-051-1/+1
|\
| * Default CanvasItem materials to not convert uniform colors to linear space.clayjohn2022-09-301-1/+1
* | Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-4/+4
* | Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-4/+3
|/
* Clear last frame directional light buffer when number of lights changes.clayjohn2022-09-141-0/+1
* Move debanding into internal sky shader code so that it is applied after ever...clayjohn2022-09-131-0/+1
* Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-2/+2
|\
| * Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-2/+2
* | Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde2022-09-011-0/+3
|\ \