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
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
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-11-23
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-10-19
Merge pull request #4204 from ReinUsesLisp/vulkan-1.0
bunnei
2020-09-23
Merge pull request #4674 from ReinUsesLisp/timeline-semaphores
bunnei
2020-09-20
renderer_opengl: Remove emulated mailbox presentation
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-08-24
Merge pull request #4542 from ReinUsesLisp/gpu-init-base
bunnei
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-20
vk_device: Use Vulkan 1.0 properly
ReinUsesLisp
2020-08-20
renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available
ReinUsesLisp
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-22
renderer_vulkan: Update validation layer name and test before enabling
ReinUsesLisp
[next]