summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_blit_screen.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-12-08video_core: Integrate SMAALiam1-2/+21
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-10-30vk_blit_screen: recreate swapchain images on guest format changeLiam1-1/+5
2022-10-06vulkan_blitter: Fix pool allocation double free.Byte1-4/+9
2022-08-20video_core: support framebuffer crop rect top not zerovonchenplus1-6/+12
2022-07-28video_core: differentiate between tiled and untiled framebuffer sizes for unaccelerated copiesLiam1-9/+7
2022-07-19video_core: use correct byte size for framebufferLiam1-5/+8
2022-06-27video_core: Replace VKSwapchain with Swapchaingerman771-2/+1
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-2/+2
2022-06-27video_core: Replace VKBlitScreen with BlitScreengerman771-44/+44
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-04Vulkan: crop to screen dimensions if crop not explicitly requestedLiam1-2/+3
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei1-5/+5
2022-03-25hle: nvflinger: Move PixelFormat to its own header.bunnei1-5/+5
2022-03-19video_core: Reduce unused includesameerj1-2/+0
2022-02-24vk_blit_screen: Add missing format bgra8Lody1-0/+2
2021-12-05vk_blit_screen: Minor refactor of filter pipeline selectionameerj1-21/+16
2021-11-16FSR: Fix GCC build errorsameerj1-8/+11
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror1-4/+13
2021-11-16Vulkan: Fix FXAA in AMD.Fernando Sahmkow1-2/+40
2021-11-16Vulkan: Implement FXAAFernandoS271-21/+369
2021-11-16VideoCore: Add gaussian filtering.FernandoS271-0/+49
2021-11-16Presentation: Fix turning FSR on and off in settingsMarshall Mohror1-0/+11
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow1-7/+34
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror1-15/+47
2021-11-16Renderers: Unify post processing filter shadersameerj1-4/+4
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow1-8/+115
2021-11-16Vulkan: Fix AA when rescaling.Fernando Sahmkow1-1/+1
2021-08-29vk_swapchain: Prefer linear swapchain format when presenting sRGB imagesameerj1-1/+1
2021-08-16vk_blit_screen: Fix non-accelerated texture size calculationameerj1-1/+3
2021-07-29vk_blit_screen: Add public CreateFramebuffer methodameerj1-14/+15
2021-07-29vk_blit_screen: Make Draw method more genericameerj1-52/+62
2021-07-23vk_scheduler: Allow command submission on worker threadReinUsesLisp1-49/+45
2021-07-09configure_graphics: Use u8 for bg_color valuesameerj1-1/+4
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-5/+4
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp1-7/+4
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp1-2/+2
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp1-1/+1
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-4/+4
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp1-7/+5
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-1/+1
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-175/+126
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-18/+13
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-9/+11
2020-08-03vulkan: Silence more -Wmissing-field-initializer warningsLioncash1-0/+1
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp1-2/+2
2020-07-13vk_blit_screen: Make use of designated initializers where applicableLioncash1-334/+384
2020-04-15vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfoReinUsesLisp1-0/+2
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-211/+412
2020-01-20vk_blit_screen: Address feedbackReinUsesLisp1-13/+15
2020-01-20vk_blit_screen: Initial implementationReinUsesLisp1-0/+625