summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde2022-12-231-0/+1
|\
| * Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-231-0/+1
* | Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-1/+1
|/
* Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-1/+0
* Expose texture_get_rd_texturePatrick Dawson2022-11-031-0/+2
* Viewport canvas cull mask featureBimDav2022-10-311-0/+2
* Merge pull request #64710 from MinusKube/window-size-crashClay John2022-10-271-0/+2
|\
| * Prevent windows from having a size greater than device limitMinusKube2022-09-041-0/+2
* | Implement multiple clip_children modes for CanvasItemsclayjohn2022-10-141-1/+2
* | Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-0/+6
|/
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-2/+2
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-2/+2
* | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-22/+22
|\ \
| * | Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-22/+22
| |/
* | Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde2022-09-011-2/+2
|\ \
| * | Add Environment properties to control fog rendering on background skyHugo Locurcio2022-09-011-2/+2
* | | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-9/+13
| |/ |/|
* | Add a per-light volumetric fog energy propertyHugo Locurcio2022-08-301-1/+1
|/
* Merge pull request #63003 from Geometror/msaa-2dRémi Verschelde2022-08-301-1/+2
|\