summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Enable S3TC_BPTC but not ETC2_ASTC by defaultAaron Franke2023-06-091-2/+2
* Merge pull request #77703 from RandomShaper/fix_vol_fog_thingyRémi Verschelde2023-06-092-18/+26
|\
| * Fix management of life cycle of vol. fog related uniform setsPedro J. Estébanez2023-05-312-18/+26
* | Merge pull request #76977 from manueldun/light-shader-builtinsRémi Verschelde2023-06-096-5/+29
|\ \
| * | Enable the use of all builtins on the light shaderManuel Dun2023-06-086-5/+29
* | | Merge pull request #74937 from bitsawer/fix_uniform_storageRémi Verschelde2023-06-093-562/+429
|\ \ \
| * | | Fix shader uniform storage conversions and crashbitsawer2023-05-293-562/+429
* | | | Document the InitialAction enum in RenderingDeviceHugo Locurcio2023-06-081-9/+9
* | | | Merge pull request #77170 from lawnjelly/scu_build_masterRémi Verschelde2023-06-066-87/+35
|\ \ \ \
| * | | | Single Compilation Unit build.lawnjelly2023-06-066-87/+35
| | |_|/ | |/| |
* | | | Merge pull request #77839 from mihe/physics-engine-restartYuri Sizov2023-06-062-0/+2
|\ \ \ \
| * | | | Change the "Physics Engine" project settings to prompt a restartMikael Hermansson2023-06-042-0/+2
| |/ / /
* / / / Use depth pass mode with normals if required even if Environment is nullArman Elgudzhyan2023-06-031-0/+2
|/ / /
* / / Fix shader preprocessor cyclic include handlingbitsawer2023-05-291-2/+3
|/ /
* | Merge pull request #77514 from bruvzg/fix_dup_breaksYuri Sizov2023-05-271-16/+42
|\ \
| * | [TextServer] Prevent duplicate line breaks on virtual spaces when line width ...bruvzg2023-05-261-16/+42
* | | Merge pull request #75181 from dalexeev/fix-light-only-modeYuri Sizov2023-05-272-3/+13
|\ \ \
| * | | Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-132-3/+13
* | | | Changed Subtract blend mode of Forward+ and Mobile renderers to match behavio...Allen Pestaluky2023-05-263-6/+6
| |/ / |/| |
* | | Merge pull request #77294 from puchik/lod-resolution-scalingRémi Verschelde2023-05-241-1/+6
|\ \ \
| * | | Take 3D resolution scaling into account for mesh LODArman Elgudzhyan2023-05-201-1/+6
* | | | Merge pull request #77079 from kleonc/y_sort_fix_modulation_propagationRémi Verschelde2023-05-241-5/+6
|\ \ \ \
| * | | | Fix modulation propagation for Y-sorted CanvasItemskleonc2023-05-151-5/+6
| | |/ / | |/| |
* | | | Merge pull request #76053 from MightiestGoat/fix-sky-auto-exposureRémi Verschelde2023-05-241-1/+1
|\ \ \ \
| * | | | Fix the grainy sky while using debandingmightygoat2023-04-151-1/+1
* | | | | Merge pull request #71684 from kleonc/draw_polyline_simplify_antialiasedRémi Verschelde2023-05-241-165/+68
|\ \ \ \ \
| * | | | | RendererCanvasCull Simplify drawing antialiased polylinekleonc2023-01-191-165/+68
* | | | | | Merge pull request #77327 from BastiaanOlij/fix_gi_and_fog_freeRémi Verschelde2023-05-222-17/+49
|\ \ \ \ \ \
| * | | | | | Conditionally free GI and FOG resources, they may not have been createdBastiaan Olij2023-05-222-17/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #77326 from BastiaanOlij/fix_material_dependenciesRémi Verschelde2023-05-222-1/+24
|\ \ \ \ \ \
| * | | | | | Properly clear material slots on mesh instance when material is freedBastiaan Olij2023-05-222-1/+24
| |/ / / / /
* | | | | | [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-224-0/+11
* | | | | | Merge pull request #77266 from Rindbee/fix-bugs-in-TextureStorage-texture_3d_...Rémi Verschelde2023-05-221-2/+2
|\ \ \ \ \ \
| * | | | | | Fix calling `TextureStorage::texture_3d_update()` could cause a crashRindbee2023-05-221-2/+2
| |/ / / / /
* | | | | | Merge pull request #77265 from lyuma/aabb_bone_lod_insideRémi Verschelde2023-05-221-2/+2
|\ \ \ \ \ \
| * | | | | | Fix AABB for unused bonesLyuma2023-05-191-2/+2
| |/ / / / /
* / / / / / (Re-)Implemented Light3D's property "shadow_reverse_cull_face"Markus Grafen2023-05-195-5/+19
|/ / / / /
* | | | | Merge pull request #77171 from rburing/support_thresholds_3dYuri Sizov2023-05-181-15/+22
|\ \ \ \ \
| * | | | | Restore edge and face support thresholds in 3DRicardo Buring2023-05-171-15/+22
* | | | | | Fix a typo in the debug shadow split rendererBastiaan Olij2023-05-181-1/+1
|/ / / / /
* | | | | Merge pull request #77089 from DearthDev/lightmapgi-dynamic-objectsRémi Verschelde2023-05-171-2/+2
|\ \ \ \ \
| * | | | | Correctly insert lightmap captures and geometries.dearthdev2023-05-151-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #75250 from bruvzg/lbl_rtl_jst_flagsRémi Verschelde2023-05-163-2/+25
|\ \ \ \ \
| * | | | | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-153-2/+25
* | | | | | Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-162-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-202-0/+2
* | | | | | Merge pull request #77086 from Chaosus/shaders_fix_render_mode_completionYuri Rubinsky2023-05-151-0/+6
|\ \ \ \ \ \
| * | | | | | Exclude incorrect completion options for `render_mode` in shadersYuri Rubinsky2023-05-151-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #76565 from clayjohn/debug-PSSM-splitsRémi Verschelde2023-05-1510-6/+114
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Re-implement the PSSM_SPLITS debug optionclayjohn2023-04-2810-6/+114