Rémi Verschelde
072e77ab40
mbedtls: Disable ASM when compiling with LLVM MemorySanitizer (MSAN)
2025-04-02 12:16:58 +02:00
Thaddeus Crews
d032c1170a
Merge pull request #104521 from Chubercik/pcre2-10.45
...
pcre2: Update to 10.45
2025-03-25 11:09:11 -05:00
Fabio Alessandrelli
0b0655aee4
mbedTLS: Update to version 3.6.3
2025-03-24 19:11:37 +01:00
Jakub Marcowski
2c3e302c75
pcre2: Update to 10.45
2025-03-23 17:22:09 +01:00
Peter Harris
75ce42d463
Update astcenc to the upstream 5.3.0 release
...
This is mostly a maintenance update that brings the compressor inline
with the recently published Khronos Data Format Specification 1.4
release which clarified some ambiguity in the specification. This update
also gives minor codec optimizations, bug fixes, and image quality
improvements.
The biggest improvement for Godot is that builds using MSVC cl.exe will
now correctly default to the SSE2-optimized backend rather than the
reference C backend. This makes compression more than 3 times faster.
Builds using other compilers (GCC, LLVM/Clang) were not impacted by the
underlying issue, and see no performance uplift.
2025-03-21 16:02:50 -07:00
Mikael Hermansson
5d00161040
Jolt: Update to 5.3.0
2025-03-21 17:17:55 +01:00
Jakub Marcowski
8e2b05e507
thorvg: Update to 0.15.11
2025-03-18 09:50:25 +01:00
Jakub Marcowski
69b072072c
libpng: Update to 1.6.47
2025-03-17 13:21:03 +01:00
Pāvels Nadtočajevs
a25696fd90
ICU4C: Update to version 77.1
2025-03-14 07:50:02 +02:00
Jakub Marcowski
246b062bd6
basis_universal: Update to 1.60
2025-03-11 13:43:00 +01:00
Thaddeus Crews
1202eee590
Merge pull request #102661 from Chubercik/clipper2-1.5.2
...
clipper2: Update to 1.5.2
2025-03-10 21:05:51 -05:00
Thaddeus Crews
d7c9c3a5f6
Merge pull request #102538 from Chubercik/ufbx-0.16.0
...
ufbx: Update to 0.17.1
2025-03-10 21:05:50 -05:00
Thaddeus Crews
3f759f488d
Merge pull request #103491 from bruvzg/hb1040
...
Update HarfBuzz to 10.4.0
2025-03-10 21:05:48 -05:00
Thaddeus Crews
669b055d68
Merge pull request #103492 from bruvzg/ft2133
...
Update FreeType to 2.13.3
2025-03-10 21:05:47 -05:00
Thaddeus Crews
134da37497
Merge pull request #102859 from berarma/theora_yuv_fix
...
Theora: Fix YUV422/444 to RGB conversion
2025-03-05 12:08:12 -06:00
Bernat Arlandis
0882702827
Theora: Fix YUV422/444 to RGB. Fixes #87705
...
The last line wasn't being converted thus was missing in the resulting frame.
2025-03-04 22:49:18 +01:00
Matias N. Goldberg
89ea5b3d00
Update to latest version of Swappy
...
Fixes #103294
2025-03-03 20:43:14 -03:00
Pāvels Nadtočajevs
c5011d860d
Update FreeType to 2.13.3
2025-03-03 08:17:09 +02:00
Pāvels Nadtočajevs
ec10d38d2f
Update HarfBuzz to 10.4.0
2025-03-03 07:55:00 +02:00
Jakub Marcowski
100001c807
ufbx: Update to 0.17.1
2025-03-02 11:37:32 +01:00
Fabio Alessandrelli
af0bc17c4f
[mbedTLS] Integrate TLS handshake defragmentation PR
...
Upstream PR GH-9981
2025-02-24 13:44:40 +01:00
bruvzg
961207dc6f
Fix view->base pointer overwrite.
2025-02-15 23:25:43 +02:00
bruvzg
bacab7f822
Revert "libbacktrace: Update to upstream commit 1db85642e"
...
This reverts commit 51730391c6 .
2025-02-15 23:25:43 +02:00
Jakub Marcowski
0c15c106e0
thorvg: Update to 0.15.10
2025-02-14 13:04:11 +01:00
Jakub Marcowski
100225c081
clipper2: Update to 1.5.2
2025-02-10 16:42:41 +01:00
Jorrit Rouwe
3e608b8b14
No longer limiting max voided features/delayed results
2025-02-09 11:52:19 +01:00
Rémi Verschelde
91907a89f7
Thirdparty: Harmonize patches to document downstream changes
2025-02-06 01:40:03 +01:00
Rémi Verschelde
ceea97fc05
Betsy: Consolidate documentation in module folder and cleanup SCsub
...
Also remove unused `UavCrossPlatform_piece_all.glsl`.
2025-01-31 23:45:37 +01:00
Stefan Cristian B.
4462363e1e
jpeg-compressor: Fix include when compiling with Clang and FORTIFY_SOURCE >= 1
2025-01-31 10:35:28 +01:00
Rémi Verschelde
1823460787
Add missing cstdint includes for GCC 15
2025-01-25 14:59:28 +01:00
Mikael Hermansson
41afe2de56
Update Jolt Physics BoxShape to allow for zero-sized boxes
2025-01-22 23:46:28 +01:00
Thaddeus Crews
df7572f8bc
Merge pull request #101347 from akien-mga/thorvg-0.15.8
...
thorvg: Update to 0.15.8
2025-01-16 17:17:44 -06:00
Rémi Verschelde
bee5de61de
Merge pull request #100365 from BlueCube3310/etc-decompress
...
Add support for decompressing ETC2
2025-01-14 00:21:55 +01:00
BlueCube3310
c4fd9f9733
Add etcpak decompression functions
2025-01-12 18:48:03 +01:00
Rémi Verschelde
85fbf7ca84
Merge pull request #101367 from akien-mga/msdfgen-1.12
...
msdfgen: Update to 1.12
2025-01-10 23:06:25 +01:00
Rémi Verschelde
c97c7b73e6
msdfgen: Update to 1.12
2025-01-09 22:03:43 +01:00
Rémi Verschelde
269b1dfa03
harfbuzz: Update to 10.1.0
2025-01-09 21:04:11 +01:00
Rémi Verschelde
a024393f71
Merge pull request #101362 from BlueCube3310/etcpak-v200
...
etcpak: Sync with upstream 2.0
2025-01-09 20:51:44 +01:00
Rémi Verschelde
1730070baf
Merge pull request #101351 from akien-mga/manifold-3.0.1
...
manifold: Update to 3.0.1
2025-01-09 20:51:40 +01:00
BlueCube3310
84c53607ab
Etcpak: Sync with upstream
2025-01-09 19:29:58 +01:00
Rémi Verschelde
15741d45ca
manifold: Update to 3.0.1
2025-01-09 16:13:08 +01:00
Rémi Verschelde
6be45d2a71
thorvg: Update to 0.15.8
2025-01-09 15:05:20 +01:00
Rémi Verschelde
f68d55bcda
libpng: Update to 1.6.45
2025-01-09 15:00:02 +01:00
Pāvels Nadtočajevs
3d60ce9389
[Export] Allow using ICU data from export templates instead of editor embedded data.
2025-01-07 08:15:09 +02:00
Rémi Verschelde
4ef55ba75b
Merge pull request #99998 from akien-mga/tinyexr-1.0.9
...
tinyexr: Update to upstream 1.0.9
2025-01-03 00:48:17 +01:00
Rémi Verschelde
72839d0085
Merge pull request #99996 from akien-mga/libpng-1.6.44
...
libpng: Update to upstream 1.6.44
2025-01-03 00:48:13 +01:00
Rémi Verschelde
4727f0707b
Jolt: Update to commit f094082aa, adding RISC-V, PPC64 and LoongArch support
...
Fixes #100557 .
2024-12-21 15:15:50 +01:00
Thaddeus Crews
effea567a5
Merge pull request #99820 from stuartcarnie/issue_99682
...
Metal: Add support for 2017 era iOS devices
2024-12-19 20:00:13 -06:00
Thaddeus Crews
3feaf6fb76
Merge pull request #100274 from akien-mga/libbacktrace-1db8564
...
libbacktrace: Update to upstream commit 1db85642e
2024-12-19 19:59:43 -06:00
Stuart Carnie
952cd796ff
Metal: Support Apple4 GPUs (2017 era iOS devices)
...
Closes #99682
2024-12-18 09:14:38 -07:00