summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_scene_cull.cpp
Commit message (Expand)AuthorAgeFilesLines
* Created static method and moved _particles_set_view_axis over to it to allow ...David House2024-11-161-1/+6
* Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-5/+7
|\
| * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-5/+7
* | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-241-4/+5
|\ \
| * | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-4/+5
* | | Fixed light culling mask behavior in Mobile and Compat renderersm-pranav-r2024-10-231-0/+4
* | | Lightmap Dynamic Bugfixyesfish2024-10-171-0/+3
| |/ |/|
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+8
* | Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-241-2/+4
* | Merge pull request #95503 from clayjohn/instance_none_crashRémi Verschelde2024-09-031-0/+2
|\ \
| * | Avoid indexing instances without a base in scene cull phaseclayjohn2024-08-131-0/+2
| |/
* | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-2/+4
* | Merge pull request #95379 from SlashScreen/fix_dir_light_layersRémi Verschelde2024-08-161-1/+1
|\ \
| * | Apply patch for considering visual layers for DirectionalLightSlashscreen2024-08-131-1/+1
| |/
* / Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-16/+265
|/
* Fix mesh instance not updated when changing blend shape valuesjsjtxietian2024-05-231-0/+2
* Merge pull request #90440 from Calinou/geometryinstance3d-fix-custom-aabb-ass...Rémi Verschelde2024-04-101-1/+0
|\
| * Fix GeometryInstance3D Custom AABB assignment in the editor not workingHugo Locurcio2024-04-091-1/+0
* | Merge pull request #89729 from jitspoe/master.shadow_distance_fade_optimizationRémi Verschelde2024-04-101-4/+9
|\ \ | |/ |/|
| * Shadow fade for omni lights actually stops the shadow from updating while fad...jitspoe2024-03-251-4/+9
* | Merge pull request #89398 from clayjohn/visual-debugger-coverageRémi Verschelde2024-04-041-31/+35
|\ \
| * | Increase coverage of timestamps for visual profilerclayjohn2024-04-031-31/+35
| |/
* / Jitter raster occlusion camera to reduce false positives.lawnjelly2024-04-031-1/+3
|/
* Fix lightmap capture not applied in one octantPer Melin2024-03-081-1/+1
* Fix never ending loop with overlapping probesBastiaan Olij2024-03-051-3/+14
* Implement hooks into rendererBastiaan Olij2024-02-181-5/+34
* Shadow volume culling and tighter shadow caster cullinglawnjelly2024-01-301-11/+71
* Add DummyShader handling to Dummy RenderingServer to ensure shader parameters...clayjohn2024-01-221-1/+1
* Directional 2 Split Shadow Stabilization Fixmrjustaguy2023-10-071-1/+1
* Merge pull request #81124 from bitsawer/fix_voxelgi_static_lightsRémi Verschelde2023-10-061-1/+2
|\
| * Fix VoxelGI static light pairingbitsawer2023-08-291-1/+2
* | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-47/+47
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-20/+29
|/
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+0
* Fix instance uniform data buffer update delaybitsawer2023-07-181-2/+3
* Properly clear material slots on mesh instance when material is freedBastiaan Olij2023-05-221-1/+0
* Correctly insert lightmap captures and geometries.dearthdev2023-05-151-2/+2
* Fix instance uniforms breaking when setting a new mesh.Johan Aires Rastén2023-03-041-0/+1
* Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-131-0/+1
* Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn2023-02-061-0/+3
* Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde2023-02-011-4/+4
|\
| * Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-4/+4
* | Fix SSAO/SSIl being applied to reflection probesBastiaan Olij2023-01-301-3/+5
|/
* Use range iterators in LocalVector loopskobewi2023-01-211-8/+8
* Merge pull request #71709 from clayjohn/decals-lights-sortingRémi Verschelde2023-01-201-0/+4
|\
| * Sort decals and lights based on camera originclayjohn2023-01-201-0/+4
* | Add mutex when adding geometry instances to the dirty list in the Forward Clu...clayjohn2023-01-201-0/+4
|/
* Remove light from dynamic light list when removing scenarioclayjohn2023-01-171-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* visual instance layers are regarded during shadow cullingMarkus Grafen2022-12-271-6/+17