summaryrefslogtreecommitdiffstats
path: root/thirdparty
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@33c02a5c6bc2a050aad0e7356ebfcdb2592f54e0Spartan3222024-11-062-33/+123
|\
| * certs: Sync with Mozilla bundle as of Oct 19, 2024Rémi Verschelde2024-11-052-33/+123
| | | | | | | | | | | | | | | | https://github.com/bagder/ca-bundle/commit/4d3fe6683f651d96be1bbef316b201e9b33b274d Document matching mozilla-release changeset. (cherry picked from commit eb41ff0feeeee9f72127534e10810c3334724702)
* | ufbx: Update to 0.14.3Jakub Marcowski2024-11-013-7/+13
| | | | | | | | (cherry picked from commit e3ffcb32891aecb9432bdddb41cf59c05e427d0c)
* | Rebrand preambles to RedotSpartan3222024-10-134-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot 4.3 to RedotTrashguy2024-10-139-23/+23
|/
* thorvg: Update to 0.14.10Rémi Verschelde2024-09-1716-76/+136
| | | | | | | | More fixes to rendering of SVG files with broken text tags. Also backports upstream patch to fix #97078. (cherry picked from commit 0c0336f7049fb792c6e0121082b60815ad3cf1e0)
* thorvg: Update to 0.14.9Rémi Verschelde2024-09-1715-138/+72
| | | | | | | | | | | 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. (cherry picked from commit a6ab039f2b9e2d524b45186586cc880134fbee98)
* thorvg: Update to 0.14.8, and workaround Bezier precision regressionRémi Verschelde2024-09-1719-43/+177
| | | | | | Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702. (cherry picked from commit 7375f9b923789c13e8a53e7a09b9a655135e0795)
* thorvg: Update to 0.14.7Rémi Verschelde2024-09-1737-911/+665
| | | | | | Fixes #95861. (cherry picked from commit f16d4af3422ba167e211bcffa9186d6d88a4f228)
* Fix memory leak on QOA importDeeJayLSP2024-09-163-14/+10
| | | | (cherry picked from commit e67cc7346387c0bf27bd9606ebfca2f550d59bcd)
* [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