summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_fsr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vk_descriptor_pool: Disallow descriptor set freeGPUCode2023-07-271-1/+1
|
* renderer_vulkan: Use VMA for imagesGPUCode2023-06-181-3/+1
|
* 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
| | | | | 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.
* vk_fsr: Replace comma operator with semicolonLioncash2022-01-251-1/+1
| | | | | | Generally, we should be ending statements with a semicolon not a comma Resolves a clang diagnostic.
* 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