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
*
Merge pull request #5288 from ReinUsesLisp/workaround-garbage
Morph
2021-01-06
1
-0
/
+5
|
\
|
*
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
1
-0
/
+5
*
|
Merge pull request #5289 from ReinUsesLisp/vulkan-device
bunnei
2021-01-05
29
-1521
/
+27
|
\
\
|
*
|
renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common
ReinUsesLisp
2021-01-04
2
-307
/
+0
|
*
|
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
27
-1214
/
+27
*
|
|
Merge pull request #5292 from ReinUsesLisp/empty-set
LC
2021-01-04
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vk_rasterizer: Skip binding empty descriptor sets on compute
ReinUsesLisp
2021-01-04
1
-2
/
+4
|
|
/
*
/
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
50
-166
/
+163
|
/
*
Merge pull request #5230 from ReinUsesLisp/vulkan-common
Rodrigo Locatti
2021-01-03
51
-2575
/
+146
|
\
|
*
vulkan_instance: Allow different Vulkan versions and enforce 1.1
ReinUsesLisp
2020-12-31
5
-28
/
+12
|
*
vk_device: Use an array to report lacking device limits
ReinUsesLisp
2020-12-31
1
-13
/
+17
|
*
vk_device: Stop initialization when device is not suitable
ReinUsesLisp
2020-12-31
2
-61
/
+39
|
*
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
4
-25
/
+7
|
*
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
*
|
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
|
/
*
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
[next]