| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | 2022-08-04 | 1 | -30/+30 |
| * | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio | 2022-07-28 | 1 | -5/+5 |
| * | Change RendererSceneRender::GeometryInstance so more code is shared among ren... | Bastiaan Olij | 2022-07-27 | 1 | -48/+48 |
| * | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky | 2022-07-25 | 1 | -7/+9 |
| * | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -13/+13 |
| * | Fix typo, call mesh_instance_free not mesh_free | Bastiaan Olij | 2022-07-12 | 1 | -1/+1 |
| * | Merge pull request #62344 from BastiaanOlij/extract_dependencies | Rémi Verschelde | 2022-07-06 | 1 | -12/+12 |
| |\ |
|
| | * | Split dependency logic | Bastiaan Olij | 2022-06-28 | 1 | -12/+12 |
| * | | Fix crash in Environment "Canvas" background mode. | JFonS | 2022-06-28 | 1 | -1/+1 |
| |/ |
|
| * | Split GI effects and fix stereoscopic rendering of GI effects | Bastiaan Olij | 2022-06-22 | 1 | -1/+1 |
| * | Initial TAA implementation | jfons | 2022-06-07 | 1 | -5/+33 |
| * | Add a new HashSet template | reduz | 2022-05-20 | 1 | -6/+6 |
| * | Use range iterators for RBSet in most cases | Aaron Record | 2022-05-19 | 1 | -34/+34 |
| * | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -24/+24 |
| * | opengl3 driver now works on windows including multi window | derammo | 2022-05-11 | 1 | -2/+5 |
| * | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke | 2022-05-03 | 1 | -8/+8 |
| * | Rename Basis "elements" to "rows" | Aaron Franke | 2022-04-29 | 1 | -1/+1 |
| * | Fix "ortogonal" -> "orthogonal" typo in rasterizer code | Hugo Locurcio | 2022-04-26 | 1 | -10/+10 |
| * | Moved particles into ParticlesStorage | Bastiaan Olij | 2022-04-17 | 1 | -17/+17 |
| * | Move light, reflection probe and lightmap into LightStorage | Bastiaan Olij | 2022-04-17 | 1 | -81/+81 |
| * | Merge canvas and decal into TextureStorage and add render target | Bastiaan Olij | 2022-04-17 | 1 | -1/+1 |
| * | Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage | Bastiaan Olij | 2022-04-02 | 1 | -24/+24 |
| * | Extract global variable, shader and material storage | Bastiaan Olij | 2022-03-31 | 1 | -24/+24 |
| * | Extract Decal and Decal atlas from Storage class | Bastiaan Olij | 2022-03-21 | 1 | -1/+1 |
| * | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio | 2022-03-17 | 1 | -3/+3 |
| * | Tweak render timestamp names for explicitness and consistency | Hugo Locurcio | 2022-03-04 | 1 | -14/+14 |
| * | Add Particle Shader Userdata | reduz | 2022-02-15 | 1 | -0/+9 |
| * | Remove RID_Owner.get_rid_by_index | reduz | 2022-02-05 | 1 | -2/+6 |
| * | Added material_overlay property to MeshInstance3D | Fernando Cosentino | 2022-01-05 | 1 | -0/+25 |
| * | Merge pull request #56305 from Calinou/rename-lod-threshold | Rémi Verschelde | 2022-01-04 | 1 | -9/+9 |
| |\ |
|
| | * | Rename Lod Threshold to Mesh Lod Threshold | Hugo Locurcio | 2021-12-29 | 1 | -9/+9 |
| * | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| |/ |
|
| * | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
| * | Fix transparency state initialization | jfons | 2021-11-12 | 1 | -0/+3 |
| * | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -0/+4 |
| * | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn | 2021-10-28 | 1 | -3/+47 |
| * | Merge pull request #54222 from JFonS/instance-fade | Rémi Verschelde | 2021-10-28 | 1 | -70/+139 |
| |\ |
|
| | * | Implement distance fade and transparency | JFonS | 2021-10-25 | 1 | -14/+97 |
| | * | Fix state inconsistencies in visibility dependencies. | jfons | 2021-10-25 | 1 | -57/+43 |
| * | | Fix shadow disabling settings | jfons | 2021-10-25 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #53790 from briansemrau/remove-distant-shadowy-void | Rémi Verschelde | 2021-10-19 | 1 | -1/+1 |
| |\ |
|
| | * | Fix several issues with directional shadows | Brian Semrau | 2021-10-14 | 1 | -1/+1 |
| * | | Swap args of Plane(point, normal) constructor | mennomax | 2021-10-15 | 1 | -1/+1 |
| |/ |
|
| * | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -5/+5 |
| * | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio | 2021-09-29 | 1 | -53/+53 |
| * | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra | 2021-09-21 | 1 | -3/+3 |
| * | Improvements to SpotLight3D and OmniLight3D's shadows | jfons | 2021-08-19 | 1 | -8/+3 |
| * | Merge pull request #51025 from reduz/fix-directional-shadow-bias | Rémi Verschelde | 2021-08-13 | 1 | -71/+4 |
| |\ |
|
| | * | Fix directional shadow bias | reduz | 2021-07-29 | 1 | -71/+4 |
| * | | Some work on double support | Aaron Franke | 2021-08-09 | 1 | -2/+2 |
| |/ |
|