Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copy | Thaddeus Crews | 2024-10-21 | 2 | -31/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearance | Hugo Locurcio | 2024-10-18 | 2 | -31/+35 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #98267 from Chaosus/shader_pp_error | Thaddeus Crews | 2024-10-21 | 2 | -12/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add `#error` preprocessor directive to shading language | Chaosus | 2024-10-18 | 2 | -12/+31 | |
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #98388 from DarioSamo/sync-fixes | Thaddeus Crews | 2024-10-21 | 2 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Improve synchronization of rendering commands after changes from transfer que... | Dario | 2024-10-21 | 2 | -4/+19 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #98258 from LainAmongYou/fix-bgra | Thaddeus Crews | 2024-10-21 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add support for BGRA textures with Texture*RD | Lain | 2024-10-16 | 1 | -0/+10 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactor | Thaddeus Crews | 2024-10-21 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 2 | -0/+2 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #98226 from m-pranav-r/fix-volumetric-shadows | Thaddeus Crews | 2024-10-21 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix incorrect depth comparison used to calculate volumetric fog shadowing | m-pranav-r | 2024-10-16 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge pull request #97925 from huwpascoe/lightmap_dynamic_bugfix | Thaddeus Crews | 2024-10-21 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Lightmap Dynamic Bugfix | yesfish | 2024-10-17 | 1 | -0/+3 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 6 | -34/+75 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Move transitions of textures initialized by transfer workers to the main grap... | Dario | 2024-10-18 | 4 | -12/+43 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #98086 from DarioSamo/transfer-queues-semaphores | Clay John | 2024-10-17 | 2 | -15/+29 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Rewrite semaphore handling for transfer workers. | Dario | 2024-10-17 | 2 | -15/+29 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #98187 from EnlightenedOne/98102 | Clay John | 2024-10-17 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Move preprocessor to end of line for iterator, remove redeclaration incompati... | EnlightenedOne | 2024-10-14 | 1 | -5/+1 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | Revert incorrect rounding when 2D transform snapping | kleonc | 2024-10-15 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed | Spartan322 | 2024-10-15 | 5 | -189/+340 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #92441 from Chaosus/shader_custom_func_overloads | Thaddeus Crews | 2024-10-14 | 3 | -128/+244 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implement custom function overloading in shading language | Yuri Rubinsky | 2024-10-08 | 3 | -128/+244 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #93025 from kleonc/y-sort-physics-interpolation | Thaddeus Crews | 2024-10-14 | 2 | -61/+96 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Don't recalculate final render transforms for Y-sorted canvas items | kleonc | 2024-09-05 | 2 | -75/+91 | |
| | * | | | | | | | Account for physics interpolation and transform snapping when Y-sorting | kleonc | 2024-09-05 | 2 | -9/+28 | |
* | | | | | | | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6 | Spartan322 | 2024-10-14 | 4 | -11/+6 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeleton | Thaddeus Crews | 2024-10-10 | 2 | -5/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Use local vector for skeleton | Nazarii | 2024-10-02 | 2 | -5/+4 | |
| | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #96819 from clayjohn/GLES3-instance-uniforms | Clay John | 2024-10-07 | 2 | -6/+2 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Implement instance uniforms in Compatibility renderer | clayjohn | 2024-09-10 | 2 | -6/+2 | |
* | | | | | | | | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 167 | -0/+334 | |
* | | | | | | | | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 8 | -10/+10 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Configure MSAA properly in canvas renderer's pipelines. | DarioSamo | 2024-10-04 | 1 | -1/+4 | |
* | | | | | | | | Properly utilize surface information when creating pipelines and vertex array... | clayjohn | 2024-10-03 | 2 | -13/+3 | |
* | | | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add... | Dario | 2024-10-02 | 52 | -2074/+4606 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Clamp UV-coordinates to centers of outermost texels when configured to do so | Patrick Owen | 2024-09-29 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #83360 from ywmaa/vertex_shading | Rémi Verschelde | 2024-09-29 | 7 | -187/+437 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Implement vertex shading | ywmaa | 2024-09-29 | 7 | -187/+437 | |
* | | | | | | | | Combine texture and instance data into one uniform set in the 2D renderer | clayjohn | 2024-09-27 | 5 | -195/+146 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #97483 from akien-mga/clang-format-19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #97481 from Chaosus/shader_fix_void_return | Rémi Verschelde | 2024-09-26 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix shader crash when return a void function call | Chaosus | 2024-09-26 | 1 | -0/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebase | Rémi Verschelde | 2024-09-26 | 10 | -47/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Jitter shadow map dithering pattern across frames when TAA is enabled | Hugo Locurcio | 2024-09-24 | 10 | -47/+54 | |
* | | | | | | | | | Merge pull request #96923 from Repiteo/style/warning-admonition | Rémi Verschelde | 2024-09-26 | 2 | -5/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Style: Add `WARNING:` as new comment admonition | Thaddeus Crews | 2024-09-25 | 2 | -5/+9 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 17 | -0/+17 | |
|/ / / / / / / / |