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-11-19
Merge pull request #9252 from liamwhite/radv-superiority
bunnei
2022-11-17
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-16
maxwell3d: HLE multi-layer clear macro
Liam
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-09
Initial ARM64 support
Liam
2022-10-21
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
2022-10-07
Update 3D regs
Kelebek1
2022-10-06
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-10-04
Merge pull request #9005 from liamwhite/micro-fit
bunnei
2022-10-04
Merge pull request #9010 from liamwhite/buttwise
bunnei
2022-10-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-10-01
macro_jit_x64: fix miscompilation of bit extraction operations
Liam
2022-10-01
macro_jit_x64: cancel exit for taken branch
Liam
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
[next]