summaryrefslogtreecommitdiffstats
path: root/thirdparty
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ENet] Better handle disconnected peers in DTLS serverFabio Alessandrelli2024-08-021-5/+14
| | | | | | | | | | | | The ENetDTLSServer socket implementation should avoid reporting errors during send and receive operations, unless the socket is effectively no longer usable (and thus ENet should close it).
* | Merge pull request #94256 from alvinhochun/embree-include-order-dllexport-fixRémi Verschelde2024-08-012-1/+21
|\ \ | |/ |/| | | embree: Fix include order causing unwanted dllexport symbols
| * embree: Fix include order causing unwanted dllexport symbolsAlvin Wong2024-07-122-1/+21
| |
* | Disable FP contraction.bruvzg2024-07-232-0/+24
| |
* | ThorVG: Update to 0.14.2Martin Capitanio2024-07-1220-135/+164
|/ | | | + Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly.
* thorvg: Update to 0.14.1Rémi Verschelde2024-07-0811-22/+121
|
* ThorVG: Update to 0.14.0Martin Capitanio2024-06-2723-374/+373
| | | | | + Fixes the v0.13.8 svg text error issue. + See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
* Merge pull request #93378 from akien-mga/thorvg-0.13.8Rémi Verschelde2024-06-2114-130/+310
|\ | | | | | | thorvg: Update to 0.13.8
| * thorvg: Update to 0.13.8Rémi Verschelde2024-06-2014-130/+310
| |
* | [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.bruvzg2024-06-202-1/+63
|/
* thorvg: Fix unintended use of `float_t` type, againRémi Verschelde2024-06-192-1/+14
|
* Merge pull request #93021 from bruvzg/wl_imeRémi Verschelde2024-06-193-0/+463
|\ | | | | | | [Wayland] Implement IME support.
| * [Wayland] Implement IME support.bruvzg2024-06-113-0/+463
| |
* | [Web] Disable thorvg threads on the WebFabio Alessandrelli2024-06-142-0/+4
| | | | | | | | | | They're of little help, and just adds to the possibility of causing deadlocks.
* | Merge pull request #92663 from Riteo/holy-egl-batmanRémi Verschelde2024-06-133-5/+34
|\ \ | |/ |/| | | EGL: Use `EGL_EXT_platform_base` whenever possible
| * EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-043-5/+34
| | | | | | | | | | | | This avoids any assumption from the driver, which would otherwise select a specific platform and potentially mess up everything, resulting usually in a display server failure.
* | Merge pull request #92993 from capnm/240610-embree-error-hotfixRémi Verschelde2024-06-112-3/+3
|\ \ | | | | | | | | | CI: Hotfix for build error with newer clang++
| * | CI: Hotfix for build error with newer clang++Daniel Opitz2024-06-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will be included in the next release at some point. - https://github.com/RenderKit/embree/issues 486 "fix output operator" [ 30%] Compiling thirdparty/embree/kernels/common/accelset.cpp ... In file included from thirdparty/embree/kernels/common/device.cpp:12: In file included from thirdparty/embree/kernels/common/scene_curves.h:10: thirdparty/embree/kernels/common/../subdiv/bezier_curve.h:138:56: error: no member named 'u' in 'QuadraticBezierCurve<V>' 138 | return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", " << a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")"; ...
* | | Merge pull request #92905 from DeeJayLSP/qoa-upsRémi Verschelde2024-06-113-110/+24
|\ \ \ | |/ / |/| | | | | qoa: Apply upstream patches
| * | qoa: Apply upstream patchesDeeJayLSP2024-06-083-110/+24
| | |
* | | ThorVG: Update to 0.13.7Martin Capitanio2024-06-0821-243/+350
|/ /
* | Merge pull request #92819 from alula/patch-1Rémi Verschelde2024-06-072-2/+11
|\ \ | | | | | | | | | Fix building glslang on platforms without `<filesystem>`
| * | fix building glslang on platforms without <filesystem>alula2024-06-062-2/+11
| | |
* | | Merge pull request #92488 from TCROC/fix-cpuidex-mingwRémi Verschelde2024-06-072-1/+14
|\ \ \ | |/ / |/| | | | | Fix use of undeclared identifier `__cpuidex` error on MinGW
| * | Fixed use of undeclared identifier '__cpuidex' error on mingwTravis Lange2024-06-042-1/+14
| | |
* | | vulkan: Update all components to Vulkan SDK 1.3.183.0Rémi Verschelde2024-06-0368-6735/+17252
| |/ |/| | | | | | | | | | | 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>
* | thorvg: Update to 0.13.5Rémi Verschelde2024-05-3020-70/+159
|/ | | | Includes https://github.com/thorvg/thorvg/pull/2338 hotfix.
* CI: Fix incorrect executable permsThaddeus Crews2024-05-175-0/+0
|
* Merge pull request #91901 from akien-mga/scons-thorvg-webp-loader-opt-outRémi Verschelde2024-05-172-2/+6
|\ | | | | | | thorvg: Disable webp loader if corresponding module is disabled
| * thorvg: Disable webp loader if corresponding module is disabledRémi Verschelde2024-05-132-2/+6
| | | | | | | | Fixes #91873.
* | Merge pull request #91943 from akien-mga/libwebp-1.4.0Rémi Verschelde2024-05-1573-1127/+1963
|\ \ | | | | | | | | | libwebp: Update to 1.4.0
| * | libwebp: Update to 1.4.0Rémi Verschelde2024-05-1473-1127/+1963
| | | | | | | | | | | | https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
* | | Update HarfBuzz to 8.5.0bruvzg2024-05-1442-527/+1554
| | |
* | | Merge pull request #91942 from akien-mga/enet-1.3.18Rémi Verschelde2024-05-143-3/+3
|\ \ \ | | | | | | | | | | | | enet: Update to 1.3.18
| * | | enet: Update to 1.3.18Rémi Verschelde2024-05-143-3/+3
| |/ / | | | | | | | | | No change, just properly tagging the version we were using.
* / / astcenc: Update to 4.8.0Rémi Verschelde2024-05-147-34/+49
|/ / | | | | | | https://github.com/ARM-software/astc-encoder/releases/tag/4.8.0
* / Update ICU to 75.1bruvzg2024-05-14126-7800/+7972
|/
* thorvg: Update to 0.13.3, add webp loaderRémi Verschelde2024-05-1036-3036/+624
| | | | Remove embedded png loader, we use the external (libpng) one.
* Update ufbx to v0.14.0bqqbarbhg2024-05-073-889/+1555
|
* Merge pull request #91014 from DeeJayLSP/qoa-wav-playbackRémi Verschelde2024-05-023-0/+888
|\ | | | | | | Add QOA (Quite OK Audio) as a WAV compression mode
| * Add QOA (Quite OK Audio) as a WAV compression modeDeeJayLSP2024-05-013-0/+888
| |
* | mbedtls: Disable AESCE on Linux ARM32, doesn't compile on our target archRémi Verschelde2024-04-301-1/+3
| | | | | | | | | | | | | | | | Our current Linux SDK for ARM32 from https://github.com/godotengine/buildroot targets a relatively conservative baseline of neon-fp-armv8, and (at least based on build issues I got) this doesn't seem to include hardware AES support. Fixes #91352.
* | Revert "glad: Re-generate files with glad 2.0.6"Rémi Verschelde2024-04-297-93/+97
| | | | | | | | | | | | This reverts commit 0f96251afe19007ff8965b00f00efc1d9b1d6ea1. Fixes #90879.
* | Merge pull request #91208 from akien-mga/gcc-14-Wtemplate-id-cdtor-warningRémi Verschelde2024-04-292-2/+24
|\ \ | | | | | | | | | Fix GCC 14 `-Wtemplate-id-cdtor` warnings
| * | Fix GCC 14 -Wtemplate-id-cdtor warningsRémi Verschelde2024-04-262-2/+24
| | | | | | | | | | | | Fixes #91206.
* | | [Windows] Enable crash reporter on MinGW builds, use libbacktrace to ↵bruvzg2024-04-2219-0/+7584
|/ / | | | | | | generate stack trace from DWARF symbols.
* / Replace Clipper1 library by Clipper2 libraryRicardo Buring2024-04-203-5221/+0
|/
* mbedTLS: Fix build without the module on MinGWFabio Alessandrelli2024-04-151-0/+7
| | | | | | | | | | | | | The `include/mbedtls/check_config.h` header file has a generic check which requires `MBEDTLS_PLATFORM_C` to be defined on Windows when building with MinGW and ancient MSVC versions. The few mbedTLS files we include in builds without the module don't really require anything from the mbedTLS platform file beside the `mbedtls_platform_zeroize` function which we already override with a custom one by defining `MBEDTLS_PLATFORM_ZEROIZE_ALT`. So we simply add the same check and force the define in such case.
* mbedTLS: Add patch to fix build errors with some MSVC versionsFabio Alessandrelli2024-04-114-0/+118
|
* mbedTLS: Update to new LTS v3.6.0Lyuma2024-04-10270-36770/+95396
| | | | | | | | | | | Keep module compatibility with mbedtls 2.x (old LTS branch). A patch has been added to allow compiling after removing all the `psa_*` files from the library folder (will look into upstreaming it). Note: mbedTLS 3.6 finally enabled TLSv1.3 by default, but it requires some module changes, and to enable PSA crypto (new "standard" API specification), so it might be best done in a separate commit/PR.