5140 Commits (26bdfdad538f23069f5f4a065d6c1497cc7f61a0)

Author SHA1 Message Date
Lioncash f4d6293427 General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 5 years ago
Lioncash 3d8516c16f maxwell3d: Add missing return in default SizeInBytes() case 5 years ago
Fernando Sahmkow 505b198e80 Reaper: Set minimum cleaning limit on OGL. 5 years ago
Morph f81ef990ac common: fs: Remove [[nodiscard]] attribute on Remove* functions 5 years ago
ReinUsesLisp 2b175430fd bootmanager: Use std::stop_source for stopping emulation 5 years ago
ReinUsesLisp 6d5036dcf2 vk_master_semaphore: Use jthread for debug thread 5 years ago
Fernando Sahmkow 849c8dba46 Reaper: Guarantee correct deletion. 5 years ago
ameerj 74f5fcbd29 vulkan_debug_callback: Skip logging known false-positive validation errors 5 years ago
Fernando Sahmkow b0d14ec124 Reaper: Correct size calculation on Vulkan. 5 years ago
Fernando Sahmkow aa941d40cd Reaper: Change memory restrictions on TC depending on host memory on VK. 5 years ago
Fernando Sahmkow 2fd0207e2e Reaper: Address Feedback. 5 years ago
Fernando Sahmkow 25e2362427 Reaper: Setup settings and final tuning. 5 years ago
Fernando Sahmkow 978aabb1d0 Reaper: Tune it up to be an smart GC. 5 years ago
ReinUsesLisp cb0d987c90 Initial Reaper Setup 5 years ago
ReinUsesLisp 28f04b9477 vulkan_memory_allocator: Release allocations with no commits 5 years ago
ameerj 13b046aae1 astc_decoder: Fix LDR CEM1 endpoint calculation 5 years ago
ameerj 2ec9c87101 configure_graphics: Add Accelerate ASTC decoding setting 5 years ago
ameerj e5da434498 textures: Reintroduce CPU ASTC decoder 5 years ago
ReinUsesLisp b458f73a61 texture_cache/util: Avoid relaxed image views on different bytes per pixel 5 years ago
Fernando Sahmkow 86b5f4a630 GPUTHread: Remove async reads from Normal Accuracy. 5 years ago
ReinUsesLisp 57252b0c1d rasterizer: Update pages in batches 5 years ago
Markus Wick e7c2b054c1 Fix GCC undefined behavior sanitizer. 5 years ago
lat9nq 8aed753c16 decoders: Break instead of continue 5 years ago
lat9nq 54f2a92203 decoders: Avoid out-of-bounds access 5 years ago
ameerj 2a0dbf9b79 buffer_cache: Simplify uniform disabling logic 5 years ago
bunnei 9aa144323b video_core: gpu: WaitFence: Do not block threads during shutdown. 5 years ago
Markus Wick 9f92beed0a Fix two GCC 11 warnings: Unneeded copies. 5 years ago
bunnei e4f580af9a video_core: rasterizer_cache: Use u16 for cached page count. 5 years ago
ReinUsesLisp 2fcb54aad0 vulkan_memory_allocator: Allow textures to be allocated in host memory 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
ameerj 53c68f6bb3 buffer_cache: Ensure null buffers cannot take the fast uniform bind path 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
ameerj fc2626f02c texture_cache: Handle out of bound texture blits 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
A-w-x 116d1bd6bf gl_device: Intel: Disable texture view formats workaround on mesa 5 years ago
ameerj 7d421b1c04 vk_texture_cache: Swap R and B channels of color flipped format 5 years ago
ameerj de494b30d4 nvhost_vic: Fix device closure 5 years ago
Lioncash c81f95a54b texture_cache/util: Fix src being used instead of dst within DeduceBlitImages 5 years ago
Chloe Marcec e4b60c77d6 Address issues 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Lioncash 84f77f4e8e engine_interface: Add missing virtual destructor 5 years ago
Lioncash 251f10e12d vk_master_semaphore: Deduplicate atomic access within IsFree() 5 years ago
Lioncash d19e1b115b vk_master_semaphore: Add missing const qualifier for IsFree() 5 years ago
Lioncash b71945ef44 vk_texture_cache: Make use of Common::BitCast where applicable 5 years ago
Lioncash c9fb2b3404 texure_cache/util: Resolve implicit sign conversions with std::reduce 5 years ago
Lioncash aa42c7c5e5 query_cache: Make use of std::erase_if 5 years ago
Joshua Ashton c8d5e0389e vk_buffer_cache: Fix offset for NULL vertex buffers 5 years ago
Joshua Ashton f69cfb5915 vulkan_device: Enable EXT_robustness2 features 5 years ago
Joshua Ashton 1a50da639d renderer_vulkan: Check return value of AcquireNextImage 5 years ago
Markus Wick c529592f63 video_core: Use a CV for blocking commands. 5 years ago