index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
1
-22
/
+13
*
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
2
-73
/
+3
*
renderer_vulkan: Catch and report exceptions
ReinUsesLisp
2020-12-31
1
-2
/
+5
*
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
2
-34
/
+7
*
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
1
-111
/
+1
*
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
50
-2189
/
+48
*
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-31
1
-31
/
+8
*
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
1
-1
/
+1
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
52
-2582
/
+2979
*
vk_shader_decompiler: Silence warning when compiling without asserts
ReinUsesLisp
2020-12-24
1
-0
/
+1
*
video_core: Make use of ordered container contains() where applicable
Lioncash
2020-12-07
2
-3
/
+2
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
4
-27
/
+24
*
Merge pull request #5152 from comex/xx-override
LC
2020-12-07
1
-1
/
+1
|
\
|
*
renderer_vulkan: Add missing `override` specifier
comex
2020-12-06
1
-1
/
+1
*
|
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-07
12
-119
/
+119
|
\
\
|
*
|
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
12
-119
/
+119
|
|
/
*
/
video_core: Adjust `NUM` macro to avoid Clang warning
comex
2020-12-06
1
-1
/
+1
|
/
*
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
32
-241
/
+249
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
2
-3
/
+3
*
vk_shader_decompiler: Implement force early fragment tests
ReinUsesLisp
2020-11-26
5
-10
/
+13
*
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-25
1
-3
/
+1
|
\
|
*
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-11-23
1
-3
/
+1
*
|
cleanup unneeded comments and newlines
ameerj
2020-11-25
1
-6
/
+0
*
|
Refactor MaxwellToSpirvComparison. Use Common::BitCast
ameerj
2020-11-25
3
-31
/
+34
*
|
Address PR feedback from Rein
ameerj
2020-11-24
5
-40
/
+31
*
|
vulkan_renderer: Alpha Test Culling Implementation
ameerj
2020-11-24
5
-2
/
+76
|
/
*
General: Resolve a few missing initializer warnings
Lioncash
2020-10-29
2
-2
/
+9
*
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-28
1
-1
/
+1
*
Merge pull request #4204 from ReinUsesLisp/vulkan-1.0
bunnei
2020-10-19
7
-58
/
+92
|
\
|
*
vk_device: Use Vulkan 1.0 properly
ReinUsesLisp
2020-08-20
5
-52
/
+66
|
*
renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available
ReinUsesLisp
2020-08-20
3
-6
/
+26
*
|
Merge pull request #4782 from ReinUsesLisp/remove-dyn-primitive
bunnei
2020-10-17
6
-26
/
+7
|
\
\
|
*
|
vk_graphics_pipeline: Manage primitive topology as fixed state
ReinUsesLisp
2020-10-13
6
-26
/
+7
*
|
|
vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices
goldenx86
2020-10-08
1
-0
/
+24
|
/
/
*
|
renderer_vulkan/wrapper: Fix physical device sorting
ReinUsesLisp
2020-10-07
1
-13
/
+35
*
|
Remove ext_extended_dynamic_state blacklist
MatÃas Locatti
2020-09-30
1
-8
/
+0
*
|
Merge pull request #4724 from lat9nq/fix-vulkan-nvidia-allocate-2
Rodrigo Locatti
2020-09-26
1
-1
/
+2
|
\
\
|
*
|
vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux
lat9nq
2020-09-25
1
-1
/
+2
*
|
|
vk_command_pool: Move definition of Pool into the cpp file
Lioncash
2020-09-25
2
-4
/
+6
*
|
|
vk_command_pool: Make use of override on destructor
Lioncash
2020-09-25
1
-1
/
+1
*
|
|
vk_command_pool: Add missing header guard
Lioncash
2020-09-25
1
-0
/
+2
|
/
/
*
|
Merge pull request #4674 from ReinUsesLisp/timeline-semaphores
bunnei
2020-09-23
37
-799
/
+618
|
\
\
|
*
|
vk_query_cache: Hack counter destructor to avoid reserving queries
ReinUsesLisp
2020-09-19
1
-1
/
+10
|
*
|
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
37
-799
/
+609
*
|
|
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-09-20
2
-6
/
+0
|
/
/
*
|
video_core: Enforce -Werror=switch
ReinUsesLisp
2020-09-16
2
-4
/
+36
*
|
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
19
-240
/
+221
*
|
vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-08-30
1
-6
/
+9
*
|
vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-08-28
1
-1
/
+6
*
|
Merge pull request #4555 from ReinUsesLisp/fix-primitive-topology
bunnei
2020-08-26
3
-13
/
+14
|
\
\
[next]