summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-16QtGUI: Add buttton to toggle the filter.FernandoS27
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16TextureCache: Improve Reaper.FernandoS27
2021-11-16Vulkan: fix waiting on semaphore.FernandoS27
2021-11-16Update scaleforce to use FP16Marshall Mohror
2021-11-16VideoCore: Add more rescaling option.FernandoS27
2021-11-16TextureCache: fix rescaling in aliases and overlap joins.FernandoS27
2021-11-16Presentation: Fix turning FSR on and off in settingsMarshall Mohror
2021-11-16Video Core: fix building for GCC.Fernando Sahmkow
2021-11-16Vulkan Rasterizer: Fix clears on integer textures.FernandoS27
2021-11-16Texture cache: fix Intel with rescaler.FernandoS27
2021-11-16TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor ↵FernandoS27
calculation when downscaling.
2021-11-16Texture Cache: fix memory managment and optimize scaled downloads, uploads.Fernando Sahmkow
2021-11-16Texture Cache: ease the requirements of textures being blacklisted.Fernando Sahmkow
2021-11-16Vulkan: Fix Blit Depth StencilFernando Sahmkow
2021-11-16Texture Cache: Fix downscaling and correct memory comsumption.Fernando Sahmkow
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror
2021-11-16Texture Cache: Rescale conversions between depth and colorFernandoS27
2021-11-16Texture cache: Fix memory consumption and ignore rating when a depth texture ↵Fernando Sahmkow
is rendered.
2021-11-16vulkan: Fix rescaling push constant usageameerj
2021-11-16Texture Cahe: Fix downscaling on SMO.Fernando Sahmkow
2021-11-16texture_cache_base: Remove unused function declarationsameerj
2021-11-16yuzu: Fix build errorsameerj
2021-11-16vk_texture_cache: Use 3D to scale images when blit is unsupportedameerj
2021-11-16texture_cache: Fix infinitely recursive ImageCanRescale checkameerj
2021-11-16vk_texture_cache: Fix BlitScale of non-2D imagesameerj
2021-11-16video_core: Refactor resolution scale functionameerj
2021-11-16texture_cache: Fix image resolves when src/dst are not both scaledameerj
2021-11-16yuzu_cmd: Read resolution_setup and scaling_filter from configlat9nq
Also adds descriptions and the settings to the default config.
2021-11-16video_core,yuzu: Move UpdateRescalingInfo call to video_corelat9nq
This only needs to happen once per game boot, so we can just call it during CreateGPU and be done with it, avoiding the need to call it in the frontends.
2021-11-16gl_texture_cache: Disable scissor test when scaling texturesameerj
Fixes a bug on BOTW where some objects were no longer being rendered after blitting
2021-11-16vk_texture_cache: Fix unsupported blit format error checkingameerj
2021-11-16vk_texture_cache: Fix early returns on unsupported scalesameerj
2021-11-16video_core: Misc resolution scaling related refactoringameerj
2021-11-16texture_cache: Refactor scaled image size calculationameerj
2021-11-16Texture Cache: Fix calculations when scaling.Fernando Sahmkow
2021-11-16gl_texture_cache: Fix BGR pbo size for scaled texturesameerj
2021-11-16rescaling_pass: Fix IR errors when unscalable texture types are encounteredameerj
2021-11-16Texture Cache: Fix Rescaling on MultisampleFernando Sahmkow
2021-11-16TextureCache: Base fixes on rescaling.Fernando Sahmkow
2021-11-16rescaling_pass: Logic simplification and minor style cleanupameerj
2021-11-16rescaling_pass: Scale ImageFetch offset if it existsameerj
Plus some code deduplication
2021-11-16rescaling_pass: Enable PatchImageQueryDimensions on fragment stagesameerj
2021-11-16vk_texture_cache: Simplify scaled image managementameerj
2021-11-16gl_texture_cache: Fix scaling backup logicameerj
2021-11-16vk_rasterizer: Fix scaling on Y_NEGATEameerj
2021-11-16vk_texture_cache: Use nearest neighbor scaling when availableameerj
2021-11-16gl_texture_cache: Fix depth and integer format scaling blitsameerj
2021-11-16gl_texture_cache/rescaling_pass: minor cleanupameerj