summaryrefslogtreecommitdiffstats
path: root/servers/rendering_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #79527 from QbieShay/qbe/particles-reworkRémi Verschelde2023-10-101-0/+3
|\
| * Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+3
* | Fix incorrect check in `_dict_to_surf`A Thousand Ships2023-10-091-4/+4
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-115/+542
* Disable `lightmapper_rd` module in non-editor builds (and in Android editor)Hugo Locurcio2023-09-291-0/+1
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-1/+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/+2
|\
| * Add ability to call code on rendering threadJuan Linietsky2023-07-261-0/+2
* | Add custom texture create functionBastiaan Olij2023-07-261-0/+3
|/
* Fix wrong type casting for octahedral tangentsnklbdev2023-07-011-9/+9
* Binding LIGHT_PARAM_INTENSITY in RenderingServerAlex Drozd2023-06-221-0/+1
* Set both texture format overrides to false by defaultAaron Franke2023-06-121-1/+4
* Enable S3TC_BPTC but not ETC2_ASTC by defaultAaron Franke2023-06-091-2/+2
* Merge pull request #74711 from BastiaanOlij/add_texture_native_handleRémi Verschelde2023-05-091-0/+1
|\
| * For GDExternal use, provides access to internal graphics handles for texturesBastiaan Olij2023-05-091-0/+1
* | Merge pull request #73588 from smosages/resolve-display-shader-settings-in-se...Rémi Verschelde2023-05-091-0/+10
|\ \ | |/ |/|
| * Move ShaderWarning definitions into rendering_serversmosages2023-02-251-0/+10
* | Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-1/+11
|\ \
| * | Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+11
* | | Merge pull request #75517 from BastiaanOlij/expose_render_targetMax Hilbrunner2023-05-051-0/+1
|\ \ \
| * | | Expose viewports render targer RIDBastiaan Olij2023-03-311-0/+1
* | | | Merge pull request #74883 from dalexeev/fix-thin-multiline-colorsMax Hilbrunner2023-05-051-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix `draw_multiline_colors()` for `width < 0`Danil Alexeev2023-03-141-0/+1
| |/ /
* | | Fix `setrngth` typo in `particles_collision_set_attractor_strength()`Hugo Locurcio2023-04-131-1/+1
* | | Fix `get_test_texture()` returning an almost fully white textureHugo Locurcio2023-04-041-3/+3
|/ /
* / Merge duplicate rd_texture functionsBastiaan Olij2023-03-101-1/+1
|/
* Exclude platform dependent `rendering/textures/vram_compression/import_*` def...bruvzg2023-02-161-2/+2
* Android: Default Min SDK to 24 for Vulkan mobileRémi Verschelde2023-02-151-2/+2
* Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-131-0/+1
* Expose RenderingServer.canvas_light_blend_modeclayjohn2023-02-021-0/+1
* 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
* | Merge pull request #72343 from clayjohn/editor-canvas-bgRémi Verschelde2023-01-311-1/+6
|\ \
| * | Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn2023-01-301-1/+6
* | | Refactor high quality texture importJuan Linietsky2023-01-301-4/+2
|/ /
* / Remove cap on number of items drawn in frame in 2D gl_compatibility renderclayjohn2023-01-281-1/+1
|/
* Use range iterators in LocalVector loopskobewi2023-01-211-3/+1
* Add mutex when adding geometry instances to the dirty list in the Forward Clu...clayjohn2023-01-201-3/+3
* Merge pull request #71679 from kleonc/draw_polyline_line_stripRémi Verschelde2023-01-201-1/+1
|\
| * CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc2023-01-191-1/+1
* | Fix LOD sort order; checks in add_surface; and document all parameters of `Ar...RedworkDE2023-01-191-0/+2
|/
* Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-2/+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-38/+38
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-119/+55
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-119/+55
* | 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