index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
general: workarounds for SMMU syncing issues (#12749)
liamwhite
2
-7
/
+12
2024-02-27
vk_rasterizer: flip scissor y on lower left origin mode (#13122)
liamwhite
5
-36
/
+72
2024-02-27
buffer_cache: avoid overflow in usage tracker (#13166)
liamwhite
1
-0
/
+6
2024-02-27
texture_cache: use two-pass collection for costly load resources (#13096)
liamwhite
1
-7
/
+23
2024-02-26
renderer_opengl: declare geometry stream support in profile
Liam
1
-0
/
+1
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
8
-12
/
+20
2024-02-26
texture_cache: do not track invalid addresses
Liam
1
-2
/
+6
2024-02-19
scope_exit: Make constexpr
FearlessTobi
10
-16
/
+36
2024-02-19
shader_recompiler: throw on missing geometry streams in geometry shaders
Liam
2
-0
/
+6
2024-02-18
vulkan_device: don't use fixed cap for memory limits
Liam
1
-5
/
+9
2024-02-13
buffer_cache: use mapped range with large vertex buffer size
Liam
1
-1
/
+1
2024-02-11
texture_cache: tweak iteration tracking change
Liam
1
-1
/
+1
2024-02-11
texture_cache: avoid overestimation of ASTC texture sizes
Liam
3
-5
/
+15
2024-02-11
caches: make critical reclamation less eager and possible in more cases
Liam
2
-3
/
+3
2024-02-10
host_shaders: add vendor workaround for adreno drivers
Liam
1
-6
/
+4
2024-02-10
Texture Cache: Fix untracking on GPU remap
Fernando Sahmkow
3
-7
/
+10
2024-02-09
gpu: dependency-inject scaling/antialiasing filter state for capture layers
Liam
12
-31
/
+93
2024-02-09
nvnflinger/gpu: implement applet capture
Liam
17
-50
/
+257
2024-02-09
nvnflinger/gpu: implement blending
Liam
21
-75
/
+166
2024-02-09
video_core: defensively program around unmapped device pointers
Liam
2
-7
/
+11
2024-02-05
Common: Rename SplitRangeSet to OverlapRangeSet
Fernando Sahmkow
1
-1
/
+1
2024-02-05
Buffer Cache: Refactor to use Range sets instead
Fernando Sahmkow
4
-280
/
+103
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
11
-256
/
+28
2024-02-01
Clang Fix
Moonlacer
1
-2
/
+3
2024-02-01
Add Samsung Proprietary Driver ID to Reorder Pass
Moonlacer
2
-1
/
+3
2024-02-01
MemoryManager: Reduce the page table size based on last big page address.
Fernando Sahmkow
3
-12
/
+15
2024-01-31
SwBlitter: Fix Pitch linear reading/writting
Fernando Sahmkow
1
-18
/
+19
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
16
-198
/
+140
2024-01-31
renderer_opengl: implement layer stack composition
Liam
10
-290
/
+402
2024-01-31
renderer_vulkan: implement layer stack composition
Liam
22
-952
/
+662
2024-01-31
renderer_opengl: split up blit screen resources into antialias and window ada...
Liam
13
-229
/
+329
2024-01-31
renderer_opengl: move out ownership of FSR resources
Liam
3
-100
/
+74
2024-01-31
renderer_vulkan: convert FSR to graphics pipeline
Liam
17
-454
/
+302
2024-01-31
renderer_opengl: move out FSR shader source construction
Liam
3
-26
/
+23
2024-01-31
renderer_opengl: split out FXAA
Liam
7
-24
/
+79
2024-01-31
renderer_opengl: split out SMAA
Liam
10
-96
/
+197
2024-01-31
renderer_vulkan: split up blit screen resources into separate antialias and w...
Liam
11
-913
/
+985
2024-01-31
renderer_vulkan: isolate FXAA from blit screen
Liam
12
-651
/
+590
2024-01-31
renderer_opengl: isolate core presentation code
Liam
6
-577
/
+639
2024-01-31
video_core: consistently account for resolution scaling when rendering
Liam
10
-31
/
+40
2024-01-31
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
18
-316
/
+262
2024-01-31
Texture Cache: make sparse texture table per channel
Fernando Sahmkow
2
-40
/
+51
2024-01-27
Move time services to new IPC.
Kelebek1
1
-2
/
+2
2024-01-24
Demote Mesa dozen to the bottom of the device list
MatÃas Locatti
1
-0
/
+10
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
7
-7
/
+7
2024-01-22
Simplify VkResult lookup
Mike Lothian
4
-109
/
+14
2024-01-22
Add Vulkan-Utility-Libraries dependency
Mike Lothian
1
-1
/
+1
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
18
-48
/
+37
2024-01-18
SMMU: Fix 8Gb layout.
Fernando Sahmkow
1
-0
/
+3
[next]