summaryrefslogtreecommitdiffstats
path: root/servers/rendering
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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 appearanceHugo Locurcio2024-10-182-31/+35
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #98267 from Chaosus/shader_pp_errorThaddeus Crews2024-10-212-12/+31
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add `#error` preprocessor directive to shading languageChaosus2024-10-182-12/+31
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #98388 from DarioSamo/sync-fixesThaddeus Crews2024-10-212-4/+19
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-212-4/+19
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #98258 from LainAmongYou/fix-bgraThaddeus Crews2024-10-211-0/+10
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add support for BGRA textures with Texture*RDLain2024-10-161-0/+10
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | 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`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | 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 shadowingm-pranav-r2024-10-161-0/+1
| * | | | | | | | | | | | Merge pull request #97925 from huwpascoe/lightmap_dynamic_bugfixThaddeus Crews2024-10-211-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Lightmap Dynamic Bugfixyesfish2024-10-171-0/+3
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-186-34/+75
|\| | | | | | | | | | |
| * | | | | | | | | | | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-184-12/+43
| | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #98086 from DarioSamo/transfer-queues-semaphoresClay John2024-10-172-15/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Rewrite semaphore handling for transfer workers.Dario2024-10-172-15/+29
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #98187 from EnlightenedOne/98102Clay John2024-10-171-5/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Move preprocessor to end of line for iterator, remove redeclaration incompati...EnlightenedOne2024-10-141-5/+1
| | |/ / / / / / / /
| * / / / / / / / / Revert incorrect rounding when 2D transform snappingkleonc2024-10-151-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-155-189/+340
|\| | | | | | | |
| * | | | | | | | Merge pull request #92441 from Chaosus/shader_custom_func_overloadsThaddeus Crews2024-10-143-128/+244
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Implement custom function overloading in shading languageYuri Rubinsky2024-10-083-128/+244
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #93025 from kleonc/y-sort-physics-interpolationThaddeus Crews2024-10-142-61/+96
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Don't recalculate final render transforms for Y-sorted canvas itemskleonc2024-09-052-75/+91
| | * | | | | | | Account for physics interpolation and transform snapping when Y-sortingkleonc2024-09-052-9/+28
* | | | | | | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-144-11/+6
|\| | | | | | | |
| * | | | | | | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-5/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use local vector for skeletonNazarii2024-10-022-5/+4
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-072-6/+2
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Implement instance uniforms in Compatibility rendererclayjohn2024-09-102-6/+2
* | | | | | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-11167-0/+334
* | | | | | | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-118-10/+10
|/ / / / / / / /
* | | | | | | | Configure MSAA properly in canvas renderer's pipelines.DarioSamo2024-10-041-1/+4
* | | | | | | | Properly utilize surface information when creating pipelines and vertex array...clayjohn2024-10-032-13/+3
* | | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-0252-2074/+4606
| |/ / / / / / |/| | | | | |
* | | | | | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
* | | | | | | Merge pull request #83360 from ywmaa/vertex_shadingRémi Verschelde2024-09-297-187/+437
|\ \ \ \ \ \ \
| * | | | | | | Implement vertex shadingywmaa2024-09-297-187/+437
* | | | | | | | Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-275-195/+146
|/ / / / / / /
* | | | | | | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | | | | | | | Merge pull request #97481 from Chaosus/shader_fix_void_returnRémi Verschelde2024-09-261-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix shader crash when return a void function callChaosus2024-09-261-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebaseRémi Verschelde2024-09-2610-47/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-2410-47/+54
* | | | | | | | | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-262-5/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-252-5/+9
| | |/ / / / / / / | |/| | | | | | |
* / | | | | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-2517-0/+17
|/ / / / / / / /