summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_server_default.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+2
|\
| * Implement thread ownership change for RenderingDevicePedro J. Estébanez2024-10-211-0/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+10
* [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-121-6/+4
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-4/+10
* Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-63/+63
* Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-43/+19
* Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-2/+1
* Increase coverage of timestamps for visual profilerclayjohn2024-04-031-0/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+10
* Disable XR server when compiling without 3DAaron Franke2024-03-131-0/+2
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-3/+7
* Deprecate RenderingServer's `has_feature` and Features enumMicky2024-01-101-0/+2
* Merge pull request #85520 from YuriSizov/rendering-gracefully-leak-canvas-itemsRémi Verschelde2024-01-091-0/+1
|\
| * Avoid crashes when engine leaks canvas items and friendsYuri Sizov2023-12-201-0/+1
* | Skip swapchain logic if there is nothing to present (Android OpenXR)Bastiaan Olij2024-01-081-4/+1
|/
* Add thread guard for force_draw and update relared docjsjtxietian2023-11-101-0/+1
* Add vararg call() method to C++ Callablekobewi2023-10-051-3/+1
* Merge pull request #82101 from bruvzg/x11_glesRémi Verschelde2023-10-041-1/+1
|\
| * [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-041-1/+1
* | Fix drawing of viewports without swapping buffersPedro J. Estébanez2023-10-031-1/+1
|/
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+1
* Add ability to call code on rendering threadJuan Linietsky2023-07-261-0/+6
* Fix crash when calling get_video_adapter_* in a threaduniveous2023-07-191-12/+0
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-1/+1
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-121-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #64710 from MinusKube/window-size-crashClay John2022-10-271-0/+8
|\
| * Prevent windows from having a size greater than device limitMinusKube2022-09-041-0/+8
* | Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn2022-09-121-1/+4
|/
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Split dependency logicBastiaan Olij2022-06-281-25/+26
* Merge pull request #61221 from BastiaanOlij/split_gi_effectsRémi Verschelde2022-06-231-0/+1
|\
| * Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij2022-06-221-0/+1
* | Merge pull request #35758 from zmanuel/eliminate-draw-pendingRémi Verschelde2022-06-221-6/+1
|\ \ | |/ |/|
| * Remove redundant thread sync counter draw_pendingManuel Moos2021-03-211-6/+1
* | Ensure has_os_features is safely called as it can't be called from within the...Bastiaan Olij2022-06-011-1/+7
* | Merge pull request #60643 from clayjohn/GLES3-3DRémi Verschelde2022-05-121-5/+1
|\ \
| * | SkyShaders workingclayjohn2022-05-111-5/+1
* | | Add a new HashMap implementationreduz2022-05-121-3/+3
|/ /
* | Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio2022-05-031-0/+4
* | Moved particles into ParticlesStorageBastiaan Olij2022-04-171-1/+2
* | Move light, reflection probe and lightmap into LightStorageBastiaan Olij2022-04-171-0/+1
* | Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-171-2/+0
* | Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij2022-04-021-0/+1
* | Extract global variable, shader and material storageBastiaan Olij2022-03-311-0/+1