summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/present (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam2024-02-092-6/+11
|
* nvnflinger/gpu: implement blendingLiam2024-02-094-40/+96
|
* video_core: defensively program around unmapped device pointersLiam2024-02-091-3/+5
|
* nvnflinger/gpu: implement layer stack compositionLiam2024-01-312-0/+82
|
* renderer_vulkan: implement layer stack compositionLiam2024-01-319-513/+576
|
* renderer_opengl: split up blit screen resources into antialias and window adapt passesLiam2024-01-311-2/+4
|
* renderer_vulkan: convert FSR to graphics pipelineLiam2024-01-319-423/+262
|
* renderer_opengl: split out FXAALiam2024-01-311-1/+1
|
* renderer_vulkan: split up blit screen resources into separate antialias and window adapt passesLiam2024-01-316-0/+735
|
* renderer_vulkan: isolate FXAA from blit screenLiam2024-01-319-0/+1597