Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-12 | Merge pull request #9027 from ↵ | bunnei | |
yuzu-emu/revert-8987-another-name-for-reinforcement-steel Revert "vulkan: automatically use larger staging buffer sizes when possible" | |||
2022-10-12 | Merge pull request #9040 from liamwhite/woe-thirty-two | bunnei | |
core_timing: use high-precision sleeps on non-Windows targets | |||
2022-10-12 | Merge pull request #9024 from liamwhite/async-screenshot | bunnei | |
video_core: don't block rendering on screenshots | |||
2022-10-12 | Merge pull request #9047 from german77/steam-aspect | bunnei | |
yuzu: Add 16:10 aspect ratio | |||
2022-10-12 | Merge pull request #9049 from liamwhite/monkeyhawk | bunnei | |
syncpoint_manager: ensure handle is removable before removing | |||
2022-10-11 | Merge pull request #9048 from Kelebek1/regs | liamwhite | |
[video_core] Fix stencil mask registers | |||
2022-10-10 | syncpoint_manager: ensure handle is removable before removing | Liam | |
2022-10-10 | Merge pull request #9044 from lat9nq/mingw-gcc-revert | liamwhite | |
ci/windows: Revert to using GCC for MinGW builds | |||
2022-10-10 | Fix stencil func registers, make clip control equivalent to how it was ↵ | Kelebek1 | |
before, but surely wrong. | |||
2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
2022-10-09 | ci/windows: Revert to using GCC for MinGW builds | lat9nq | |
Using MinGW in the future may not be ideal as it does not work very well with crash dumps (#8682). Switch back to GCC on MinGW. This also gives CI a way to check GCC 12 (as of writing, or whatever version of mingw-gcc Arch happens to be shipping on a given week). | |||
2022-10-09 | Merge pull request #9043 from german77/vector_data | liamwhite | |
input_common: have an unique vector in callback status | |||
2022-10-09 | input_common: have an unique vector in callback status | german77 | |
2022-10-09 | Merge pull request #8766 from Kelebek1/regs | Fernando S | |
[video_core] Update 3D registers | |||
2022-10-08 | core_timing: use high-precision sleeps on non-Windows targets | Liam | |
2022-10-08 | Merge pull request #9033 from liamwhite/stub-fsp | Mai | |
fsp_srv: stub GetCacheStorageSize | |||
2022-10-08 | fsp_srv: stub GetCacheStorageSize | Liam | |
2022-10-07 | Merge pull request #9016 from liamwhite/drunken-schedule | Mai | |
vk_scheduler: wait for command processing to complete | |||
2022-10-07 | Merge pull request #8932 from abouvier/cmake-pkgconfig | Mai | |
cmake: Fix FindPkgConfig | |||
2022-10-07 | Merge pull request #9030 from Morph1984/api-disable | Mai | |
configure_graphics: Fix graphics API selection when a game is running | |||
2022-10-07 | Merge pull request #8807 from Docteh/default_fonts | liamwhite | |
Qt: work around Qt5's font choice for Chinese (in Windows) | |||
2022-10-07 | video_core: don't block rendering on screenshots | Liam | |
2022-10-07 | configure_graphics: Fix graphics API selection when a game is running | Morph | |
The graphics API setting should not be changed when a game is running. | |||
2022-10-07 | Merge pull request #9028 from liamwhite/wtype-limits | Narr the Reg | |
nfp_types: silence -Wtype-limits | |||
2022-10-07 | Update 3D regs | Kelebek1 | |
2022-10-07 | nfp_types: silence -Wtype-limits | Liam | |
2022-10-07 | Revert "vulkan: automatically use larger staging buffer sizes when possible" | liamwhite | |
2022-10-06 | Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address | bunnei | |
program_metadata: Avoid reference binding to misaligned address | |||
2022-10-06 | Merge pull request #8944 from Tachi107/patch-2 | bunnei | |
build(room): simplify yuzu-room installation | |||
2022-10-06 | Merge pull request #8467 from FernandoS27/yfc-rel-1 | Fernando S | |
Project yuzu Fried Chicken (Y.F.C.) Part 1 | |||
2022-10-06 | vulkan_blitter: Fix pool allocation double free. | Byte | |
2022-10-06 | maxwell_dma: remove warnings from implemented functionality | Liam | |
2022-10-06 | General: address feedback | Fernando Sahmkow | |
2022-10-06 | state_tracker: workaround channel setup for homebrew | Liam | |
2022-10-06 | general: rework usages of UNREACHABLE macro | Liam | |
2022-10-06 | nvdisp: End system frame after requesting to swap buffers | Morph | |
Fixes frametime reporting | |||
2022-10-06 | address_space: Rename va_start to virt_start | Morph | |
Avoids conflicting with the va_start macro | |||
2022-10-06 | address_space: Address feedback | Morph | |
2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | |
2022-10-06 | NvHostChannels: improve hack for supporting multiple channels. | Fernando Sahmkow | |
2022-10-06 | Address Feedback from bylaws. | Fernando Sahmkow | |
2022-10-06 | Nvflinger: correct duplication. | Fernando Sahmkow | |
2022-10-06 | Core: Fix get nvmap object random crash | VonChenPlus | |
2022-10-06 | General: Fix clang format. | Fernando Sahmkow | |
2022-10-06 | Common: Fix variable shadowing. | Fernando Sahmkow | |
2022-10-06 | Vulkan Swapchain: Overall improvements. | Fernando Sahmkow | |
2022-10-06 | NvDec: Fix regressions. | Fernando Sahmkow | |
2022-10-06 | Vulkan Texture Cache: Limit render area to the max width/height of the targets. | Fernando Sahmkow | |
2022-10-06 | ImageBase: Basic fixes. | Fernando Sahmkow | |
2022-10-06 | General: Fix compilation for GCC | Liam White | |