Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | cmake: download architecture-specific ffmpeg for android | Liam | |
2023-06-03 | build: only enable adrenotools on arm64 | Liam | |
2023-06-03 | externals: add adrenotools for bcenabler | Liam | |
2023-06-03 | cmake: Integrate bundled FFmpeg for Android. | bunnei | |
2023-05-28 | externals: Update to fmt 10 and add format_as formatter for BitField | Morph | |
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type. | |||
2023-05-28 | Merge pull request #10475 from ameerj/microprofile-workaround | liamwhite | |
microprofile: Avoid crashing due to OOB stackPos | |||
2023-05-28 | Merge pull request #10283 from danilaml/support-interlaced-videos | liamwhite | |
Add support for deinterlaced video playback | |||
2023-05-27 | microprofile: Avoid crashing due to OOB stack pos | ameerj | |
2023-05-24 | cmake: apply defaults to all externals | Alexandre Bouvier | |
2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam | |
2023-05-22 | Add support for deinterlaced videos playback | Danila Malyutin | |
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey. It uses ffmpeg's yadif filter for deinterlacing. | |||
2023-05-21 | externals: update cubeb | Danila Malyutin | |
2023-05-19 | externals: update cubeb (#10362) | Danila Malyutin | |
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-07 | externals: Update dynarmic to include latest patch. | bunnei | |
2023-05-05 | externals: Update dynarmic to 6.4.7 | Merry | |
2023-04-01 | Merge pull request #10020 from merryhime/update-dynarmic | bunnei | |
externals: Update dynarmic to 6.4.6 | |||
2023-04-01 | externals: Update dynarmic to 6.4.6 | Merry | |
2023-04-01 | externals: update Vulkan-Headers to v1.3.246 | Jan Beich | |
2023-03-23 | vcpkg: Update vcpkg to 2023.02.24 | Morph | |
2023-02-28 | externals: use openssl from vcpkg | Alexandre Bouvier | |
2023-02-22 | cmake: fix cpp-jwt build | Alexandre Bouvier | |
2023-02-21 | externals: Update cpp-httplib to latest | Alexandre Bouvier | |
2023-02-05 | dynarmic: Update to 6.4.5 | Merry | |
2023-01-23 | cmake: prefer system llvm library | Alexandre Bouvier | |
2023-01-22 | Merge pull request #9555 from abouvier/catch2-update | liamwhite | |
tests: update catch2 to 3.0.1 | |||
2023-01-22 | Merge pull request #9613 from Kelebek1/demangle | liamwhite | |
Add stacktrace symbol demangling | |||
2023-01-21 | Change licenses | Kelebek1 | |
2023-01-15 | externals: Update dynarmic to 6.4.4 | Merry | |
2023-01-14 | Add stacktrace symbol demangling | Kelebek1 | |
2023-01-06 | Merge pull request #9535 from bylaws/master | Fernando S | |
Port over several shader-compiler fixes from skyline | |||
2023-01-05 | externals: update dynarmic, xbyak | Liam | |
2023-01-05 | externals: Update sirit | Billy Laws | |
2023-01-05 | cmake: support the standard cmake testing option | Alexandre Bouvier | |
2023-01-02 | cmake: move find-modules to root cmake dir | Alexandre Bouvier | |
2023-01-02 | Merge pull request #9541 from abouvier/cmake-option | liamwhite | |
cmake: allow options shadowing with normal variables | |||
2023-01-02 | cmake: allow options shadowing with normal variables | Alexandre Bouvier | |
2023-01-02 | cmake: improve find_package failure messages | Alexandre Bouvier | |
2022-12-28 | cmake: make Vulkan-Headers external the default | Liam | |
2022-12-28 | cmake: make libusb optional | Liam | |
2022-12-19 | externals: update Vulkan-Headers to v1.3.238 | Jan Beich | |
2022-12-15 | build: tweak the find modules even more | Andrea Pappacoda | |
As described in https://github.com/yuzu-emu/yuzu/pull/9395#discussion_r1047456172 checking for PKG_CONFIG_FOUND before calling pkg_search_module() is unneeded, and some find modules (like FindFFmpeg.cmake) don't do this already. Consequently, this patch removes these checks. | |||
2022-12-06 | Merge pull request #9395 from abouvier/cmake-find | liamwhite | |
cmake: correct find modules | |||
2022-12-06 | cmake: correct find modules | Alexandre Bouvier | |
2022-12-06 | cmake: prefer system libusb | Alexandre Bouvier | |
2022-12-05 | externals: Bump dynarmic to 6.4.0 | Morph | |
Uses the tagged, versioned release instead. | |||
2022-12-05 | Merge pull request #6833 from abouvier/unbundle | liamwhite | |
cmake: prefer system libraries | |||
2022-12-04 | Merge pull request #9372 from liamwhite/vk12 | liamwhite | |
vulkan_common: promote extension usages to core when possible | |||
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
2022-12-04 | yuzu-cmd: link SDL2 correctly | Liam | |