index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9596 from liamwhite/mvk
Morph
2023-01-10
1
-10
/
+25
|
\
|
*
MoltenVK: restrict number of vertex attributes/bindings to 16
TellowKrinkle
2023-01-09
1
-10
/
+25
*
|
vulkan_common: fix indirect draw with count
Liam
2023-01-10
3
-8
/
+15
|
/
*
Merge pull request #9581 from liamwhite/turbo2
Morph
2023-01-09
5
-0
/
+40
|
\
|
*
renderer_vulkan: pause turbo submissions on inactive queue
Liam
2023-01-07
5
-0
/
+40
*
|
vulkan_device: refactor feature testing
Liam
2023-01-09
3
-1173
/
+664
*
|
VideoCore: Fix OGL cache invalidation.
Fernando Sahmkow
2023-01-07
2
-0
/
+6
|
/
*
Merge pull request #9570 from liamwhite/less-clock-boost
Narr the Reg
2023-01-07
3
-1
/
+15
|
\
|
*
renderer_vulkan: disable clock boost on unvalidated devices
Liam
2023-01-06
3
-1
/
+15
*
|
vulkan_device: avoid attempt to access empty optional
Liam
2023-01-06
1
-2
/
+6
|
/
*
opengl: Sanitize antialiasing config
Narr the Reg
2023-01-06
1
-1
/
+7
*
video_core/vulkan: Fixed loading of Vulkan driver pipeline cache
Wollnashorn
2023-01-06
1
-1
/
+2
*
Merge pull request #9535 from bylaws/master
Fernando S
2023-01-06
6
-3
/
+25
|
\
|
*
Run clang-format
Billy Laws
2023-01-05
1
-1
/
+2
|
*
Vulkan, OpenGL: Hook up geometry shader passthrough emulation
Billy Laws
2023-01-05
2
-0
/
+2
|
*
Vulkan, OpenGL: Hook up storage buffer alignment code
Billy Laws
2023-01-05
6
-3
/
+21
|
*
Vulkan: Add a workaround for input_position on Adreno drivers
Billy Laws
2023-01-05
1
-0
/
+1
*
|
Merge pull request #9552 from liamwhite/turbo
liamwhite
2023-01-06
8
-2
/
+274
|
\
\
|
*
|
common: add setting for renderer clock workaround
Liam
2023-01-04
1
-1
/
+3
|
*
|
vulkan: implement 'turbo mode' clock booster
Liam
2023-01-04
8
-2
/
+272
*
|
|
Merge pull request #9559 from FernandoS27/cached-writes
Fernando S
2023-01-06
13
-51
/
+231
|
\
\
\
|
*
|
|
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
7
-22
/
+21
|
*
|
|
Fermi2D: sync cache flushes
Fernando Sahmkow
2023-01-05
2
-2
/
+5
|
*
|
|
MemoryManager: use fastmem directly.
Fernando Sahmkow
2023-01-05
2
-10
/
+33
|
*
|
|
video_core: Cache GPU internal writes.
Fernando Sahmkow
2023-01-05
10
-30
/
+185
|
|
/
/
*
|
|
MacroHLE: eliminate 2 rushed macros.
Fernando Sahmkow
2023-01-05
1
-42
/
+0
*
|
|
Merge pull request #9528 from liamwhite/mvk-nulldesc
liamwhite
2023-01-05
3
-0
/
+19
|
\
\
\
|
*
|
|
renderer_vulkan: implement fallback path for null descriptors
Liam
2023-01-04
3
-0
/
+19
|
|
/
/
*
|
|
Merge pull request #9536 from liamwhite/debug-utils
liamwhite
2023-01-05
3
-11
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
Liam
2023-01-01
3
-11
/
+10
*
|
|
video_core/vulkan: Vulkan driver pipelines now contain cache version
Wollnashorn
2023-01-05
2
-16
/
+28
*
|
|
video_core/vulkan: Added check if Vulkan pipeline path has been set
Wollnashorn
2023-01-05
1
-1
/
+1
*
|
|
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
2023-01-05
8
-67
/
+226
*
|
|
Vulkan: Fix drivers that don't support dynamic_state_2 up
Fernando Sahmkow
2023-01-05
2
-8
/
+11
|
|
/
|
/
|
*
|
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
2023-01-04
1
-4
/
+5
*
|
Video_core: Address feedback
Fernando Sahmkow
2023-01-04
10
-167
/
+304
*
|
Texture Cache: Implement async texture downloads.
Fernando Sahmkow
2023-01-03
5
-35
/
+91
*
|
Vulkan: Update blacklisting to latest driver versions.
Fernando Sahmkow
2023-01-03
1
-5
/
+12
*
|
ShaderCompiler: Inline driver specific constants.
Fernando Sahmkow
2023-01-03
3
-2
/
+5
*
|
Vulkan: rework stencil tracking.
Fernando Sahmkow
2023-01-03
4
-36
/
+169
*
|
vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before ...
Liam
2023-01-01
2
-2
/
+14
*
|
video_core: fix build
Liam
2023-01-01
4
-3
/
+38
*
|
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
12
-122
/
+88
*
|
Rasterizer: Setup skeleton for Host Conditional rendering
Fernando Sahmkow
2023-01-01
6
-10
/
+53
*
|
RasterizerMemory: Add filtering for flushing/invalidation operations.
Fernando Sahmkow
2023-01-01
14
-93
/
+186
*
|
Vulkan: Allow stagging buffer deferrals.
Fernando Sahmkow
2023-01-01
2
-21
/
+56
*
|
MacroHLE: Add OpenGL Support
Fernando Sahmkow
2023-01-01
4
-38
/
+94
*
|
Vulkan: Add other additional pipeline specs
Fernando Sahmkow
2023-01-01
1
-1
/
+17
*
|
Vulkan: Implement Dynamic State 3
Fernando Sahmkow
2023-01-01
13
-105
/
+313
*
|
Vulkan Implement Dynamic State 2 LogicOp and PatchVertices
Fernando Sahmkow
2023-01-01
12
-27
/
+75
[next]