summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_server_default.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@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-3/+1
|\|
| * Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-3/+1
| |\
| | * Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-3/+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-25/+68
* | Add external texture support (GLES3)David Snopek2024-09-201-0/+13
* | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-191-0/+5
* | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-201-0/+5
|\ \
| * | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-0/+5
* | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-201-0/+1
|\ \ \
| * | | Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+1
| |/ /
* | | 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
| |/
* / Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-1/+4
|/
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-3/+3
* Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-8/+19
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+1
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+4
* Misc code cleanupkobewi2024-04-261-4/+0
* Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-9/+12
* 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-1/+18
* Add optional depth fogEidolon2024-02-171-1/+3
* 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
* | Merge pull request #86073 from m4rr5/add_reflection_maskYuri Sizov2024-01-221-0/+1
|\ \
| * | Add a reflection mask to the reflection probes.Marcel Offermans2024-01-201-0/+1
* | | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-1/+1
|/ /
* | Deprecate RenderingServer's `has_feature` and Features enumMicky2024-01-101-0/+2
* | Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-0/+2
|/
* 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
* | Disable update spinner when debug redraw is activekobewi2023-10-111-0/+1
* | Merge pull request #79169 from reduz/debug-canvas-item-redrawRémi Verschelde2023-10-111-0/+2
|\ \
| * | Debug CanvasItem redrawJuan Linietsky2023-08-281-0/+2
| |/
* / Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+3
|/
* Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+1
* Merge pull request #79696 from reduz/call-on-render-threadYuri Sizov2023-07-311-0/+11
|\
| * Add ability to call code on rendering threadJuan Linietsky2023-07-261-0/+11
* | Add custom texture create functionBastiaan Olij2023-07-261-0/+4
|/
* Fix crash when calling get_video_adapter_* in a threaduniveous2023-07-191-14/+17