summaryrefslogtreecommitdiff
path: root/servers/rendering/dummy/storage
AgeCommit message (Expand)Author
2023-02-06Implement cull_mask for decals and lights in mobile and compatibility backendsclayjohn
2023-02-01Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde
2023-01-31Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl
2023-01-27Automatically transform Skeleton2D calculations so pivots are not neededclayjohn
2023-01-20Sort decals and lights based on camera originclayjohn
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-23Cleanup and improve sky renderBastiaan Olij
2022-11-18RenderDummy::TextureStorage::texture_replace add missing null checkdzil123
2022-11-17RendererDummy fix buffer overflow due to mesh_get_surfacedzil123
2022-11-14Add GPUParticles to the OpenGL3 renderer.clayjohn
2022-11-11Merge pull request #68186 from pkdawson/expose-texture-rdRémi Verschelde
2022-11-07Surface AABBs are now set for mesh surfaces even in headless mode. Sponsored ...Gábor Pál Korom
2022-11-03Collapse three seperate texture storage methods into render_target_set_overri...David Snopek
2022-11-03Expose texture_get_rd_texturePatrick Dawson
2022-10-28Merge pull request #67112 from Chaosus/fix_boolean_uniform_instancesYuri Rubinsky
2022-10-27Merge pull request #64710 from MinusKube/window-size-crashClay John
2022-10-09Fix incorrect setup of boolean uniform instancesYuri Rubinsky
2022-10-05Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij
2022-10-04Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij
2022-09-07Fix crash when executing `VisualShaderNodeParticleMeshEmitter.set_mesh` with ...Haoyu Qiu
2022-09-05Fix crash when executing `CSGMesh3D.set_mesh` with headless GodotHaoyu Qiu
2022-09-04Prevent windows from having a size greater than device limitMinusKube
2022-09-02Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-08-31Remove unnecessary `print_line` in RendererDummyHaoyu Qiu
2022-08-30Merge pull request #65068 from BastiaanOlij/fix_dummy_mesh_allocationRémi Verschelde
2022-08-30Dummy mesh support was added to the dummy renderer but incomplete. This compl...Bastiaan Olij
2022-08-13Implement MSAA for 2D [Vulkan only]Hendrik Brucker
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-08-01fix for headless collision shape generationJakub Grzesik
2022-07-28Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-22Clean up Shader Preprocessorreduz
2022-07-17Adding Variable Rate Shading support to GodotBastiaan Olij
2022-06-28Split dependency logicBastiaan Olij
2022-05-24Add clipping, backbuffer, and CanvasGroups to 2D GLES3 rendererclayjohn
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-16Split dummy renderer classes into separate filesBastiaan Olij