index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
Age
Commit message (
Expand
)
Author
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-10
video_core/macro: clear code on upload address assignment
Liam
2022-05-08
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-05-08
video_core/macro_jit_x64: warn on invalid parameter access
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-26
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2022-01-25
video_core/macro: Add missing <cstring> header
Lioncash
2022-01-25
video_core/macro_interpreter: Move impl class to the cpp file
Lioncash
2022-01-25
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
2022-01-25
video_core/macro: Remove unused parameter from Execute()
Lioncash
2022-01-25
video_core/macro_jit_x64: Remove unused impl class member
Lioncash
2022-01-25
video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl
Lioncash
2022-01-25
video_core/macro_jit_x64: Move impl class into cpp file
Lioncash
2022-01-25
video_core/macro_hle: Move impl class into cpp file
Lioncash
2021-08-15
xbyak: Update include path
Merry
2021-04-14
common: Move settings to common from core.
bunnei
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
2020-08-24
Merge pull request #4542 from ReinUsesLisp/gpu-init-base
bunnei
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-14
macro-interpreter: Resolve -Wself-assign-field warning
Lioncash
2020-07-21
video_core: Remove unused variables
Lioncash
2020-07-17
Merge pull request #4369 from lioncash/hle-macro
LC
2020-07-16
macro_hle: Remove unnecessary static keywords
Lioncash
2020-07-17
Merge pull request #4368 from lioncash/macro
David
2020-07-16
macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()
Lioncash
2020-07-16
macro_hle: Remove unnecessary std::make_pair calls
Lioncash
2020-07-16
macro: Resolve missing parameter in doxygen comment
Lioncash
2020-06-30
macro: Add support for "middle methods" on the code cache (#4112)
David
2020-06-24
addressed issues
David Marcec
2020-06-24
clear mme draw mode
David Marcec
2020-06-24
Addressed issues
David Marcec
2020-06-24
Fix constbuffer for 0217920100488FF7
David Marcec
2020-06-24
Macro HLE support
David Marcec
2020-06-21
Merge pull request #4122 from lioncash/hide
bunnei
2020-06-20
macro_jit_x64: Use ecx for shift register
MerryMage
2020-06-20
Merge pull request #4125 from lioncash/macro-shift
merry
2020-06-20
Merge pull request #4123 from lioncash/unused-var
merry
2020-06-19
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()
Lioncash
2020-06-19
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()
Lioncash
2020-06-19
macro_jit_x64: Remove unused variable
Lioncash
2020-06-19
macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
Lioncash
2020-06-19
Merge pull request #4087 from MerryMage/macrojit-inline-Read
bunnei
2020-06-19
macro_jit_x64: Remove unused function Read
MerryMage
2020-06-18
Merge pull request #4090 from MerryMage/macrojit-bugs
bunnei
2020-06-17
macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue
MerryMage
2020-06-17
Merge pull request #4086 from MerryMage/abi
bunnei
[next]