summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2021-06-28video_core: Silence signed/unsigned mismatch warningsMorph
2021-06-26buffer_cache: Only flush downloaded sizeReinUsesLisp
2021-06-26video_core: Enforce C4244ReinUsesLisp
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp
2021-06-26vk_buffer_cache: Silence implicit cast warningsReinUsesLisp
2021-06-26buffer_cache/texture_cache: Make GC functions privateReinUsesLisp
2021-06-26buffer_cache: Silence implicit cast warningReinUsesLisp
2021-06-25vulkan_device: Make device memory match the rest of the fileReinUsesLisp
2021-06-24Merge pull request #6496 from ameerj/astc-fixesbunnei
2021-06-24Merge pull request #6519 from Wunkolo/mem-size-literalbunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-23Merge pull request #6517 from lioncash/fmtlibbunnei
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-06-23Merge pull request #6518 from lioncash/funcbunnei
2021-06-23maxwell3d: Add missing return in default SizeInBytes() caseLioncash
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-23Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-tokenMai M
2021-06-22Reaper: Set minimum cleaning limit on OGL.Fernando Sahmkow
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-22bootmanager: Use std::stop_source for stopping emulationReinUsesLisp
2021-06-21vk_master_semaphore: Use jthread for debug threadReinUsesLisp
2021-06-20Reaper: Guarantee correct deletion.Fernando Sahmkow
2021-06-19util_shaders: Specify ASTC decoder memory barrier bitsameerj
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj
2021-06-17vulkan_debug_callback: Skip logging known false-positive validation errorsameerj
2021-06-17Reaper: Correct size calculation on Vulkan.Fernando Sahmkow
2021-06-16Merge pull request #6469 from ReinUsesLisp/blit-view-compatAmeer J
2021-06-17Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow
2021-06-16Reaper: Address Feedback.Fernando Sahmkow
2021-06-16Reaper: Setup settings and final tuning.Fernando Sahmkow
2021-06-16Reaper: Tune it up to be an smart GC.Fernando Sahmkow
2021-06-16Initial Reaper SetupReinUsesLisp
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp
2021-06-15astc_decoder: Fix LDR CEM1 endpoint calculationameerj
2021-06-15configure_graphics: Add Accelerate ASTC decoding settingameerj
2021-06-15textures: Reintroduce CPU ASTC decoderameerj
2021-06-14texture_cache/util: Avoid relaxed image views on different bytes per pixelReinUsesLisp
2021-06-11GPUTHread: Remove async reads from Normal Accuracy.Fernando Sahmkow
2021-06-11rasterizer: Update pages in batchesReinUsesLisp
2021-06-10Fix GCC undefined behavior sanitizer.Markus Wick
2021-06-07Merge pull request #6410 from lat9nq/avoid-oobbunnei
2021-06-04decoders: Break instead of continuelat9nq
2021-06-04decoders: Avoid out-of-bounds accesslat9nq
2021-06-01buffer_cache: Simplify uniform disabling logicameerj
2021-05-31Merge pull request #6367 from ReinUsesLisp/vma-hostbunnei
2021-05-29video_core: gpu: WaitFence: Do not block threads during shutdown.bunnei
2021-05-29Fix two GCC 11 warnings: Unneeded copies.Markus Wick
2021-05-27video_core: rasterizer_cache: Use u16 for cached page count.bunnei
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp