summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-8/+17
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-254-8/+17
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-192-0/+7
|\|
| * Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-142-0/+7
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+3
|\|
| * Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU...jadeharley22024-11-111-1/+3
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-064-18/+32
|\|
| * Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-0/+1
| |\
| | * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-0/+1
| * | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-042-4/+4
| |\ \
| | * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
| | * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-3/+3
| * | | Add dependency detection improvements to the render graph.Dario2024-11-012-14/+27
| |/ /
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-306-22/+21
|\| |
| * | Merge pull request #98652 from stuartcarnie/2d_texture_state_fixesThaddeus Crews2024-10-291-1/+0
| |\ \
| | * | 2D: Fix various issues and minor performance optimisationsStuart Carnie2024-10-301-1/+0
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-256-21/+21
| |/ /
* | | Fix copyright headers referring to GodotSpartan3222024-10-2722-44/+44
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-242-0/+20
|\| |
| * | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-0/+20
| |\ \
| | * | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-0/+20
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-222-31/+45
|\| | |
| * | | 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
| * | | | Add support for BGRA textures with Texture*RDLain2024-10-161-0/+10
| |/ / /
* | | | 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 local vector for skeletonNazarii2024-10-022-5/+4
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1122-0/+44
|/ / /
* | | Properly utilize surface information when creating pipelines and vertex array...clayjohn2024-10-031-1/+1
* | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-0210-186/+420
|/ /
* | Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-272-72/+52
* | Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebaseRémi Verschelde2024-09-262-1/+3
|\ \
| * | Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-242-1/+3
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ /
* | Fix hash calculation for NTSliceKeyJiang Yiheng2024-09-221-1/+1
* | Add external texture support (GLES3)David Snopek2024-09-203-0/+9
* | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-192-0/+191
* | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-102-3/+3
|\ \
| * | Avoid const_cast in mesh_storage.hrune-scape2024-08-282-3/+3
* | | Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-2/+2
* | | Merge pull request #95961 from RadiantUwU/fix-mesh-recursionRémi Verschelde2024-09-031-0/+1
|\ \ \
| * | | Fix shadow mesh recursion.Radiant2024-08-311-0/+1
| | |/ | |/|
* | | Merge pull request #93448 from clayjohn/transmittance-fixesRémi Verschelde2024-09-031-1/+1
|\ \ \
| * | | Various fixes for transmittance effectclayjohn2024-06-211-1/+1
* | | | Merge pull request #96128 from BlueCube3310/vram-profiler-texture-memRémi Verschelde2024-09-021-2/+18
|\ \ \ \
| * | | | Fix incorrect parameters for layered textures in Video RAM texture memory pro...BlueCube33102024-09-011-2/+18
| | |_|/ | |/| |
* / | | Add support for compiling with VS clang-cl toolsetAlula2024-08-281-1/+1
|/ / /
* | | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-202-44/+57
|\ \ \
| * | | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-182-44/+57