summaryrefslogtreecommitdiff
path: root/servers/rendering_server.cpp
AgeCommit message (Expand)Author
2021-12-02Fixed minimum size of aabb in ImmediateMesh to draw only one vertexSilc 'Tokage' Renew
2021-11-23Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm
2021-11-12Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky
2021-11-05Use Callable in RS::request_frame_drawn_callbackBrian Semrau
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-25Implement distance fade and transparencyJFonS
2021-10-22Merge pull request #53992 from Calinou/hard-shadow-mapping-allow-ditheringRémi Verschelde
2021-10-21Add Soft Very Low shadow quality mode for 3DHugo Locurcio
2021-10-20doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde
2021-10-09Fix auto LOD generation for blendshapes.Joan Fons
2021-10-08Allow any floating-point value as a 3D rendering scale optionHugo Locurcio
2021-10-07Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio
2021-10-03GLTF for game templates.K. S. Ernest (iFire) Lee
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
2021-09-108 uvs for glTF2, URI decode and Vertex Custom api.Lyuma
2021-09-09Expose Vulkan internal values for access from extensionsBastiaan Olij
2021-08-26Optionally scale 3D render contentBastiaan Olij
2021-08-25Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio
2021-08-12Use the Unicode multiplication symbol where relevantHugo Locurcio
2021-08-12Fix the Use Nearest Mipmap Filter project setting not workingHugo Locurcio
2021-08-11Decrease the default depth of field bokeh qualityHugo Locurcio
2021-08-09Some work on double supportAaron Franke
2021-08-01Handle 32-bit and 64-bit floats for tangents/weights in RenderingServerAaron Franke
2021-07-30Expose Vulkan's clustered and mobile backends in the project managerHugo Locurcio
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #50618 from reduz/implement-more-specialization-constantsRémi Verschelde
2021-07-19Implement more rendering options as specialization constantsreduz
2021-07-19Explicitly cast to float when creating a float arrayAaron Franke
2021-07-06Fix warning message spam when a VoxelGI node is selected in the editorHugo Locurcio
2021-07-03Fix Render Inforeduz
2021-07-02Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio
2021-07-01Merge pull request #50040 from reduz/fix-renderingserver-bindingsRémi Verschelde
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-30Import mesh colors in 8BPP.reduz
2021-06-30Deprecate ImmediateGeometryreduz
2021-06-14Implement visibility range and dependencies.jfons
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-06-11Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde
2021-06-11Fix tangent importingreduz
2021-06-11Implement lossless WebP encodingMorris Tabor
2021-06-05Rename GI Classesreduz
2021-05-31Implement shader cachingreduz
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-11Fixes missng 2D engine bitsreduz
2021-05-03Assorted fixes to UV unwrapping and GPU lightmapperjfons
2021-05-03Create mobile rendererBastiaan Olij
2021-05-01fix-tangents-on-rendering-serverStefan Boronczyk