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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
general: workarounds for SMMU syncing issues (#12749)
liamwhite
1
-6
/
+8
2024-02-27
vk_rasterizer: flip scissor y on lower left origin mode (#13122)
liamwhite
3
-17
/
+51
2024-02-26
settings: remove global override for smash on amdvlk
Liam
1
-26
/
+3
2024-02-26
video_core: make gpu context aware of rendering program
Liam
1
-1
/
+3
2024-02-19
scope_exit: Make constexpr
FearlessTobi
3
-4
/
+12
2024-02-19
shader_recompiler: throw on missing geometry streams in geometry shaders
Liam
1
-0
/
+1
2024-02-09
gpu: dependency-inject scaling/antialiasing filter state for capture layers
Liam
5
-17
/
+29
2024-02-09
nvnflinger/gpu: implement applet capture
Liam
2
-27
/
+93
2024-02-09
nvnflinger/gpu: implement blending
Liam
6
-41
/
+102
2024-02-09
video_core: defensively program around unmapped device pointers
Liam
1
-3
/
+5
2024-02-05
Buffer Cache: Refactor to use Range sets instead
Fernando Sahmkow
1
-1
/
+0
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
3
-3
/
+3
2024-02-01
Clang Fix
Moonlacer
1
-2
/
+3
2024-02-01
Add Samsung Proprietary Driver ID to Reorder Pass
Moonlacer
1
-1
/
+1
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
6
-145
/
+112
2024-01-31
renderer_vulkan: implement layer stack composition
Liam
13
-912
/
+624
2024-01-31
renderer_opengl: split up blit screen resources into antialias and window ada...
Liam
2
-2
/
+7
2024-01-31
renderer_vulkan: convert FSR to graphics pipeline
Liam
10
-426
/
+265
2024-01-31
renderer_opengl: split out FXAA
Liam
1
-1
/
+1
2024-01-31
renderer_vulkan: split up blit screen resources into separate antialias and w...
Liam
10
-913
/
+980
2024-01-31
renderer_vulkan: isolate FXAA from blit screen
Liam
11
-647
/
+582
2024-01-31
video_core: consistently account for resolution scaling when rendering
Liam
3
-3
/
+11
2024-01-31
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
6
-115
/
+61
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
1
-1
/
+1
2024-01-22
Simplify VkResult lookup
Mike Lothian
1
-2
/
+3
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
4
-6
/
+5
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
8
-21
/
+21
2024-01-18
SMMU: Implement physical memory mirroring
Fernando Sahmkow
1
-4
/
+2
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
12
-99
/
+109
2024-01-16
renderer_vulkan: recreate swapchain when frame size changes
Liam
1
-1
/
+1
2024-01-15
Fix one more typo
Viktor Szépe
1
-1
/
+1
2024-01-07
Fix typos in video_core
Viktor Szépe
6
-16
/
+16
2023-12-31
Vulkan: Only recreate swapchain if the frame is bigger than the swap image.
Fernando Sahmkow
1
-1
/
+1
2023-12-21
shader_recompiler: use float image operations on load/store when required
Liam
1
-1
/
+1
2023-12-19
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...
Ameer J
1
-0
/
+4
2023-12-19
renderer_vulkan: don't pass null view when nullDescriptor is not supported
Liam
2
-8
/
+26
2023-12-18
shader_recompiler: ignore clip distances beyond driver support level
Liam
1
-0
/
+1
2023-12-18
vk_query_cache: Fix prefix sum max_accumulation_limit logic
Ameer J
1
-3
/
+6
2023-12-17
renderer_vulkan: work around turnip binding bug in a610
Liam
1
-13
/
+18
2023-12-16
renderer_vulkan: allow up to 7 swapchain images
Liam
2
-4
/
+4
2023-12-14
renderer_vulkan: bound async presentation queue growth
Liam
2
-3
/
+12
2023-12-03
renderer_vulkan: do not recreate swapchain for srgb
Liam
8
-63
/
+41
2023-12-01
texture_cache: use pedantic type names
Liam
2
-5
/
+5
2023-12-01
vk_blit_screen: Use correct format for fxaa renderpass
GPUCode
1
-1
/
+1
2023-11-30
renderer_vulkan: adjust window origin and swizzle independently
Liam
1
-4
/
+10
2023-11-29
renderer_vulkan: exclude more qcom drivers from extensions
Liam
1
-4
/
+3
2023-11-20
vk_texture_cache: add workaround for nullDescriptor on Mali
Liam
2
-2
/
+17
2023-11-19
renderer_vulkan: ignore viewport stores on non-supporting drivers
Liam
1
-0
/
+1
2023-11-19
Vulkan: Be more generous with pipeline workers for Android
Fernando Sahmkow
1
-5
/
+18
2023-11-15
Query Cache: Disable write syncing on Android
Fernando Sahmkow
1
-0
/
+13
[next]