Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | Merge pull request #10151 from GPUCode/no-softlocks-please | liamwhite | |
Fix softlocks when disabling async present | |||
2023-05-03 | Merge pull request #10144 from liamwhite/dont-turbo | Morph | |
vulkan: disable turbo when debugging tool is attached | |||
2023-05-03 | Merge pull request #10143 from liamwhite/fruit-company-moment | Morph | |
video_core: fix build on Apple Clang | |||
2023-05-03 | Merge pull request #10124 from liamwhite/pebkac | Morph | |
settings: rename extended memory layout to unsafe, move from general to system | |||
2023-05-03 | vk_present_manager: Fix softlocks when disabling async present | GPUCode | |
2023-05-02 | Merge pull request #9973 from GPUCode/async-present | bunnei | |
Implement asynchronous presentation | |||
2023-05-02 | Merge pull request #10133 from lat9nq/clang-shadow-and-fallthrough | liamwhite | |
CMakeLists: Enable more checks on Clang | |||
2023-05-02 | Merge pull request #10130 from liamwhite/keys | liamwhite | |
qt: warn on inoperable keys | |||
2023-05-02 | Merge pull request #10123 from Kelebek1/sample_mask | liamwhite | |
Define SampleMask as an array | |||
2023-05-02 | vulkan: disable turbo when debugging tool is attached | Liam | |
2023-05-02 | video_core: fix build on Apple Clang | Liam | |
2023-05-02 | CMake: Enable type limits on Clang | lat9nq | |
2023-05-02 | CMakeLists: Enable checks on Clang | lat9nq | |
Enables shadow-uncaptured-locals and implicit-fallthrough for Clang. implicit-fallthrough is not enabled by default in -Wall or -Wextra, and shadow-uncaptured-local doesn't seem to be enabled by default by -Wshadow, even though GCC has both of these by their respective cases. | |||
2023-05-01 | vk_present_manager: Add toggle for async presentation | GPUCode | |
2023-05-01 | vk_blit_screen: Recreate FSR when frame is recreated | GPUCode | |
* Depends on the layout dimentions and thus should be recreated as well | |||
2023-05-01 | renderer_vulkan: Fix crashing when updating descriptors | GPUCode | |
* During pipeline configure the function would acquire some payload space from the descriptor update queue, write the descriptor data on the GPU thread and give the scheduler a pointer to the beginning of said space to update it later. TickFrame resets the payload cursor, used to track acquires, back to the beginning of the buffer. This wasn't a problem before since WaitWorker was called at the end of the frame but now it is. If a frame writes to a cursor before the scheduler catches up, it will crash * To fix this the payload buffer has been increased to account for the in flight frames that are allowed to exist now. TickFrame will switch between the payload spaces instead of resetting | |||
2023-05-01 | renderer_vulkan: Async presentation | GPUCode | |
2023-05-01 | Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom | Morph | |
Y.F.C Buffer Cache Revamp | |||
2023-05-01 | Merge pull request #10116 from liamwhite/deboost | liamwhite | |
kernel: remove boost intrusive lists | |||
2023-05-01 | BufferCache: Fixes and address feedback | Fernando Sahmkow | |
2023-04-30 | qt: warn on inoperable keys | Liam | |
2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam | |
2023-04-30 | Define SampleMask as an array | Kelebek1 | |
2023-04-29 | Merge pull request #10110 from Morph1984/intel-disable-compute | bunnei | |
vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers | |||
2023-04-29 | kernel: remove general boost lists | Liam | |
2023-04-29 | common: add intrusive list type | Liam | |
2023-04-29 | Texture Cache: Release stagging buffers on tick frame | Fernando Sahmkow | |
2023-04-29 | Buffer Cache: Release stagging buffers on tick frame | Fernando Sahmkow | |
2023-04-29 | Tests: Add memory tracker tests. | Fernando Sahmkow | |
2023-04-29 | Clang: format and ficx compile errors. | Fernando Sahmkow | |
2023-04-29 | Implement Async downloads in normal and fix a few issues. | Fernando Sahmkow | |
2023-04-29 | Buffer Cache rework: Setup async downloads. | Fernando Sahmkow | |
2023-04-29 | Buffer Cache: Fully rework the buffer cache. | Fernando Sahmkow | |
2023-04-29 | Address Feedback & Clang Format | Fernando Sahmkow | |
2023-04-29 | Maxwell3D: only update parameters on High | Fernando Sahmkow | |
2023-04-29 | Accelerate DMA: Use texture cache async downloads to perform the copies | Fernando Sahmkow | |
to host. WIP | |||
2023-04-29 | TextureCache: refactor DMA downloads to allow multiple buffers. | Fernando Sahmkow | |
2023-04-28 | vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers | Morph | |
Intel's SPIR-V shader compiler is broken. For now, skip compiling any compute pipelines until they fix this issue. This is not a perfect workaround, as there are a small subset of non-compute pipelines that still cause it to crash, but this should cover the majority of crashes. It is unfortunate that even with a test case reported 6 months ago the issue has not been fixed in favor of fixing "the most popular games and apps". Intel, you can do better than this. | |||
2023-04-24 | Merge pull request #10051 from liamwhite/surface-capabilities | Fernando S | |
vulkan: pick alpha composite flags based on available values | |||
2023-04-24 | Merge pull request #10056 from vonchenplus/audout_u | Fernando S | |
core: audio: return result when audio_out initialize failed | |||
2023-04-24 | Merge pull request #10069 from liamwhite/log | Fernando S | |
maxwell_3d: fix out of bounds array access in size estimation | |||
2023-04-22 | maxwell_3d: fix out of bounds array access in size estimation | Liam | |
2023-04-22 | Merge pull request #10074 from Kelebek1/fermi_blit | Fernando S | |
Account for a pre-added offset when using Corner sample mode for 2D blits | |||
2023-04-21 | Merge pull request #10076 from german77/TryPopMyFriend | bunnei | |
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level | |||
2023-04-21 | Merge pull request #10068 from twitchax/twitchax/dr_bind_address | bunnei | |
Allow passing `--bind-address` to dedicated room. | |||
2023-04-21 | Merge pull request #10060 from german77/no_dead | bunnei | |
core: hid: Remove deadzone of virtual controller | |||
2023-04-21 | core: am: Demote TryPopFromFriendInvitationStorageChannel Log level | german77 | |
2023-04-21 | Account for a pre-added offset when using Corner sample mode for 2D blits | Kelebek1 | |
2023-04-19 | Merge pull request #10057 from liamwhite/its-not-in-the-timeline | bunnei | |
vulkan: use plain fences when timeline semaphores are not available | |||
2023-04-19 | Run clang-format to fix all. | Aaron Roney | |