6598 Commits (b8c96cee5f2eb0bd5ba9ef46746daec78ee3bb44)

Author SHA1 Message Date
lat9nq 7a8de138df yuzu qt: Make most UISettings a BasicSetting 5 years ago
lat9nq b91b76df4f general: Make most settings a BasicSetting 5 years ago
Morph 22d7b89c15 video_core: Remove #pragma warning directives for external headers 5 years ago
Morph a47704f4dd video_core: Enforce C4242 5 years ago
Morph d3d6613d33 video_core: Silence signed/unsigned mismatch warnings 5 years ago
ReinUsesLisp 9476309d53 buffer_cache: Only flush downloaded size 5 years ago
ReinUsesLisp 03abe8bf85 video_core: Enforce C4244 5 years ago
ReinUsesLisp 05bd50a1cf codec,vic: Disable warnings in ffmpeg headers 5 years ago
ReinUsesLisp 3ab5bf6454 vk_buffer_cache: Silence implicit cast warnings 5 years ago
ReinUsesLisp b4894faeae buffer_cache/texture_cache: Make GC functions private 5 years ago
ReinUsesLisp e79d02bf38 buffer_cache: Silence implicit cast warning 5 years ago
ReinUsesLisp 99b859db55 vulkan_device: Make device memory match the rest of the file 5 years ago
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals 5 years ago
Lioncash d0b1f2bd05 General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 5 years ago
Lioncash be6844c1ed maxwell3d: Add missing return in default SizeInBytes() case 5 years ago
Fernando Sahmkow f9b940a442 Reaper: Set minimum cleaning limit on OGL. 5 years ago
Morph 81b1b71993 common: fs: Remove [[nodiscard]] attribute on Remove* functions 5 years ago
ReinUsesLisp 4009ae1da2 bootmanager: Use std::stop_source for stopping emulation 5 years ago
ReinUsesLisp cf116a28a6 vk_master_semaphore: Use jthread for debug thread 5 years ago
lat9nq a01459df3d gl_device: Expand on Mesa driver names 5 years ago
ameerj fb16cbb17e video_core: Add GPU vendor name to window title bar 5 years ago
Fernando Sahmkow 569a1962c0 Reaper: Guarantee correct deletion. 5 years ago
ameerj 851c76233d util_shaders: Specify ASTC decoder memory barrier bits 5 years ago
ameerj ace20ba4a4 astc_decoder.comp: Remove unnecessary LUT SSBOs 5 years ago
ameerj 31b125ef57 astc: Various robustness enhancements for the gpu decoder 5 years ago
ameerj 0b172d12c0 vulkan_debug_callback: Skip logging known false-positive validation errors 5 years ago
Fernando Sahmkow 719a6dd5a1 Reaper: Correct size calculation on Vulkan. 5 years ago
Fernando Sahmkow ca6f47c686 Reaper: Change memory restrictions on TC depending on host memory on VK. 5 years ago
Fernando Sahmkow 0dd98842bf Reaper: Address Feedback. 5 years ago
Fernando Sahmkow 954ad2a61e Reaper: Setup settings and final tuning. 5 years ago
Fernando Sahmkow d8ad6aa187 Reaper: Tune it up to be an smart GC. 5 years ago
ReinUsesLisp a11bc4a382 Initial Reaper Setup 5 years ago
ReinUsesLisp 5b1efe522e vulkan_memory_allocator: Release allocations with no commits 5 years ago
ameerj 5fc8393125 astc_decoder: Fix LDR CEM1 endpoint calculation 5 years ago
ameerj b2955479e5 configure_graphics: Add Accelerate ASTC decoding setting 5 years ago
ameerj c4ff7ecf51 textures: Reintroduce CPU ASTC decoder 5 years ago
ReinUsesLisp 3d89398b84 texture_cache/util: Avoid relaxed image views on different bytes per pixel 5 years ago
lat9nq 932c0184a7 cmake: Fix find_program usage for 3.15 5 years ago
Fernando Sahmkow 588ab44470 GPUTHread: Remove async reads from Normal Accuracy. 5 years ago
ReinUsesLisp 7b0d8bd1fb rasterizer: Update pages in batches 5 years ago
Markus Wick 6755025310 Fix GCC undefined behavior sanitizer. 5 years ago
lat9nq 287a0f72a5 decoders: Break instead of continue 5 years ago
lat9nq 1feefabeba decoders: Avoid out-of-bounds access 5 years ago
ameerj 859ba21f6d buffer_cache: Simplify uniform disabling logic 5 years ago
bunnei 8592f8a2b4 video_core: gpu: WaitFence: Do not block threads during shutdown. 5 years ago
Markus Wick 5a8cd1b118 Fix two GCC 11 warnings: Unneeded copies. 5 years ago
bunnei 4b95b0df97 video_core: rasterizer_cache: Use u16 for cached page count. 5 years ago
ReinUsesLisp 19454e71d8 vulkan_memory_allocator: Allow textures to be allocated in host memory 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
ameerj acf22336ec buffer_cache: Ensure null buffers cannot take the fast uniform bind path 5 years ago