index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_fsr.cpp
Age
Commit message (
Collapse
)
Author
2024-01-31
renderer_vulkan: isolate FXAA from blit screen
Liam
2023-10-28
renderer_vulkan: fix FSR cropping
Liam
2023-07-27
vk_descriptor_pool: Disallow descriptor set free
GPUCode
2023-06-18
renderer_vulkan: Use VMA for images
GPUCode
2023-01-26
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
Wollnashorn
2022-11-24
FSR Sharpening Slider part 1 - only a global slider
MatÃas Locatti
2022-06-26
video_core: Replace VKScheduler with Scheduler
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-01-25
vk_fsr: Replace comma operator with semicolon
Lioncash
Generally, we should be ending statements with a semicolon not a comma Resolves a clang diagnostic.
2021-11-16
FSR: Fix GCC build errors
ameerj
2021-11-16
Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings
Marshall Mohror
2021-11-16
Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
Marshall Mohror
2021-11-16
Video Core: fix building for GCC.
Fernando Sahmkow
2021-11-16
vulkan: Implement FidelityFX Super Resolution
Marshall Mohror