summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 #96114 from BlueCube3310/sh-lightmap-packingRémi Verschelde2024-09-062-19/+18
|\ \ \ \
| * | | | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-052-19/+18
* | | | | Merge pull request #95990 from Breush/76166-sky-auto-radianceRémi Verschelde2024-09-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-041-1/+1
* | | | | Merge pull request #86809 from clayjohn/TAA-disocclusionRémi Verschelde2024-09-032-3/+5
|\ \ \ \ \
| * | | | | Tune TAA disocclusion scale to avoid rejecting all samples during motion.clayjohn2024-01-042-3/+5
* | | | | | Merge pull request #96486 from ComycSans/black_skyRémi Verschelde2024-09-031-1/+0
|\ \ \ \ \ \
| * | | | | | Fix SkyRD::Sky::free() freeing materialComycSans2024-09-021-1/+0
* | | | | | | Merge pull request #96426 from clayjohn/RD-reflection-probe-roughnessRémi Verschelde2024-09-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use non-linear mapping for ReflectionProbe mip levels to match skyclayjohn2024-09-011-1/+1
* | | | | | | | 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-033-29/+37
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Various fixes for transmittance effectclayjohn2024-06-213-29/+37
* | | | | | | | Merge pull request #96431 from viksl/fix-alpha-reflections-cull-orderRémi Verschelde2024-09-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes alpha materials being rendered with a reverse cull which is visible in ...viksl2024-09-011-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
|/ / / / / /
* | | | | | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-274-0/+6
* | | | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-252-21/+8
|\ \ \ \ \ \
| * | | | | | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-212-21/+8
* | | | | | | Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-223-9/+9
|\ \ \ \ \ \ \
| * | | | | | | Add debug utilities for VulkanMatias N. Goldberg2024-08-213-9/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #95917 from BlueCube3310/lightmap-align-fixRémi Verschelde2024-08-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | LightmapGI: Fix shader data alignment after #89919BlueCube33102024-08-211-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-1/+1
| |/ / / / /
* | | | | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-205-17/+29
* | | | | | 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-2013-15/+225
|\ \ \ \ \ \ \
| * | | | | | | Implement support for bicubic lightmap filteringBlueCube33102024-08-1913-15/+225
| |/ / / / / /
* | | | | | | Merge pull request #86000 from jsjtxietian/add-missing-model_normal_matrixRémi Verschelde2024-08-202-0/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add model_normal_matrix for fragment shaderjsjtxietian2024-08-202-0/+14
| | |_|/ / / | |/| | | |
* | | | | | 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
* | | | | | | Merge pull request #95666 from kleonc/parallax2d_repeat_offsets_relative_to_s...Rémi Verschelde2024-08-192-18/+17
|\ \ \ \ \ \ \
| * | | | | | | Fix Parallax2D repeats being not relative to its transformkleonc2024-08-192-18/+17
* | | | | | | | Merge pull request #95705 from zeux/fsr-skin-relaxRémi Verschelde2024-08-191-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Relax motion vector updates to allow skipped frames for skeletonsArseny Kapoulkine2024-08-171-2/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #95682 from zeux/fsr2-fix-freeRémi Verschelde2024-08-191-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix double free in FSR2 destructorArseny Kapoulkine2024-08-161-3/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #95662 from clayjohn/GLES3-sky-fogRémi Verschelde2024-08-191-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add fixed fog to the sky in the Compatibility rendererclayjohn2024-08-171-4/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #92213 from clayjohn/ambient-disabledRémi Verschelde2024-08-192-18/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Disable all sources of ambient light when `ambient_light_disabled` render mod...clayjohn2024-05-212-18/+20
* | | | | | | | Merge pull request #95659 from clayjohn/RD-sky-affectRémi Verschelde2024-08-161-2/+2
|\ \ \ \ \ \ \ \