summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-242-4/+4
| | | |_|_|/ | | |/| | |
* | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-243-26/+74
|\| | | | |
| * | | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-0/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `shadow_caster_mask` to Light3D.
| | * | | | | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-0/+20
| | | | | | |
| * | | | | | Merge pull request #86103 from ecmjohnson/fix-inside-volfogThaddeus Crews2024-10-241-26/+54
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | Fix volumetric fog artifacts when inside the fog
| | * | | | | Fix volumetric fog artifacts when inside the fogErik Johnson2024-03-241-26/+54
| | | | | | |
* | | | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-225-31/+48
|\| | | | | |
| * | | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-212-31/+35
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearance
| | * | | | | | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-182-31/+35
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces memory usage a bit in case multiple placeholders were requested, e.g. when using multiple NoiseTextures with no noise property defined. The placeholder texture's appearance was also changed from a plain magenta color to a checkerboard alternating between magenta and black pixels. This makes it easier to spot when the placeholder texture ends up being used in a complex scene (usually by accident). The texture's dimensions remain identical to keep the physical size identical in 2D.
| * | | | | | Merge pull request #98258 from LainAmongYou/fix-bgraThaddeus Crews2024-10-211-0/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for BGRA textures with Texture*RD
| | * | | | | | Add support for BGRA textures with Texture*RDLain2024-10-161-0/+10
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to use BGRA textures created with RenderingDevice with classes such as Texture2DRD.
| * | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-212-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`
| | * | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
| * | | | | | Merge pull request #98226 from m-pranav-r/fix-volumetric-shadowsThaddeus Crews2024-10-211-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | Fix incorrect depth comparison used to calculate volumetric fog shadowing
| | * | | | | Fix incorrect depth comparison used to calculate volumetric fog shadowingm-pranav-r2024-10-161-0/+1
| | |/ / / /
* | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+1
|\| | | | |
| * | | | | Move preprocessor to end of line for iterator, remove redeclaration ↵EnlightenedOne2024-10-141-5/+1
| |/ / / / | | | | | | | | | | | | | | | incompatible with ubershader method definitions
* | | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-142-5/+4
|\| | | |
| * | | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-5/+4
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | Use `LocalVector` for skeleton
| | * | | Use local vector for skeletonNazarii2024-10-022-5/+4
| | | | |
* | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1180-0/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-114-6/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | | Configure MSAA properly in canvas renderer's pipelines.DarioSamo2024-10-041-1/+4
| | | |
* | | | Properly utilize surface information when creating pipelines and vertex ↵clayjohn2024-10-032-13/+3
| | | | | | | | | | | | | | | | arrays in canvas renderer
* | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵Dario2024-10-0233-1672/+3475
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ubershaders and rework pipeline caches for Forward+ and Mobile. - Implements asynchronous transfer queues from PR #87590. - Adds ubershaders that can run with specialization constants specified as push constants. - Pipelines with specialization constants can compile in the background. - Added monitoring for pipeline compilations. - Materials and shaders can now be created asynchronously on background threads. - Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
* | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
| | | | | | | | | | | | In addition, fix region_filter_clip_enabled documentation to be consistent with AtlasTexture.xml, since that is the option whose behavior was fixed
* | | Merge pull request #83360 from ywmaa/vertex_shadingRémi Verschelde2024-09-297-187/+437
|\ \ \ | | | | | | | | | | | | Implement vertex shading
| * | | Implement vertex shadingywmaa2024-09-297-187/+437
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support in all backends, but the Compatibility renderer works the best. Mobile and Forward+ can only support one directional light shader (the first in the tree) While the Compatibility renderer supports any number of shadows. Co-authored-by: Clay John <claynjohn@gmail.com>
* | | | Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-275-195/+146
|/ / / | | | | | | | | | Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
* | | Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebaseRémi Verschelde2024-09-267-43/+46
|\ \ \ | | | | | | | | | | | | Jitter shadow map dithering pattern across frames when TAA is enabled
| * | | Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-247-43/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves shadow quality by reducing the visibility of the noisy pattern caused by dithering. This jittering also applies when FSR2 is enabled, as it provides its own form of temporal antialiasing. Co-authored-by: Clay John <claynjohn@gmail.com>
* | | | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-262-5/+9
|\ \ \ \ | | | | | | | | | | | | | | | Style: Add `WARNING:` as new comment admonition
| * | | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-252-5/+9
| | | | |
* | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-2513-0/+13
|/ / / /
* / / / Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
|/ / /
* | | Fix hash calculation for NTSliceKeyJiang Yiheng2024-09-221-1/+1
| | | | | | | | | | | | | | | A bug was introduced from 057367bf by adding FSR 2.2.1 support. Which increases hash collision and hurts performance.
* | | Merge pull request #97260 from clayjohn/pixel_snapRémi Verschelde2024-09-211-2/+2
|\ \ \ | | | | | | | | | | | | Calculate pixel snap in canvas space instead of world space
| * | | Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
| | | | | | | | | | | | | | | | This ensures that you are actually snapping to pixels in the viewport and not an arbitrary amount
* | | | Add external texture support (GLES3)David Snopek2024-09-204-0/+11
|/ / / | | | | | | | | | | | | Co-authored-by: Fredia Huya-Kouadio <fhuyakou@gmail.com> Co-authored-by: Mauricio Narvaez <nvz@meta.com>
* | | Merge pull request #97217 from stuartcarnie/97185_subpixel_renderingRémi Verschelde2024-09-201-0/+5
|\ \ \ | | | | | | | | | | | | Metal: Fix subpixel blending; fix inconsistent blend state
| * | | [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in MetalStuart Carnie2024-09-201-0/+5
| | | |
* | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-2011-36/+40
|/ / /
* | | Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-192-0/+191
|\ \ \ | | | | | | | | | | | | Expose a function to create textures from a native handle in the compatibility renderer
| * | | Expose a function to create textures from a native handle in the ↵David Snopek2024-09-192-0/+191
| | | | | | | | | | | | | | | | compatibility renderer
* | | | 2D: Remove redundant assignmentStuart Carnie2024-09-171-4/+4
| | | |
* | | | Merge pull request #92290 from clayjohn/LOD-fixesRémi Verschelde2024-09-162-53/+28
|\ \ \ \ | | | | | | | | | | | | | | | Use distance to AABB surface to calculate Mesh LOD instead of using supports
| * | | | Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-112-53/+28
| | | | |
* | | | | 2D: Fix use-after-free in batch renderingStuart Carnie2024-09-142-92/+91
| |/ / / |/| | | | | | | | | | | | | | | Closes #96960 Fixes regression of #95574 using fix from #95666
* | | | 2D: Add batching to RendererCanvasRenderRDStuart Carnie2024-09-124-903/+1281
|/ / /
* | | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-102-3/+3
|\ \ \ | | | | | | | | | | | | Avoid `const_cast` in `mesh_storage.h`