summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+1
|\
| * Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-241-0/+1
| |\
| | * Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-0/+1
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/ /
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+12
* | Implement vertex shadingywmaa2024-09-291-2/+1
* | Add external texture support (GLES3)David Snopek2024-09-201-0/+1
* | Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-191-0/+5
|\ \
| * | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-0/+5
* | | Betsy: Add caching and BC1 compression supportBlueCube33102024-09-111-0/+1
|/ /
* | 2D: Add batching to RendererCanvasRenderRDStuart Carnie2024-09-121-0/+1
* | Expose the function 'RenderingServer.canvas_item_attach_skeleton'Hei2024-08-251-0/+1
* | Merge pull request #91535 from BlueCube3310/betsy-bc6hRémi Verschelde2024-08-211-0/+1
|\ \
| * | Add Betsy to speed up BC6 compressionBlueCube33102024-08-181-0/+1
* | | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-0/+7
|\ \ \
| * | | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-0/+7
| |/ /
* / / Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+2
|/ /
* / Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+2
|/
* Fix AABB computation for position compression to not depend on vertex orderArseny Kapoulkine2024-07-031-16/+18
* Add more validation to UBO size and alignment in Compatibility rendererclayjohn2024-06-141-1/+1
* Improve Mesh class descriptionMateus Elias2024-05-261-0/+1
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-3/+3
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-1/+7
* Merge pull request #91372 from clayjohn/RS-blend-shape-tangentRémi Verschelde2024-05-011-0/+4
|\
| * Enable tangents in blend shape format when using normalsclayjohn2024-04-301-0/+4
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+1
|/
* Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-9/+0
* Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+9
* Add new Parallax2D nodemarkdibarry2024-03-031-0/+1
* Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-3/+3
|\
| * Optimise Object's `get_argument_options`Micky2024-02-291-3/+3
* | Merge pull request #88738 from clayjohn/mesh_compression-tangentsRémi Verschelde2024-02-271-2/+4
|\ \
| * | Avoid singularity when generated tangents and validate that tangents are good...clayjohn2024-02-231-2/+4
| |/
* / Properly calculate binormal when creating SurfaceTool from arraysclayjohn2024-02-231-1/+1
|/
* Implement hooks into rendererBastiaan Olij2024-02-181-0/+28
* Add optional depth fogEidolon2024-02-171-1/+5
* Support custom AABB within MultiMesh resourcesArman Elgudzhyan2024-02-151-0/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-3/+3
* Add a reflection mask to the reflection probes.Marcel Offermans2024-01-201-0/+1
* Deprecate RenderingServer's `has_feature` and Features enumMicky2024-01-101-4/+7
* Merge pull request #86798 from Mickeon/autocompletion-rendering-serverRémi Verschelde2024-01-091-0/+19
|\
| * Add autocompletion for RenderingServer's global shader & has_os_featureMicky2024-01-081-0/+19
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-081-1/+0
|/
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | Fix unlimited project option ranges that could cause crashes.G-Shadow2023-12-221-8/+8
|/
* Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-0/+1
|\