index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
/
macro_hle.cpp
Age
Commit message (
Expand
)
Author
2022-12-08
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
2022-11-17
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-16
maxwell3d: HLE multi-layer clear macro
Liam
2022-10-21
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
2022-10-07
Update 3D regs
Kelebek1
2022-10-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-25
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
2022-01-25
video_core/macro_hle: Move impl class into cpp file
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-07-17
Merge pull request #4369 from lioncash/hle-macro
LC
2020-07-16
macro_hle: Remove unnecessary static keywords
Lioncash
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-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