| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented multimesh_get_buffer_rd_rid function into RenderingServer. | David House | 2024-11-14 | 1 | -0/+1 |
* | Merge pull request #96705 from elmajime/camera_from_external_feed | Thaddeus Crews | 2024-11-04 | 1 | -3/+1 |
|\ |
|
| * | Added external camera feed from external plugin on Android | maxime.chambefort | 2024-10-30 | 1 | -3/+1 |
* | | Merge pull request #85338 from EMBYRDEV/shadow-caster-mask | Thaddeus Crews | 2024-10-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add `shadow_caster_mask` to Light3D. | Hannah Crawford | 2024-08-12 | 1 | -0/+1 |
* | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add... | Dario | 2024-10-02 | 1 | -25/+68 |
* | | Add external texture support (GLES3) | David Snopek | 2024-09-20 | 1 | -0/+13 |
* | | Expose a function to create textures from a native handle in the compatibilit... | David Snopek | 2024-09-19 | 1 | -0/+5 |
* | | Merge pull request #91818 from rburing/fti_multimesh | Rémi Verschelde | 2024-08-20 | 1 | -0/+5 |
|\ \ |
|
| * | | Fixed Timestep Interpolation: MultiMesh | Ricardo Buring | 2024-08-18 | 1 | -0/+5 |
* | | | Merge pull request #89919 from BlueCube3310/bicubic-lightmap | Rémi Verschelde | 2024-08-20 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Implement support for bicubic lightmap filtering | BlueCube3310 | 2024-08-19 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge pull request #92496 from clayjohn/HDR-2D-sRGB | Rémi Verschelde | 2024-08-19 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ensure MovieWriter output is in gamma space when using HDR 2D | clayjohn | 2024-05-28 | 1 | -0/+1 |
| |/ |
|
* / | Fixed Timestep Interpolation (3D) | Ricardo Buring | 2024-07-07 | 1 | -1/+4 |
|/ |
|
* | Add antialias support for CanvasItem draw primitives | Yaohua Xiong | 2024-05-13 | 1 | -3/+3 |
* | Apply additional fixes to servers' threading | Pedro J. Estébanez | 2024-05-08 | 1 | -8/+19 |
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+1 |
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 1 | -0/+4 |
* | Misc code cleanup | kobewi | 2024-04-26 | 1 | -4/+0 |
* | Use WorkerThreadPool for Server threads | Juan Linietsky | 2024-04-10 | 1 | -9/+12 |
* | Add support for OpenXR composition layers | David Snopek | 2024-04-04 | 1 | -0/+1 |
* | Fixed Timestep Interpolation (2D) | Ricardo Buring | 2024-03-23 | 1 | -0/+17 |
* | Add new Parallax2D node | markdibarry | 2024-03-03 | 1 | -0/+1 |
* | Implement hooks into renderer | Bastiaan Olij | 2024-02-18 | 1 | -1/+18 |
* | Add optional depth fog | Eidolon | 2024-02-17 | 1 | -1/+3 |
* | Support custom AABB within MultiMesh resources | Arman Elgudzhyan | 2024-02-15 | 1 | -0/+3 |
* | Merge pull request #84894 from clayjohn/tangent-error-message | Yuri Sizov | 2024-01-24 | 1 | -0/+3 |
|\ |
|
| * | Store ArrayMesh path in RenderingServer for use in error messages | clayjohn | 2023-11-14 | 1 | -0/+3 |
* | | Merge pull request #86073 from m4rr5/add_reflection_mask | Yuri Sizov | 2024-01-22 | 1 | -0/+1 |
|\ \ |
|
| * | | Add a reflection mask to the reflection probes. | Marcel Offermans | 2024-01-20 | 1 | -0/+1 |
* | | | Add THREADS_ENABLED macro in order to compile Godot to run on the main thread | Adam Scott | 2024-01-17 | 1 | -1/+1 |
|/ / |
|
* | | Deprecate RenderingServer's `has_feature` and Features enum | Micky | 2024-01-10 | 1 | -0/+2 |
* | | Transform mesh's AABB to skeleton's space when calculate mesh's bounds. | ShirenY | 2023-12-09 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #81167 from bitsawer/fix_sdfgi_editor_change | Rémi Verschelde | 2023-10-25 | 1 | -0/+2 |
|\ |
|
| * | Reset SDFGI when changing editor scene tabs | bitsawer | 2023-08-30 | 1 | -0/+2 |
* | | Disable update spinner when debug redraw is active | kobewi | 2023-10-11 | 1 | -0/+1 |
* | | Merge pull request #79169 from reduz/debug-canvas-item-redraw | Rémi Verschelde | 2023-10-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Debug CanvasItem redraw | Juan Linietsky | 2023-08-28 | 1 | -0/+2 |
| |/ |
|
* / | Particle internal refactor and additions for more artistic control | QbieShay | 2023-10-10 | 1 | -0/+3 |
|/ |
|
* | Add option to enable HDR rendering in 2D | clayjohn | 2023-08-07 | 1 | -0/+1 |
* | Merge pull request #79696 from reduz/call-on-render-thread | Yuri Sizov | 2023-07-31 | 1 | -0/+11 |
|\ |
|
| * | Add ability to call code on rendering thread | Juan Linietsky | 2023-07-26 | 1 | -0/+11 |
* | | Add custom texture create function | Bastiaan Olij | 2023-07-26 | 1 | -0/+4 |
|/ |
|
* | Fix crash when calling get_video_adapter_* in a thread | univeous | 2023-07-19 | 1 | -14/+17 |
* | For GDExternal use, provides access to internal graphics handles for textures | Bastiaan Olij | 2023-05-09 | 1 | -0/+1 |
* | Expose viewports render targer RID | Bastiaan Olij | 2023-03-31 | 1 | -0/+1 |
* | Merge duplicate rd_texture functions | Bastiaan Olij | 2023-03-10 | 1 | -1/+1 |
* | Move some worker_thread_pool.h includes out of header files | myaaaaaaaaa | 2023-02-13 | 1 | -0/+1 |
* | Merge pull request #72075 from Maran23/extents-to-size | Rémi Verschelde | 2023-02-01 | 1 | -3/+3 |
|\ |
|