summaryrefslogtreecommitdiff
path: root/src/video_core/macro
AgeCommit message (Expand)Author
2022-11-19Merge pull request #9252 from liamwhite/radv-superioritybunnei
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam
2022-11-16maxwell3d: HLE multi-layer clear macroLiam
2022-11-13Add break for default casesKyle Kienapfel
2022-11-09Initial ARM64 supportLiam
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen
2022-10-07Update 3D regsKelebek1
2022-10-06VideoCore: Add option to dump the macros.Fernando Sahmkow
2022-10-04Merge pull request #9005 from liamwhite/micro-fitbunnei
2022-10-04Merge pull request #9010 from liamwhite/buttwisebunnei
2022-10-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-10-01macro_jit_x64: fix miscompilation of bit extraction operationsLiam
2022-10-01macro_jit_x64: cancel exit for taken branchLiam
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-10video_core/macro: clear code on upload address assignmentLiam
2022-05-08VideoCore: Add option to dump the macros.Fernando Sahmkow
2022-05-08video_core/macro_jit_x64: warn on invalid parameter accessLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash
2022-01-25video_core/macro: Add missing <cstring> headerLioncash
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash
2022-01-25video_core/macro_jit_x64: Remove unused impl class memberLioncash
2022-01-25video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implLioncash
2022-01-25video_core/macro_jit_x64: Move impl class into cpp fileLioncash
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash
2021-08-15xbyak: Update include pathMerry
2021-04-14common: Move settings to common from core.bunnei
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-08-30externals: Update Xbyak to 5.96Lioncash
2020-08-24Merge pull request #4542 from ReinUsesLisp/gpu-init-basebunnei
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-08-14macro-interpreter: Resolve -Wself-assign-field warningLioncash
2020-07-21video_core: Remove unused variablesLioncash
2020-07-17Merge pull request #4369 from lioncash/hle-macroLC
2020-07-16macro_hle: Remove unnecessary static keywordsLioncash
2020-07-17Merge pull request #4368 from lioncash/macroDavid
2020-07-16macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()Lioncash
2020-07-16macro_hle: Remove unnecessary std::make_pair callsLioncash
2020-07-16macro: Resolve missing parameter in doxygen commentLioncash
2020-06-30macro: Add support for "middle methods" on the code cache (#4112)David
2020-06-24addressed issuesDavid Marcec
2020-06-24clear mme draw modeDavid Marcec
2020-06-24Addressed issuesDavid Marcec
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec
2020-06-24Macro HLE supportDavid Marcec