index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_blit_screen.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: dependency-inject scaling/antialiasing filter state for capture layers
Liam
2024-02-09
1
-7
/
+7
*
nvnflinger/gpu: implement layer stack composition
Liam
2024-01-31
1
-1
/
+1
*
renderer_vulkan: implement layer stack composition
Liam
2024-01-31
1
-344
/
+34
*
renderer_vulkan: convert FSR to graphics pipeline
Liam
2024-01-31
1
-3
/
+3
*
renderer_vulkan: split up blit screen resources into separate antialias and window adapt passes
Liam
2024-01-31
1
-797
/
+148
*
renderer_vulkan: isolate FXAA from blit screen
Liam
2024-01-31
1
-358
/
+14
*
video_core: consistently account for resolution scaling when rendering
Liam
2024-01-31
1
-2
/
+4
*
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
2024-01-31
1
-66
/
+23
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-19
1
-8
/
+9
*
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-12-03
1
-19
/
+13
*
vk_blit_screen: Use correct format for fxaa renderpass
GPUCode
2023-12-01
1
-1
/
+1
*
renderer_vulkan: fix FSR cropping
Liam
2023-10-28
1
-60
/
+70
*
renderer_vulkan: fix cropping for presentation
Liam
2023-10-28
1
-46
/
+55
*
Implement X8_D24 format
Kelebek1
2023-10-06
1
-0
/
+1
*
vk_descriptor_pool: Disallow descriptor set free
GPUCode
2023-07-27
1
-2
/
+2
*
renderer_vulkan: Use VMA for buffers
GPUCode
2023-06-18
1
-4
/
+2
*
renderer_vulkan: Use VMA for images
GPUCode
2023-06-18
1
-11
/
+1
*
android: Fix screen orientation & blurriness.
bunnei
2023-06-11
1
-47
/
+0
*
vk_blit_screen: use higher bit depth for fxaa
Liam
2023-06-08
1
-4
/
+4
*
android: Fix presentation layout on foldable and tablet devices.
bunnei
2023-06-03
1
-8
/
+47
*
video_core: vk_swapchain: Fix image format for Android.
bunnei
2023-06-03
1
-0
/
+5
*
video_core: vk_blit_screen: Rotate viewport for Android landscape.
bunnei
2023-06-03
1
-0
/
+8
*
vk_blit_screen: Recreate FSR when frame is recreated
GPUCode
2023-05-01
1
-1
/
+1
*
renderer_vulkan: Async presentation
GPUCode
2023-05-01
1
-114
/
+110
*
video_core: Integrate SMAA
Liam
2022-12-08
1
-2
/
+21
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+1
*
vk_blit_screen: recreate swapchain images on guest format change
Liam
2022-10-30
1
-1
/
+5
*
vulkan_blitter: Fix pool allocation double free.
Byte
2022-10-06
1
-4
/
+9
*
video_core: support framebuffer crop rect top not zero
vonchenplus
2022-08-20
1
-6
/
+12
*
video_core: differentiate between tiled and untiled framebuffer sizes for unaccelerated copies
Liam
2022-07-28
1
-9
/
+7
*
video_core: use correct byte size for framebuffer
Liam
2022-07-19
1
-5
/
+8
*
video_core: Replace VKSwapchain with Swapchain
german77
2022-06-27
1
-2
/
+1
*
video_core: Replace VKScheduler with Scheduler
german77
2022-06-27
1
-2
/
+2
*
video_core: Replace VKBlitScreen with BlitScreen
german77
2022-06-27
1
-44
/
+44
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
Vulkan: crop to screen dimensions if crop not explicitly requested
Liam
2022-04-04
1
-2
/
+3
*
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-25
1
-5
/
+5
*
hle: nvflinger: Move PixelFormat to its own header.
bunnei
2022-03-25
1
-5
/
+5
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-2
/
+0
*
vk_blit_screen: Add missing format bgra8
Lody
2022-02-24
1
-0
/
+2
*
vk_blit_screen: Minor refactor of filter pipeline selection
ameerj
2021-12-05
1
-21
/
+16
*
FSR: Fix GCC build errors
ameerj
2021-11-16
1
-8
/
+11
*
Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
Marshall Mohror
2021-11-16
1
-4
/
+13
*
Vulkan: Fix FXAA in AMD.
Fernando Sahmkow
2021-11-16
1
-2
/
+40
*
Vulkan: Implement FXAA
FernandoS27
2021-11-16
1
-21
/
+369
*
VideoCore: Add gaussian filtering.
FernandoS27
2021-11-16
1
-0
/
+49
*
Presentation: Fix turning FSR on and off in settings
Marshall Mohror
2021-11-16
1
-0
/
+11
*
Presentation: add Nearest Neighbor filter.
Fernando Sahmkow
2021-11-16
1
-7
/
+34
*
vulkan: Implement FidelityFX Super Resolution
Marshall Mohror
2021-11-16
1
-15
/
+47
*
Renderers: Unify post processing filter shaders
ameerj
2021-11-16
1
-4
/
+4
*
Renderer: Implement Bicubic and ScaleForce filters.
Fernando Sahmkow
2021-11-16
1
-8
/
+115
*
Vulkan: Fix AA when rescaling.
Fernando Sahmkow
2021-11-16
1
-1
/
+1
*
Merge pull request #6941 from ameerj/swapchain-srgb
Fernando S
2021-09-11
1
-1
/
+1
|
\
|
*
vk_swapchain: Prefer linear swapchain format when presenting sRGB images
ameerj
2021-08-29
1
-1
/
+1
*
|
vk_blit_screen: Fix non-accelerated texture size calculation
ameerj
2021-08-16
1
-1
/
+3
|
/
*
vk_blit_screen: Add public CreateFramebuffer method
ameerj
2021-07-29
1
-14
/
+15
*
vk_blit_screen: Make Draw method more generic
ameerj
2021-07-29
1
-52
/
+62
*
vk_scheduler: Allow command submission on worker thread
ReinUsesLisp
2021-07-23
1
-49
/
+45
*
configure_graphics: Use u8 for bg_color values
ameerj
2021-07-09
1
-1
/
+4
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-5
/
+4
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
1
-7
/
+4
*
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
1
-2
/
+2
*
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
1
-1
/
+1
*
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
1
-4
/
+4
*
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-15
1
-7
/
+5
*
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
1
-1
/
+1
*
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
1
-1
/
+1
*
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h
ReinUsesLisp
2020-12-31
1
-1
/
+1
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-175
/
+126
*
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
1
-18
/
+13
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-9
/
+11
*
vulkan: Silence more -Wmissing-field-initializer warnings
Lioncash
2020-08-03
1
-0
/
+1
*
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-21
1
-2
/
+2
|
\
|
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-2
/
+2
*
|
vk_blit_screen: Make use of designated initializers where applicable
Lioncash
2020-07-13
1
-334
/
+384
|
/
*
vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo
ReinUsesLisp
2020-04-15
1
-0
/
+2
*
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-04-11
1
-211
/
+412
*
vk_blit_screen: Address feedback
ReinUsesLisp
2020-01-20
1
-13
/
+15
*
vk_blit_screen: Initial implementation
ReinUsesLisp
2020-01-20
1
-0
/
+625