index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
scope_exit: Make constexpr
FearlessTobi
1
-4
/
+4
2023-12-19
gl_rasterizer: Implement DrawTransformFeedback macro
Ameer J
1
-2
/
+5
2023-09-23
Macro HLE: Add DrawIndirectByteCount
Fernando Sahmkow
1
-5
/
+30
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
1
-0
/
+24
2023-08-25
Mark decompiled macros as decompiled on dump, dump shaders after translation
Kelebek1
1
-8
/
+16
2023-03-25
video_core/macro: Make use of Common::HashValue
Morph
1
-3
/
+3
2023-01-05
MacroHLE: eliminate 2 rushed macros.
Fernando Sahmkow
1
-42
/
+0
2023-01-04
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
1
-4
/
+5
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2
-109
/
+249
2023-01-01
video_core: fix build
Liam
1
-1
/
+2
2023-01-01
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
1
-70
/
+28
2023-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
1
-0
/
+3
2023-01-01
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2
-7
/
+120
2023-01-01
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
1
-59
/
+56
2023-01-01
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
1
-7
/
+13
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
4
-113
/
+345
2023-01-01
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
1
-16
/
+29
2023-01-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
1
-26
/
+27
2022-12-08
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
1
-52
/
+17
2022-11-17
maxwell3d: full HLE for multi-layer clears
Liam
1
-11
/
+5
2022-11-16
maxwell3d: HLE multi-layer clear macro
Liam
1
-1
/
+21
2022-11-13
Add break for default cases
Kyle Kienapfel
2
-0
/
+3
2022-11-09
Initial ARM64 support
Liam
1
-0
/
+3
2022-10-21
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
3
-32
/
+19
2022-10-07
Update 3D regs
Kelebek1
1
-24
/
+24
2022-10-06
VideoCore: Add option to dump the macros.
Fernando Sahmkow
1
-0
/
+1
2022-10-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
1
-1
/
+62
2022-10-01
macro_jit_x64: fix miscompilation of bit extraction operations
Liam
1
-37
/
+9
2022-10-01
macro_jit_x64: cancel exit for taken branch
Liam
1
-11
/
+5
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
1
-1
/
+1
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2
-2
/
+1
2022-05-10
video_core/macro: clear code on upload address assignment
Liam
2
-0
/
+8
2022-05-08
VideoCore: Add option to dump the macros.
Fernando Sahmkow
1
-0
/
+27
2022-05-08
video_core/macro_jit_x64: warn on invalid parameter access
Liam
1
-3
/
+21
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
8
-24
/
+16
2022-01-26
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
1
-1
/
+1
2022-01-25
video_core/macro: Add missing <cstring> header
Lioncash
1
-2
/
+3
2022-01-25
video_core/macro_interpreter: Move impl class to the cpp file
Lioncash
2
-84
/
+86
2022-01-25
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
3
-7
/
+7
2022-01-25
video_core/macro: Remove unused parameter from Execute()
Lioncash
2
-3
/
+2
2022-01-25
video_core/macro_jit_x64: Remove unused impl class member
Lioncash
1
-1
/
+0
2022-01-25
video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl
Lioncash
1
-5
/
+4
2022-01-25
video_core/macro_jit_x64: Move impl class into cpp file
Lioncash
2
-87
/
+86
2022-01-25
video_core/macro_hle: Move impl class into cpp file
Lioncash
2
-27
/
+19
2021-08-15
xbyak: Update include path
Merry
1
-1
/
+1
2021-04-14
common: Move settings to common from core.
bunnei
1
-1
/
+1
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2
-7
/
+5
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
6
-29
/
+29
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
1
-1
/
+1
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
1
-5
/
+5
[next]