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
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
2020-06-18
renderer_vulkan: Fix macOS GetBundleDirectory reference
MerryMage
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-19
renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074
Jan Beich
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-04-07
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-04-07
renderer_vulkan: Query device names from the backend
ReinUsesLisp
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-28
vk_state_tracker: Initial implementation
ReinUsesLisp
2020-02-25
frontend: qt: bootmanager: Vulkan: Restore support for VK backend.
bunnei
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp