Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace squish with bcdec for BC decompression | BlueCube3310 | 2024-09-26 | 29 | -4977/+1333 |
| | |||||
* | miniupnpc: Update to 2.2.8 (new major 18) | Rémi Verschelde | 2024-09-18 | 9 | -116/+75 |
| | | | | | | Keep support for major 17 by using a version check for the changed API. Fixes #93907. | ||||
* | thorvg: Update to 0.14.10 | Rémi Verschelde | 2024-09-17 | 16 | -76/+136 |
| | | | | | | More fixes to rendering of SVG files with broken text tags. Also backports upstream patch to fix #97078. | ||||
* | Betsy: Add caching and BC1 compression support | BlueCube3310 | 2024-09-11 | 1 | -1/+1 |
| | |||||
* | thorvg: Update to 0.14.9 | Rémi Verschelde | 2024-09-06 | 15 | -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. | ||||
* | Merge pull request #96385 from Faless/mbedtls/3.6.1 | Rémi Verschelde | 2024-09-02 | 68 | -970/+1786 |
|\ | | | | | | | [mbedTLS] Update to 3.6.1 | ||||
| * | [mbedTLS] Update to 3.6.1 | Fabio Alessandrelli | 2024-08-31 | 68 | -970/+1786 |
| | | |||||
* | | thorvg: Update to 0.14.8, and workaround Bezier precision regression | Rémi Verschelde | 2024-09-02 | 19 | -43/+177 |
| | | | | | | | | Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702. | ||||
* | | Add support for compiling with VS clang-cl toolset | Alula | 2024-08-28 | 2 | -2/+21 |
|/ | |||||
* | Merge pull request #96198 from DeeJayLSP/qoa-leak | Rémi Verschelde | 2024-08-28 | 3 | -14/+10 |
|\ | | | | | | | ResourceImporterWAV: Fix memory leak on QOA import | ||||
| * | Fix memory leak on QOA import | DeeJayLSP | 2024-08-28 | 3 | -14/+10 |
| | | |||||
* | | thorvg: Update to 0.14.7 | Rémi Verschelde | 2024-08-27 | 37 | -911/+665 |
|/ | | | | Fixes #95861. | ||||
* | Merge pull request #91535 from BlueCube3310/betsy-bc6h | Rémi Verschelde | 2024-08-21 | 2 | -0/+29 |
|\ | | | | | Add Betsy to speed up BC6 compression | ||||
| * | Add Betsy to speed up BC6 compression | BlueCube3310 | 2024-08-18 | 2 | -0/+29 |
| | | |||||
* | | Add Metal support for macOS (arm64) and iOS | Stuart Carnie | 2024-08-20 | 32 | -0/+58550 |
| | | |||||
* | | ufbx: Update to 0.14.3 | Jakub Marcowski | 2024-08-20 | 3 | -7/+13 |
| | | |||||
* | | Merge pull request #95227 from BastiaanOlij/openxr_1_1_38 | Rémi Verschelde | 2024-08-17 | 8 | -80/+828 |
|\ \ | |/ |/| | | | Update OpenXR thirdparty library to 1.1.38 | ||||
| * | Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.x | Bastiaan Olij | 2024-08-07 | 8 | -80/+828 |
| | | |||||
* | | Merge pull request #94985 from RandomShaper/sc_sized_array | Rémi Verschelde | 2024-08-16 | 4 | -1/+26 |
|\ \ | |/ |/| | | | Report shader arrays sized after spec constants as zero-sized | ||||
| * | Report shader arrays sized after spec constants as zero-sized | Pedro J. Estébanez | 2024-07-31 | 4 | -1/+26 |
| | | | | | | | | This effectively disables validation of the size of the data provided. | ||||
* | | [ENet] Better handle disconnected peers in DTLS server | Fabio Alessandrelli | 2024-08-02 | 1 | -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-fix | Rémi Verschelde | 2024-08-01 | 2 | -1/+21 |
|\ \ | |/ |/| | | | embree: Fix include order causing unwanted dllexport symbols | ||||
| * | embree: Fix include order causing unwanted dllexport symbols | Alvin Wong | 2024-07-12 | 2 | -1/+21 |
| | | |||||
* | | Disable FP contraction. | bruvzg | 2024-07-23 | 2 | -0/+24 |
| | | |||||
* | | ThorVG: Update to 0.14.2 | Martin Capitanio | 2024-07-12 | 20 | -135/+164 |
|/ | | | | + Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly. | ||||
* | thorvg: Update to 0.14.1 | Rémi Verschelde | 2024-07-08 | 11 | -22/+121 |
| | |||||
* | ThorVG: Update to 0.14.0 | Martin Capitanio | 2024-06-27 | 23 | -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.8 | Rémi Verschelde | 2024-06-21 | 14 | -130/+310 |
|\ | | | | | | | thorvg: Update to 0.13.8 | ||||
| * | thorvg: Update to 0.13.8 | Rémi Verschelde | 2024-06-20 | 14 | -130/+310 |
| | | |||||
* | | [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW. | bruvzg | 2024-06-20 | 2 | -1/+63 |
|/ | |||||
* | thorvg: Fix unintended use of `float_t` type, again | Rémi Verschelde | 2024-06-19 | 2 | -1/+14 |
| | |||||
* | Merge pull request #93021 from bruvzg/wl_ime | Rémi Verschelde | 2024-06-19 | 3 | -0/+463 |
|\ | | | | | | | [Wayland] Implement IME support. | ||||
| * | [Wayland] Implement IME support. | bruvzg | 2024-06-11 | 3 | -0/+463 |
| | | |||||
* | | [Web] Disable thorvg threads on the Web | Fabio Alessandrelli | 2024-06-14 | 2 | -0/+4 |
| | | | | | | | | | | They're of little help, and just adds to the possibility of causing deadlocks. | ||||
* | | Merge pull request #92663 from Riteo/holy-egl-batman | Rémi Verschelde | 2024-06-13 | 3 | -5/+34 |
|\ \ | |/ |/| | | | EGL: Use `EGL_EXT_platform_base` whenever possible | ||||
| * | EGL: Use EGL_EXT_platform_base whenever possible | Riteo | 2024-06-04 | 3 | -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-hotfix | Rémi Verschelde | 2024-06-11 | 2 | -3/+3 |
|\ \ | | | | | | | | | | CI: Hotfix for build error with newer clang++ | ||||
| * | | CI: Hotfix for build error with newer clang++ | Daniel Opitz | 2024-06-10 | 2 | -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-ups | Rémi Verschelde | 2024-06-11 | 3 | -110/+24 |
|\ \ \ | |/ / |/| | | | | | qoa: Apply upstream patches | ||||
| * | | qoa: Apply upstream patches | DeeJayLSP | 2024-06-08 | 3 | -110/+24 |
| | | | |||||
* | | | ThorVG: Update to 0.13.7 | Martin Capitanio | 2024-06-08 | 21 | -243/+350 |
|/ / | |||||
* | | Merge pull request #92819 from alula/patch-1 | Rémi Verschelde | 2024-06-07 | 2 | -2/+11 |
|\ \ | | | | | | | | | | Fix building glslang on platforms without `<filesystem>` | ||||
| * | | fix building glslang on platforms without <filesystem> | alula | 2024-06-06 | 2 | -2/+11 |
| | | | |||||
* | | | Merge pull request #92488 from TCROC/fix-cpuidex-mingw | Rémi Verschelde | 2024-06-07 | 2 | -1/+14 |
|\ \ \ | |/ / |/| | | | | | Fix use of undeclared identifier `__cpuidex` error on MinGW | ||||
| * | | Fixed use of undeclared identifier '__cpuidex' error on mingw | Travis Lange | 2024-06-04 | 2 | -1/+14 |
| | | | |||||
* | | | vulkan: Update all components to Vulkan SDK 1.3.183.0 | Rémi Verschelde | 2024-06-03 | 68 | -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.5 | Rémi Verschelde | 2024-05-30 | 20 | -70/+159 |
|/ | | | | Includes https://github.com/thorvg/thorvg/pull/2338 hotfix. | ||||
* | CI: Fix incorrect executable perms | Thaddeus Crews | 2024-05-17 | 5 | -0/+0 |
| | |||||
* | Merge pull request #91901 from akien-mga/scons-thorvg-webp-loader-opt-out | Rémi Verschelde | 2024-05-17 | 2 | -2/+6 |
|\ | | | | | | | thorvg: Disable webp loader if corresponding module is disabled | ||||
| * | thorvg: Disable webp loader if corresponding module is disabled | Rémi Verschelde | 2024-05-13 | 2 | -2/+6 |
| | | | | | | | | Fixes #91873. |