summaryrefslogtreecommitdiffstats
path: root/thirdparty/README.md
Commit message (Collapse)AuthorAgeFilesLines
* clipper2: Update to 1.4.0Jakub Marcowski2024-11-261-1/+1
|
* Delete unused files of thirparty libs (zlib, mbedtls)Yevhen Babiichuk (DustDFG)2024-11-071-3/+6
| | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* certs: Sync with Mozilla bundle as of Oct 19, 2024Rémi Verschelde2024-11-051-1/+6
| | | | | | https://github.com/bagder/ca-bundle/commit/4d3fe6683f651d96be1bbef316b201e9b33b274d Document matching mozilla-release changeset.
* smol-v: update to 2024 to support SPIR-V 1.6Stuart Carnie2024-11-031-1/+1
|
* Merge pull request #98496 from bruvzg/icu761Thaddeus Crews2024-10-291-3/+3
|\ | | | | | | Update ICU to 76.1
| * Update ICU to 76.1bruvzg2024-10-241-3/+3
| |
* | Update meshoptimizer to 0.22Arseny Kapoulkine2024-10-261-1/+1
|/ | | | | | | | | The Godot-specific patch is just a single line now; removing this patch will likely require adjusting Godot importer code to handle error limits better. This also adds new SIMPLIFY_ options; Godot is currently not using any of these but might use SIMPLIFY_PRUNE and SIMPLIFY_SPARSE in the future.
* Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-141-2/+3
|\ | | | | | | BasisU: Update to 1.50.0 and add HDR support
| * BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-121-2/+3
| |
* | Merge pull request #97295 from BlueCube3310/betsy-bc4Thaddeus Crews2024-10-141-1/+1
|\ \ | |/ |/| | | Betsy: Implement BC4 compression
| * Betsy: Implement BC4 compressionBlueCube33102024-09-221-1/+1
| |
* | Merge pull request #97677 from bruvzg/hb1001Rémi Verschelde2024-10-021-1/+1
|\ \ | | | | | | | | | Update HarfBuzz to 10.0.1
| * | Update HarfBuzz to 10.0.1bruvzg2024-10-011-1/+1
| | |
* | | Update bcdec to latest versionBlueCube33102024-09-291-1/+1
|/ /
* | Merge pull request #97325 from BlueCube3310/bcdecRémi Verschelde2024-09-291-17/+4
|\ \ | | | | | | | | | Replace squish with bcdec for BC decompression
| * | Replace squish with bcdec for BC decompressionBlueCube33102024-09-261-17/+4
| | |
* | | Update thirdparty OpenXR to 1.1.41Bastiaan Olij2024-09-271-1/+1
|/ /
* / miniupnpc: Update to 2.2.8 (new major 18)Rémi Verschelde2024-09-181-1/+1
|/ | | | | | Keep support for major 17 by using a version check for the changed API. Fixes #93907.
* thorvg: Update to 0.14.10Rémi Verschelde2024-09-171-1/+1
| | | | | | More fixes to rendering of SVG files with broken text tags. Also backports upstream patch to fix #97078.
* Betsy: Add caching and BC1 compression supportBlueCube33102024-09-111-1/+1
|
* thorvg: Update to 0.14.9Rémi Verschelde2024-09-061-1/+1
| | | | | | | | | Fixes #96491. Update fix for #96262 to a simple revert of the problematic commit, as the upstream fix is still being debated and caused other issues. Also include fix for upstream regression 2715 added in 0.14.9.
* [mbedTLS] Update to 3.6.1Fabio Alessandrelli2024-08-311-3/+1
|
* Merge pull request #96198 from DeeJayLSP/qoa-leakRémi Verschelde2024-08-281-2/+2
|\ | | | | | | ResourceImporterWAV: Fix memory leak on QOA import
| * Fix memory leak on QOA importDeeJayLSP2024-08-281-2/+2
| |
* | thorvg: Update to 0.14.7Rémi Verschelde2024-08-271-1/+1
|/ | | | Fixes #95861.
* Merge pull request #91535 from BlueCube3310/betsy-bc6hRémi Verschelde2024-08-211-0/+11
|\ | | | | Add Betsy to speed up BC6 compression
| * Add Betsy to speed up BC6 compressionBlueCube33102024-08-181-0/+11
| |
* | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+16
| |
* | ufbx: Update to 0.14.3Jakub Marcowski2024-08-201-1/+1
| |
* | Merge pull request #95227 from BastiaanOlij/openxr_1_1_38Rémi Verschelde2024-08-171-1/+1
|\ \ | |/ |/| | | Update OpenXR thirdparty library to 1.1.38
| * Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.xBastiaan Olij2024-08-071-1/+1
| |
* | Report shader arrays sized after spec constants as zero-sizedPedro J. Estébanez2024-07-311-1/+1
|/ | | | This effectively disables validation of the size of the data provided.
* ThorVG: Update to 0.14.2Martin Capitanio2024-07-121-1/+1
| | | | + Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly.
* thorvg: Update to 0.14.1Rémi Verschelde2024-07-081-1/+1
|
* ThorVG: Update to 0.14.0Martin Capitanio2024-06-271-1/+1
| | | | | + Fixes the v0.13.8 svg text error issue. + See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
* [Wayland] Implement IME support.bruvzg2024-06-111-0/+2
|
* Merge pull request #92905 from DeeJayLSP/qoa-upsRémi Verschelde2024-06-111-2/+2
|\ | | | | | | qoa: Apply upstream patches
| * qoa: Apply upstream patchesDeeJayLSP2024-06-081-2/+2
| |
* | ThorVG: Update to 0.13.7Martin Capitanio2024-06-081-1/+1
|/
* vulkan: Update all components to Vulkan SDK 1.3.183.0Rémi Verschelde2024-06-031-13/+14
| | | | | | | Pass `VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE5_BIT` to VMA when using Vulkan 1.3 features. Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com>
* Merge pull request #91943 from akien-mga/libwebp-1.4.0Rémi Verschelde2024-05-151-1/+1
|\ | | | | | | libwebp: Update to 1.4.0
| * libwebp: Update to 1.4.0Rémi Verschelde2024-05-141-1/+1
| | | | | | | | https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
* | Update HarfBuzz to 8.5.0bruvzg2024-05-141-1/+1
| |
* | Merge pull request #91942 from akien-mga/enet-1.3.18Rémi Verschelde2024-05-141-1/+1
|\ \ | | | | | | | | | enet: Update to 1.3.18
| * | enet: Update to 1.3.18Rémi Verschelde2024-05-141-1/+1
| |/ | | | | | | No change, just properly tagging the version we were using.
* / astcenc: Update to 4.8.0Rémi Verschelde2024-05-141-1/+1
|/ | | | https://github.com/ARM-software/astc-encoder/releases/tag/4.8.0
* Update ICU to 75.1bruvzg2024-05-141-3/+3
|
* thorvg: Update to 0.13.3, add webp loaderRémi Verschelde2024-05-101-1/+1
| | | | Remove embedded png loader, we use the external (libpng) one.
* Update ufbx to v0.14.0bqqbarbhg2024-05-071-1/+1
|
* Merge pull request #91014 from DeeJayLSP/qoa-wav-playbackRémi Verschelde2024-05-021-0/+5
|\ | | | | | | Add QOA (Quite OK Audio) as a WAV compression mode