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
/
engines
/
kepler_memory.h
Age
Commit message (
Expand
)
Author
2023-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2022-01-29
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2021-04-12
engine_interface: Add missing virtual destructor
Lioncash
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-04-28
Clang Format and Documentation.
Fernando Sahmkow
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-08-30
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
2019-05-01
Refactors and name corrections.
Fernando Sahmkow
2019-04-23
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-22
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow
2019-04-15
Correct Kepler Memory on Linear Pushes.
Fernando Sahmkow
2019-04-05
video_core/engines: Make memory manager members private
Lioncash
2019-04-05
video_core/engines: Remove unnecessary inclusions where applicable
Lioncash
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-10-18
GPU: Invalidate destination address of kepler_memory writes.
bunnei
2018-09-12
GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
Subv