summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-0/+1
|\
| * Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+1
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+3
|\|
| * Merge pull request #85430 from Calinou/os-expose-rendering-driver-methodThaddeus Crews2024-11-111-0/+3
| |\
| | * Expose RenderingServer methods to get rendering driver and method nameHugo Locurcio2024-10-021-0/+3
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+1
|\| |
| * | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-0/+1
| |\ \
| | * | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-0/+1
* | | | 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
|/ / /
* | / Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+19
| |/ |/|
* | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* | Add external texture support (GLES3)David Snopek2024-09-201-0/+3
* | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-0/+9
* | Fix incorrect parameters for layered textures in Video RAM texture memory pro...BlueCube33102024-09-011-1/+1
* | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-0/+12
|\ \
| * | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-0/+12
* | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+2
|\ \ \
| * | | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+2
| |/ /
* | | Merge pull request #92496 from clayjohn/HDR-2D-sRGBRémi Verschelde2024-08-191-0/+1
|\ \ \ | |/ / |/| |
| * | Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-281-0/+1
* | | Merge pull request #92391 from rburing/fti_3dRémi Verschelde2024-08-161-1/+4
|\ \ \ | |_|/ |/| |
| * | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-1/+4
| |/
* / Remove our ERR_ON_RENDER_THREAD guard, it is not reliableBastiaan Olij2024-07-091-10/+0
|/
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-3/+7
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+9
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-1/+28
* Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+17
* Add new Parallax2D nodemarkdibarry2024-03-031-0/+1
* Implement hooks into rendererBastiaan Olij2024-02-181-0/+35
* Add optional depth fogEidolon2024-02-171-1/+13
* Support custom AABB within MultiMesh resourcesArman Elgudzhyan2024-02-151-0/+3
* Merge pull request #84894 from clayjohn/tangent-error-messageYuri Sizov2024-01-241-0/+3
|\
| * Store ArrayMesh path in RenderingServer for use in error messagesclayjohn2023-11-141-0/+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-3/+7
* | Add autocompletion for RenderingServer's global shader & has_os_featureMicky2024-01-081-0/+4
* | Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-0/+1
|\ \
| * | Implement render info counters for the 2D rendererclayjohn2023-12-061-0/+1
| |/
* / Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-0/+7
|/
* Fix multiple issues with UV compressionclayjohn2023-10-301-1/+1
* Merge pull request #81167 from bitsawer/fix_sdfgi_editor_changeRémi Verschelde2023-10-251-0/+2
|\
| * Reset SDFGI when changing editor scene tabsbitsawer2023-08-301-0/+2
* | Some more fixes for compressed meshesclayjohn2023-10-241-0/+2
* | Implementation of tool to automatically upgrade and re-save meshesclayjohn2023-10-231-1/+11
* | Disable update spinner when debug redraw is activekobewi2023-10-111-0/+1