summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd
Commit message (Expand)AuthorAgeFilesLines
* Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-142-0/+7
* Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU...jadeharley22024-11-111-1/+3
* 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 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
|/ /
* | 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 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 pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-5/+4
|\ \ \ | |_|/ |/| |
| * | Use local vector for skeletonNazarii2024-10-022-5/+4
* | | 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
* | | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-203-0/+8
|\ \ \ \
| * | | | Implement support for bicubic lightmap filteringBlueCube33102024-08-193-0/+8
| |/ / /
* | | | Merge pull request #94785 from Chaosus/shader_fix_samplers_orderRémi Verschelde2024-08-191-7/+3
|\ \ \ \
| * | | | Fix texture samplers to not being last in the property listYuri Rubinsky2024-07-291-7/+3
| | |_|/ | |/| |
* | | | Relax motion vector updates to allow skipped frames for skeletonsArseny Kapoulkine2024-08-171-2/+3
* | | | Merge pull request #95542 from KoBeWi/go_bind_yourselfRémi Verschelde2024-08-164-11/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove empty bind_methods()kobewi2024-08-154-11/+0
| |/ /
* / / Fix for multimesh motion vector corruption by resetting motion vector state a...Sen2024-08-081-3/+7
|/ /
* | Fix crash when assigning more textures than expected to texture arrayYuri Rubinsky2024-07-221-1/+2
* | Expose more state in RenderSceneBuffersRDBastiaan Olij2024-07-151-0/+6
* | Merge pull request #93630 from BastiaanOlij/scene_data_projection_correctionRémi Verschelde2024-07-092-5/+14
|\ \