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
*
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
*
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
14
-128
/
+94
*
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
6
-39
/
+107
*
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
*
Vulkan: Implement Dynamic States 2
Fernando Sahmkow
2023-01-01
13
-66
/
+315
*
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2023-01-01
13
-2
/
+181
*
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
7
-128
/
+179
*
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
9
-95
/
+238
*
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
2023-01-01
22
-70
/
+265
*
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
2023-01-01
5
-10
/
+74
*
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
11
-121
/
+420
*
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
16
-72
/
+252
*
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2023-01-01
13
-47
/
+169
*
vfs: Replace cstr concat with char concat
Merry
2023-01-01
1
-3
/
+3
*
Merge pull request #9533 from merryhime/overcommit
liamwhite
2023-01-01
1
-2
/
+17
|
\
|
*
host_memory: Use transparent huge pages where available
Merry
2023-01-01
1
-0
/
+15
|
*
host_memory: Allocate virtual_base with MAP_NORESERVE
Merry
2023-01-01
1
-2
/
+2
*
|
Merge pull request #9514 from ColinKinloch/en_gb
liamwhite
2023-01-01
2
-1
/
+47
|
\
\
|
|
/
|
/
|
|
*
settings: comment language blocklist columns
Colin Kinloch
2022-12-30
1
-7
/
+13
|
*
settings: added regon/language warning bounds check
Colin Kinloch
2022-12-29
1
-1
/
+1
|
*
settings: warn on invalid regon/language combinations
Colin Kinloch
2022-12-28
2
-1
/
+41
*
|
core: hid: emulated_console: Avoid a crash if frontend does not configure tou...
bunnei
2022-12-30
1
-0
/
+5
*
|
Merge pull request #9515 from liamwhite/cmake-refactor
bunnei
2022-12-29
4
-14
/
+49
|
\
\
|
*
|
cmake: make cubeb and SDL2 optional
Liam
2022-12-28
1
-6
/
+13
|
*
|
cmake: make libusb optional
Liam
2022-12-28
2
-7
/
+32
|
*
|
cmake: make room server optional
Liam
2022-12-28
1
-1
/
+4
|
|
/
*
|
config: Save multiplayer settings only globally
Wollnashorn
2022-12-30
1
-2
/
+0
*
|
Merge pull request #9423 from vonchenplus/vulkan_quad_strip
liamwhite
2022-12-28
8
-125
/
+245
|
\
\
|
*
|
video_core: Implement other missing vulkan topology
FengChen
2022-12-26
1
-3
/
+16
|
*
|
video_core: Implement vulkan QuadStrip topology
FengChen
2022-12-26
8
-122
/
+229
*
|
|
Merge pull request #9504 from liamwhite/pg2
bunnei
2022-12-28
11
-181
/
+322
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
k_page_table: remove HACK_OpenPages/ClosePages
Liam
2022-12-25
3
-58
/
+54
|
*
|
k_page_group: synchronize
Liam
2022-12-25
11
-125
/
+270
*
|
|
Merge pull request #9490 from ameerj/texture-cache-prealloc
bunnei
2022-12-27
4
-22
/
+44
|
\
\
\
|
*
|
|
texture_cache: Use Common::ScratchBuffer for swizzle buffers
ameerj
2022-12-25
4
-10
/
+12
|
*
|
|
texture_cache: Use pre-allocated buffer for texture downloads
ameerj
2022-12-25
3
-9
/
+14
|
*
|
|
texture_cache: Use pre-allocated buffer for texture uploads
ameerj
2022-12-25
4
-13
/
+28
|
|
/
/
*
|
|
Merge pull request #9495 from german77/no_refresh
bunnei
2022-12-27
3
-23
/
+11
|
\
\
\
|
*
|
|
yuzu: Automatically refresh device list
german77
2022-12-23
3
-23
/
+11
[next]