summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed minimum size of aabb in ImmediateMesh to draw only one vertexSilc 'Tokage' Renew2021-12-021-32/+30
* Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-231-7/+31
* Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-121-2/+2
* Use Callable in RS::request_frame_drawn_callbackBrian Semrau2021-11-051-1/+1
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-0/+37
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-3/+17
* Implement distance fade and transparencyJFonS2021-10-251-1/+6
* Merge pull request #53992 from Calinou/hard-shadow-mapping-allow-ditheringRémi Verschelde2021-10-221-4/+5
|\
| * Add Soft Very Low shadow quality mode for 3DHugo Locurcio2021-10-211-4/+5
* | doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde2021-10-201-0/+6
|/
* Fix auto LOD generation for blendshapes.Joan Fons2021-10-091-1/+1
* Allow any floating-point value as a 3D rendering scale optionHugo Locurcio2021-10-081-9/+3
* Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio2021-10-071-1/+1
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-1/+1
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-0/+1
* Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde2021-09-131-1/+0
|\
| * Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio2021-08-251-1/+0
* | 8 uvs for glTF2, URI decode and Vertex Custom api.Lyuma2021-09-101-4/+13
* | Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-091-0/+6
* | Optionally scale 3D render contentBastiaan Olij2021-08-261-0/+13
|/
* Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-1/+1
* Fix the Use Nearest Mipmap Filter project setting not workingHugo Locurcio2021-08-121-2/+2
* Decrease the default depth of field bokeh qualityHugo Locurcio2021-08-111-2/+2
* Some work on double supportAaron Franke2021-08-091-1/+1
* Handle 32-bit and 64-bit floats for tangents/weights in RenderingServerAaron Franke2021-08-011-30/+55
* Expose Vulkan's clustered and mobile backends in the project managerHugo Locurcio2021-07-301-3/+3
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+11
* Merge pull request #50618 from reduz/implement-more-specialization-constantsRémi Verschelde2021-07-201-0/+21
|\
| * Implement more rendering options as specialization constantsreduz2021-07-191-0/+21
* | Explicitly cast to float when creating a float arrayAaron Franke2021-07-191-4/+4
|/
* Fix warning message spam when a VoxelGI node is selected in the editorHugo Locurcio2021-07-061-1/+0
* Fix Render Inforeduz2021-07-031-16/+13
* Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio2021-07-021-4/+0
* Merge pull request #50040 from reduz/fix-renderingserver-bindingsRémi Verschelde2021-07-011-392/+859
|\
| * Clean up RenderingServer and its bindingsreduz2021-07-011-392/+859
* | Import mesh colors in 8BPP.reduz2021-06-301-9/+11
|/
* Deprecate ImmediateGeometryreduz2021-06-301-21/+1
* Implement visibility range and dependencies.jfons2021-06-141-2/+2
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-0/+2
* Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde2021-06-111-0/+4
|\
| * Implement lossless WebP encodingMorris Tabor2021-06-111-0/+4
* | Fix tangent importingreduz2021-06-111-1/+3
* | Rename GI Classesreduz2021-06-051-31/+31
|/
* Implement shader cachingreduz2021-05-311-0/+6
* Fix typos with codespellRémi Verschelde2021-05-201-2/+2
* Fixes missng 2D engine bitsreduz2021-05-111-0/+2
* Assorted fixes to UV unwrapping and GPU lightmapperjfons2021-05-031-2/+2
* Create mobile rendererBastiaan Olij2021-05-031-2/+6
* fix-tangents-on-rendering-serverStefan Boronczyk2021-05-011-1/+1