index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Macro HLE: Add DrawIndirectByteCount
Fernando Sahmkow
2023-09-23
1
-5
/
+30
*
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
1
-0
/
+24
*
Mark decompiled macros as decompiled on dump, dump shaders after translation
Kelebek1
2023-08-26
1
-8
/
+16
*
video_core/macro: Make use of Common::HashValue
Morph
2023-03-26
1
-3
/
+3
*
MacroHLE: eliminate 2 rushed macros.
Fernando Sahmkow
2023-01-06
1
-42
/
+0
*
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
2
-109
/
+249
*
video_core: fix build
Liam
2023-01-01
1
-1
/
+2
*
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
1
-70
/
+28
*
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2023-01-01
1
-0
/
+3
*
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
2
-7
/
+120
*
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
2023-01-01
1
-59
/
+56
*
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
2023-01-01
1
-7
/
+13
*
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
4
-113
/
+345
*
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
1
-16
/
+29
*
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2023-01-01
1
-26
/
+27
*
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
2022-12-08
1
-52
/
+17
*
Merge pull request #9252 from liamwhite/radv-superiority
bunnei
2022-11-19
1
-1
/
+15
|
\
|
*
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-17
1
-11
/
+5
|
*
maxwell3d: HLE multi-layer clear macro
Liam
2022-11-17
1
-1
/
+21
*
|
Add break for default cases
Kyle Kienapfel
2022-11-14
2
-0
/
+3
|
/
*
Initial ARM64 support
Liam
2022-11-09
1
-0
/
+3
*
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
2022-10-21
3
-32
/
+19
*
Update 3D regs
Kelebek1
2022-10-07
1
-24
/
+24
*
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-10-06
1
-0
/
+1
*
Merge pull request #9005 from liamwhite/micro-fit
bunnei
2022-10-05
1
-11
/
+5
|
\
|
*
macro_jit_x64: cancel exit for taken branch
Liam
2022-10-01
1
-11
/
+5
*
|
Merge pull request #9010 from liamwhite/buttwise
bunnei
2022-10-05
1
-37
/
+9
|
\
\
|
*
|
macro_jit_x64: fix miscompilation of bit extraction operations
Liam
2022-10-02
1
-37
/
+9
|
|
/
*
/
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-10-02
1
-1
/
+62
|
/
*
general: fix compilation on MinGW GCC 12
Liam
2022-06-14
1
-1
/
+1
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
2
-2
/
+1
*
video_core/macro: clear code on upload address assignment
Liam
2022-05-10
2
-0
/
+8
*
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-05-09
1
-0
/
+27
*
video_core/macro_jit_x64: warn on invalid parameter access
Liam
2022-05-08
1
-3
/
+21
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
8
-24
/
+16
*
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2022-01-26
1
-1
/
+1
*
video_core/macro: Add missing <cstring> header
Lioncash
2022-01-25
1
-2
/
+3
*
video_core/macro_interpreter: Move impl class to the cpp file
Lioncash
2022-01-25
2
-84
/
+86
*
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
2022-01-25
3
-7
/
+7
*
video_core/macro: Remove unused parameter from Execute()
Lioncash
2022-01-25
2
-3
/
+2
*
video_core/macro_jit_x64: Remove unused impl class member
Lioncash
2022-01-25
1
-1
/
+0
*
video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl
Lioncash
2022-01-25
1
-5
/
+4
*
video_core/macro_jit_x64: Move impl class into cpp file
Lioncash
2022-01-25
2
-87
/
+86
*
video_core/macro_hle: Move impl class into cpp file
Lioncash
2022-01-25
2
-27
/
+19
*
xbyak: Update include path
Merry
2021-08-15
1
-1
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
2
-7
/
+5
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
6
-29
/
+29
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-1
/
+1
*
externals: Update Xbyak to 5.96
Lioncash
2020-08-30
1
-5
/
+5
*
Merge pull request #4542 from ReinUsesLisp/gpu-init-base
bunnei
2020-08-25
1
-3
/
+3
|
\
|
*
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-22
1
-3
/
+3
*
|
macro-interpreter: Resolve -Wself-assign-field warning
Lioncash
2020-08-14
1
-1
/
+0
|
/
*
video_core: Remove unused variables
Lioncash
2020-07-21
1
-1
/
+0
*
Merge pull request #4369 from lioncash/hle-macro
LC
2020-07-17
1
-10
/
+7
|
\
|
*
macro_hle: Remove unnecessary static keywords
Lioncash
2020-07-17
1
-7
/
+4
|
*
macro_hle: Remove unnecessary std::make_pair calls
Lioncash
2020-07-17
1
-3
/
+3
*
|
Merge pull request #4368 from lioncash/macro
David
2020-07-17
1
-1
/
+2
|
\
\
|
*
|
macro: Resolve missing parameter in doxygen comment
Lioncash
2020-07-17
1
-1
/
+2
|
|
/
*
/
macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()
Lioncash
2020-07-17
1
-2
/
+1
|
/
*
macro: Add support for "middle methods" on the code cache (#4112)
David
2020-06-30
1
-8
/
+27
*
addressed issues
David Marcec
2020-06-24
2
-4
/
+7
*
clear mme draw mode
David Marcec
2020-06-24
1
-0
/
+3
*
Addressed issues
David Marcec
2020-06-24
4
-13
/
+13
*
Fix constbuffer for 0217920100488FF7
David Marcec
2020-06-24
1
-6
/
+6
*
Macro HLE support
David Marcec
2020-06-24
6
-9
/
+202
*
Merge pull request #4122 from lioncash/hide
bunnei
2020-06-22
1
-2
/
+2
|
\
|
*
macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
Lioncash
2020-06-20
1
-2
/
+2
*
|
macro_jit_x64: Use ecx for shift register
MerryMage
2020-06-20
1
-2
/
+2
*
|
Merge pull request #4125 from lioncash/macro-shift
merry
2020-06-20
1
-6
/
+7
|
\
\
|
*
|
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()
Lioncash
2020-06-20
1
-3
/
+3
|
*
|
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()
Lioncash
2020-06-20
1
-3
/
+4
|
|
/
*
|
Merge pull request #4123 from lioncash/unused-var
merry
2020-06-20
1
-2
/
+1
|
\
\
|
*
|
macro_jit_x64: Remove unused variable
Lioncash
2020-06-20
1
-2
/
+1
|
|
/
*
|
Merge pull request #4087 from MerryMage/macrojit-inline-Read
bunnei
2020-06-20
2
-14
/
+22
|
\
\
|
|
/
|
/
|
|
*
macro_jit_x64: Remove unused function Read
MerryMage
2020-06-19
1
-8
/
+4
|
*
macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue
MerryMage
2020-06-17
2
-6
/
+18
*
|
Merge pull request #4090 from MerryMage/macrojit-bugs
bunnei
2020-06-19
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
macro_jit_x64: Optimization implicitly assumes same destination
MerryMage
2020-06-17
1
-1
/
+2
|
*
macro_jit_x64: Should not skip zero registers for certain ALU ops
MerryMage
2020-06-17
1
-1
/
+3
*
|
Merge pull request #4086 from MerryMage/abi
bunnei
2020-06-17
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
2020-06-15
1
-6
/
+6
*
|
Merge pull request #4089 from MerryMage/macrojit-cleanup-1
bunnei
2020-06-17
2
-51
/
+18
|
\
\
|
*
|
macro_jit_x64: Remove NEXT_PARAMETER
MerryMage
2020-06-15
1
-5
/
+2
|
*
|
macro_jit_x64: Remove unused function Compile_WriteCarry
MerryMage
2020-06-15
2
-9
/
+0
|
*
|
macro_jit_x64: Select better registers
MerryMage
2020-06-15
1
-8
/
+8
|
*
|
macro_jit_x64: Remove REGISTERS
MerryMage
2020-06-15
1
-7
/
+3
|
*
|
macro_jit_x64: Remove JITState::parameters
MerryMage
2020-06-15
2
-6
/
+3
|
*
|
macro_jit_x64: Remove METHOD_ADDRESS_64
MerryMage
2020-06-15
1
-2
/
+1
|
*
|
macro_jit_x64: Remove RESULT_64
MerryMage
2020-06-15
2
-16
/
+3
|
|
/
*
/
video_core/macro_jit_x64: Remove initializer in member variable
ReinUsesLisp
2020-06-15
1
-2
/
+2
|
/
*
Default init labels and use initializer list for macro engine
David Marcec
2020-06-04
1
-1
/
+1
*
Mark parameters as const
David Marcec
2020-06-03
6
-8
/
+9
*
Pass by reference instead of copying parameters
David Marcec
2020-06-02
2
-2
/
+2
*
Favor switch case over jump table
David Marcec
2020-05-30
2
-18
/
+26
*
Implement macro JIT
David Marcec
2020-05-30
6
-0
/
+1294