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
Age
Commit message (
Expand
)
Author
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
Merge pull request #5230 from ReinUsesLisp/vulkan-common
Rodrigo Locatti
2021-01-02
general: Fix various spelling errors
Morph
2020-12-31
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
vk_device: Use an array to report lacking device limits
ReinUsesLisp
2020-12-31
vk_device: Stop initialization when device is not suitable
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
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-25
renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state
ReinUsesLisp
2020-12-24
vk_shader_decompiler: Silence warning when compiling without asserts
ReinUsesLisp
2020-12-07
video_core: Make use of ordered container contains() where applicable
Lioncash
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
Merge pull request #5152 from comex/xx-override
LC
2020-12-07
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-06
renderer_vulkan: Add missing `override` specifier
comex
2020-12-06
video_core: Adjust `NUM` macro to avoid Clang warning
comex
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-11-26
vk_shader_decompiler: Implement force early fragment tests
ReinUsesLisp
2020-11-25
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-25
cleanup unneeded comments and newlines
ameerj
2020-11-25
Refactor MaxwellToSpirvComparison. Use Common::BitCast
ameerj
2020-11-24
Address PR feedback from Rein
ameerj
2020-11-24
vulkan_renderer: Alpha Test Culling Implementation
ameerj
2020-11-23
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-10-29
General: Resolve a few missing initializer warnings
Lioncash
2020-10-28
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-19
Merge pull request #4204 from ReinUsesLisp/vulkan-1.0
bunnei
2020-10-17
Merge pull request #4782 from ReinUsesLisp/remove-dyn-primitive
bunnei
2020-10-13
vk_graphics_pipeline: Manage primitive topology as fixed state
ReinUsesLisp
2020-10-08
vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices
goldenx86
2020-10-07
renderer_vulkan/wrapper: Fix physical device sorting
ReinUsesLisp
2020-09-30
Remove ext_extended_dynamic_state blacklist
MatÃas Locatti
2020-09-26
Merge pull request #4724 from lat9nq/fix-vulkan-nvidia-allocate-2
Rodrigo Locatti
2020-09-25
vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux
lat9nq
2020-09-25
vk_command_pool: Move definition of Pool into the cpp file
Lioncash
2020-09-25
vk_command_pool: Make use of override on destructor
Lioncash
2020-09-25
vk_command_pool: Add missing header guard
Lioncash
2020-09-23
Merge pull request #4674 from ReinUsesLisp/timeline-semaphores
bunnei
[prev]
[next]