summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2021-07-04Texture Cache: Address feedback.Fernando Sahmkow
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-07-03TextureCacheOGL: Implement Image Copies for 1D and 1D Array.Fernando Sahmkow
2021-07-03TextureCache: Fix 1D to 2D overlapps.Fernando Sahmkow
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-06-30Merge pull request #6459 from lat9nq/ubuntu-fixesAmeer J
2021-06-28yuzu qt: Make most UISettings a BasicSettinglat9nq
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-28Merge pull request #6502 from ameerj/vendor-titleMorph
2021-06-28video_core: Remove #pragma warning directives for external headersMorph
2021-06-28video_core: Enforce C4242Morph
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-20gl_device: Expand on Mesa driver nameslat9nq
2021-06-20video_core: Add GPU vendor name to window title barameerj
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