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_blit_screen.h
Age
Commit message (
Expand
)
Author
2024-02-09
gpu: dependency-inject scaling/antialiasing filter state for capture layers
Liam
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
2024-01-31
renderer_vulkan: implement layer stack composition
Liam
2024-01-31
renderer_vulkan: split up blit screen resources into separate antialias and w...
Liam
2024-01-31
renderer_vulkan: isolate FXAA from blit screen
Liam
2024-01-31
video_core: consistently account for resolution scaling when rendering
Liam
2024-01-31
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-07
Fix typos in video_core
Viktor Szépe
2023-12-03
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-06-18
renderer_vulkan: Use VMA for buffers
GPUCode
2023-06-18
renderer_vulkan: Use VMA for images
GPUCode
2023-05-01
renderer_vulkan: Async presentation
GPUCode
2022-12-08
video_core: Integrate SMAA
Liam
2022-10-30
vk_blit_screen: recreate swapchain images on guest format change
Liam
2022-10-06
vulkan_blitter: Fix pool allocation double free.
Byte
2022-06-26
video_core: Replace VKSwapchain with Swapchain
german77
2022-06-26
video_core: Replace VKScheduler with Scheduler
german77
2022-06-26
video_core: Replace VKBlitScreen with BlitScreen
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-16
FSR: Fix GCC build errors
ameerj
2021-11-16
vk_blit_screen: Fix AA destruction order
ameerj
2021-11-16
Vulkan: Implement FXAA
FernandoS27
2021-11-16
VideoCore: Add gaussian filtering.
FernandoS27
2021-11-16
Presentation: add Nearest Neighbor filter.
Fernando Sahmkow
2021-11-16
vulkan: Implement FidelityFX Super Resolution
Marshall Mohror
2021-11-16
Renderer: Implement Bicubic and ScaleForce filters.
Fernando Sahmkow
2021-07-28
vk_blit_screen: Add public CreateFramebuffer method
ameerj
2021-07-28
vk_blit_screen: Make Draw method more generic
ameerj
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-01-15
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-01-20
vk_blit_screen: Address feedback
ReinUsesLisp
2020-01-19
vk_blit_screen: Initial implementation
ReinUsesLisp