summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_scene_cull.cpp
AgeCommit message (Expand)Author
2022-10-04Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-04Replace AABB has_no_volume with has_volumeAaron Franke
2022-09-02Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde
2022-09-02Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde
2022-09-01Change Array arguments to TypedArraykobewi
2022-09-01Extracting render buffers and changing it to a more generic solutionBastiaan Olij
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-08-30Dummy mesh support was added to the dummy renderer but incomplete. This compl...Bastiaan Olij
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-22Fix typo in RendererSceneCulltefusion
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-07-28Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio
2022-07-27Change RendererSceneRender::GeometryInstance so more code is shared among ren...Bastiaan Olij
2022-07-25Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-12Fix typo, call mesh_instance_free not mesh_freeBastiaan Olij
2022-07-06Merge pull request #62344 from BastiaanOlij/extract_dependenciesRémi Verschelde
2022-06-28Fix crash in Environment "Canvas" background mode.JFonS
2022-06-28Split dependency logicBastiaan Olij
2022-06-22Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij
2022-06-07Initial TAA implementationjfons
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-11opengl3 driver now works on windows including multi windowderammo
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-04-26Fix "ortogonal" -> "orthogonal" typo in rasterizer codeHugo Locurcio
2022-04-17Moved particles into ParticlesStorageBastiaan Olij
2022-04-17Move light, reflection probe and lightmap into LightStorageBastiaan Olij
2022-04-17Merge canvas and decal into TextureStorage and add render targetBastiaan Olij
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij
2022-03-31Extract global variable, shader and material storageBastiaan Olij
2022-03-21Extract Decal and Decal atlas from Storage classBastiaan Olij
2022-03-17Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enumHugo Locurcio
2022-03-04Tweak render timestamp names for explicitness and consistencyHugo Locurcio
2022-02-15Add Particle Shader Userdatareduz
2022-02-05Remove RID_Owner.get_rid_by_indexreduz
2022-01-05Added material_overlay property to MeshInstance3DFernando Cosentino
2022-01-04Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Fix transparency state initializationjfons
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-28Merge pull request #54222 from JFonS/instance-fadeRémi Verschelde
2021-10-25Fix shadow disabling settingsjfons