5462 Commits (7530594602d57f42ba5d10814603d0771909886c)

Author SHA1 Message Date
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
ameerj 5bef54618a perf_stats: Rework FPS counter to be more accurate 5 years ago
ameerj 3671fd0a97 texture_cache: Handle out of bound texture blits 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
A-w-x 6a2084a204 gl_device: Intel: Disable texture view formats workaround on mesa 5 years ago
ameerj ae758a236f vk_texture_cache: Swap R and B channels of color flipped format 5 years ago
ameerj 75e0d16caa nvhost_vic: Fix device closure 5 years ago
Lioncash 17b7f0389a texture_cache/util: Fix src being used instead of dst within DeduceBlitImages 5 years ago
Chloe Marcec edb1d5d242 Address issues 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Lioncash 31932904c5 engine_interface: Add missing virtual destructor 5 years ago
Lioncash 9b331a5fb5 vk_master_semaphore: Deduplicate atomic access within IsFree() 5 years ago
Lioncash c5f5d6e7f6 vk_master_semaphore: Add missing const qualifier for IsFree() 5 years ago
Lioncash 4198c92ed0 vk_texture_cache: Make use of Common::BitCast where applicable 5 years ago
Lioncash fddb278aa3 texure_cache/util: Resolve implicit sign conversions with std::reduce 5 years ago
Lioncash 4209588505 query_cache: Make use of std::erase_if 5 years ago
Joshua Ashton 0ec6cb942d
vk_buffer_cache: Fix offset for NULL vertex buffers 5 years ago
Joshua Ashton 08337a492d
vulkan_device: Enable EXT_robustness2 features 5 years ago
Joshua Ashton bcf58c8210
renderer_vulkan: Check return value of AcquireNextImage 5 years ago
Markus Wick e8bd9aed8b video_core: Use a CV for blocking commands. 5 years ago
Markus Wick e6fb49fa4b video_core/gpu_thread: Keep the write lock for allocating the fence. 5 years ago
Markus Wick 5145133a60 video_core/gpu_thread: Implement a ShutDown method. 5 years ago
Markus Wick 4aec060f6d common/threadsafe_queue: Provide Wait() method. 5 years ago
lat9nq a60653dcd3 vp9: Avoid memcpy with null pointers 5 years ago
Chloe Marcec bf1c1788ca nvdrv: Cleanup CDMA Processor on device closure 5 years ago
Jan Beich 9b50b23a50 vulkan_common: enable OpenGL interop on other Unices 5 years ago