summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* 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
* | 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
* | Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-12/+30
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-0/+2
|/
* 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/+2
|\
| * Add ability to call code on rendering threadJuan Linietsky2023-07-261-0/+2
* | Add custom texture create functionBastiaan Olij2023-07-261-0/+3
|/
* For GDExternal use, provides access to internal graphics handles for texturesBastiaan Olij2023-05-091-0/+1
* Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-0/+2
|\
| * Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-0/+2
* | Expose viewports render targer RIDBastiaan Olij2023-03-311-0/+1
|/
* Merge duplicate rd_texture functionsBastiaan Olij2023-03-101-1/+1
* Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-131-1/+0
* Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde2023-02-011-3/+3
|\
| * Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-3/+3
* | Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn2023-01-301-1/+9
|/
* CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc2023-01-191-1/+1
* Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-3/+3
* Merge pull request #71309 from BastiaanOlij/improve_renderscaling_optionsRémi Verschelde2023-01-141-1/+2
|\
| * Improving communication of scaling settings to renderer implementationBastiaan Olij2023-01-131-1/+2
* | Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-121-0/+1
|/
* Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-6/+6