summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fsr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/opengl: Add FSR upscaling filter to the OpenGL rendererWollnashorn2023-01-261-142/+2
* FSR Sharpening Slider part 1 - only a global sliderMatías Locatti2022-11-241-1/+5
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vk_fsr: Replace comma operator with semicolonLioncash2022-01-251-1/+1
* FSR: Fix GCC build errorsameerj2021-11-161-35/+37
* Vulkan: Reimplement FSR constant generation functions to avoid GCC warningsMarshall Mohror2021-11-161-8/+145
* Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror2021-11-161-14/+32
* Video Core: fix building for GCC.Fernando Sahmkow2021-11-161-13/+34
* vulkan: Implement FidelityFX Super ResolutionMarshall Mohror2021-11-161-0/+375