index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renderer_vulkan: pause turbo submissions on inactive queue
Liam
2023-01-07
5
-0
/
+40
*
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
16
-91
/
+195
|
\
|
*
Run clang-format
Billy Laws
2023-01-05
6
-24
/
+35
|
*
shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUs
Billy Laws
2023-01-05
1
-30
/
+28
|
*
Vulkan, OpenGL: Hook up geometry shader passthrough emulation
Billy Laws
2023-01-05
2
-0
/
+2
|
*
shader_recompiler: Add support for lowering geometry passthrough
Billy Laws
2023-01-05
2
-40
/
+67
|
*
Vulkan, OpenGL: Hook up storage buffer alignment code
Billy Laws
2023-01-05
6
-3
/
+21
|
*
shader_recompiler: Align SSBO offsets to meet host requirements
Billy Laws
2023-01-05
4
-6
/
+11
|
*
shader_recompiler: SPIRV: Only enable int64 feature when supported
Billy Laws
2023-01-05
1
-1
/
+1
|
*
shader_recompiler: Add comparison operators to descriptor types
Billy Laws
2023-01-05
1
-0
/
+12
|
*
Vulkan: Add a workaround for input_position on Adreno drivers
Billy Laws
2023-01-05
5
-11
/
+42
*
|
Merge pull request #9561 from liamwhite/update-dynarmic
liamwhite
2023-01-06
2
-0
/
+8
|
\
\
|
*
|
externals: update dynarmic, xbyak
Liam
2023-01-05
2
-0
/
+8
|
|
/
*
|
Merge pull request #9558 from MonsterDruide1/network-timeout-noerror
liamwhite
2023-01-06
1
-1
/
+5
|
\
\
|
*
|
net: Silently translate ETIMEDOUT network error
MonsterDruide1
2023-01-05
1
-1
/
+5
*
|
|
Merge pull request #9552 from liamwhite/turbo
liamwhite
2023-01-06
15
-2
/
+303
|
\
\
\
|
*
|
|
common: add setting for renderer clock workaround
Liam
2023-01-04
8
-1
/
+32
|
*
|
|
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
15
-53
/
+233
|
\
\
\
\
|
*
|
|
|
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
8
-23
/
+22
|
*
|
|
|
Fermi2D: sync cache flushes
Fernando Sahmkow
2023-01-05
2
-2
/
+5
|
*
|
|
|
MemoryManager: use fastmem directly.
Fernando Sahmkow
2023-01-05
3
-11
/
+34
|
*
|
|
|
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: Driver pipeline cache will now be deleted with the shader ...
Wollnashorn
2023-01-05
2
-1
/
+20
*
|
|
|
config: Set the Vulkan driver pipeline cache option to be global
Wollnashorn
2023-01-05
2
-0
/
+4
*
|
|
|
video_core/vulkan: Added check if Vulkan pipeline path has been set
Wollnashorn
2023-01-05
1
-1
/
+1
*
|
|
|
config: Better wording for VK pipeline cache option and enable by default
Wollnashorn
2023-01-05
2
-3
/
+3
*
|
|
|
yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.h
Wollnashorn
2023-01-05
1
-4
/
+0
*
|
|
|
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
2023-01-05
15
-67
/
+253
|
|
_
|
/
|
/
|
|
*
|
|
Vulkan: Fix drivers that don't support dynamic_state_2 up
Fernando Sahmkow
2023-01-05
2
-8
/
+11
|
|
/
|
/
|
*
|
Merge pull request #9501 from FernandoS27/yfc-rel-2
liamwhite
2023-01-04
79
-573
/
+3008
|
\
\
|
*
|
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
2023-01-04
6
-5
/
+26
|
*
|
Video_core: Address feedback
Fernando Sahmkow
2023-01-04
20
-170
/
+346
|
*
|
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
5
-3
/
+39
|
*
|
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
[next]