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
/
renderer_vulkan.cpp
Age
Commit message (
Expand
)
Author
2023-01-09
Merge pull request #9581 from liamwhite/turbo2
Morph
2023-01-09
vulkan_device: refactor feature testing
Liam
2023-01-07
renderer_vulkan: pause turbo submissions on inactive queue
Liam
2023-01-06
renderer_vulkan: disable clock boost on unvalidated devices
Liam
2023-01-06
Merge pull request #9552 from liamwhite/turbo
liamwhite
2023-01-04
common: add setting for renderer clock workaround
Liam
2023-01-04
vulkan: implement 'turbo mode' clock booster
Liam
2023-01-01
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
Liam
2022-12-13
video_core/vulkan: Explicity check swapchain size when deciding to recreate
Alexander Orzechowski
2022-12-04
vulkan_common: clean up extension usage
Liam
2022-11-16
Update renderer_vulkan.cpp
MatÃas Locatti
2022-10-06
General: Fix clang format.
Fernando Sahmkow
2022-10-06
Vulkan Swapchain: Overall improvements.
Fernando Sahmkow
2022-10-06
OpenGl: Implement Channels.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-26
renderer_vulkan: Update screen info if the framebuffer size has changed
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-09-24
general: Update style to clang-format-12
ameerj
2021-09-12
vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS ...
ameerj
2021-09-02
renderer_vulkan: Wait on present semaphore at queue submit
ameerj
2021-07-28
renderers: Add explicit invert_y bool to screenshot callback
ameerj
2021-07-28
renderer_vulkan: Implement screenshots
ameerj
2021-07-28
vk_blit_screen: Make Draw method more generic
ameerj
2021-07-22
renderers: Fix clang formatting
ameerj
2021-07-22
vk_swapchain: Handle outdated swapchains
ReinUsesLisp
2021-07-22
vk_swapchain: Avoid recreating the swapchain on each frame
ReinUsesLisp
2021-07-22
video_core,shader: Clang-format fixes
ReinUsesLisp
2021-07-22
vk_scheduler: Allow command submission on worker thread
ReinUsesLisp
2021-06-28
yuzu qt: Make most UISettings a BasicSetting
lat9nq
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-05-15
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-11
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
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-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-31
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
renderer_vulkan: Catch and report exceptions
ReinUsesLisp
2020-12-31
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
[next]