summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_scene_cull.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #70253 from BastiaanOlij/cleanup_sky_renderRémi Verschelde2022-12-231-4/+6
|\
| * Cleanup and improve sky renderBastiaan Olij2022-12-231-4/+6
* | Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-231-0/+15
|/
* Implement CAMERA_VISIBLE_LAYERS as built-in shader variableNumbuhFour2022-12-031-2/+2
* Get WebXR fully working in Godot 4!David Snopek2022-12-011-1/+1
* Finish implementing Canvas Background modeclayjohn2022-11-171-1/+1
* Merge pull request #67112 from Chaosus/fix_boolean_uniform_instancesYuri Rubinsky2022-10-281-2/+32
|\
| * Fix incorrect setup of boolean uniform instancesYuri Rubinsky2022-10-091-2/+32
* | Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-6/+1
|/
* Fix material overlay overriding shadow casting logicclayjohn2022-10-071-1/+1
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-39/+40
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-1/+1
* Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-1/+1
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-1/+1
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-10/+10
|\ \
| * | Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-10/+10
| |/
* | Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-6/+5
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-12/+16
|/
* Dummy mesh support was added to the dummy renderer but incomplete. This compl...Bastiaan Olij2022-08-301-0/+32
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-3/+3
* Fix typo in RendererSceneCulltefusion2022-08-221-1/+1
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-30/+30
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-5/+5
* Change RendererSceneRender::GeometryInstance so more code is shared among ren...Bastiaan Olij2022-07-271-48/+48
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-7/+9
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-13/+13
* Fix typo, call mesh_instance_free not mesh_freeBastiaan Olij2022-07-121-1/+1
* Merge pull request #62344 from BastiaanOlij/extract_dependenciesRémi Verschelde2022-07-061-12/+12
|\
| * Split dependency logicBastiaan Olij2022-06-281-12/+12
* | Fix crash in Environment "Canvas" background mode.JFonS2022-06-281-1/+1
|/
* Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij2022-06-221-1/+1
* Initial TAA implementationjfons2022-06-071-5/+33