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
/
maxwell_dma.cpp
Age
Commit message (
Expand
)
Author
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-10
maxwell_dma: use fallback if remapping is enabled
Liam
2022-05-06
maxwell_dma: fix bytes per pixel
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-07
MaxwellDMA: Implement semaphore operations
Lody
2021-09-19
maxwell_dma: Minor refactoring
ameerj
2021-07-22
DMA: Restrict optimised path for BlockToLinear further.
FernandoS27
2021-07-15
Buffer cache: Fixes, Clang and Feedback.
Fernando Sahmkow
2021-07-14
DMAEngine: Revert flushing from Pitch to BlpockLinear.
Fernando Sahmkow
2021-07-13
DMAEngine: Accelerate BufferClear
Fernando Sahmkow
2021-07-11
accelerateDMA: Accelerate Buffer Copies.
Fernando Sahmkow
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-10-02
video_core: Enforce -Wunused-variable and -Wunused-but-set-variable
ReinUsesLisp
2020-08-10
textures/decoders: Fix block linear to pitch copies
ReinUsesLisp
2020-07-10
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-07
maxwell_dma: Rename registers to match official docs and reorder
ReinUsesLisp
2020-04-28
MaxwellDMA: Optimize micro copies.
Fernando Sahmkow
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-23
Clang Format.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-22
MaxwellDMA: Correct copying on accuracy level.
Fernando Sahmkow
2020-04-22
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-02-28
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2019-09-01
Merge pull request #2765 from FernandoS27/dma-fix
bunnei
2019-08-30
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
2019-07-25
MaxwellDMA: Fixes, corrections and relaxations.
Fernando Sahmkow
2019-07-25
Merge pull request #2743 from FernandoS27/surpress-assert
bunnei
2019-07-18
MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.
Fernando Sahmkow
2019-07-17
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-06-20
surface: Correct format S8Z24
Fernando Sahmkow
2019-06-20
decoders: correct block calculation
Fernando Sahmkow
2019-06-20
texture_cache: loose TryReconstructSurface when accurate GPU is not on.
Fernando Sahmkow
2019-04-23
Fixes and Corrections to DMA Engine
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-20
maxwell_dma: Check for valid source in destination before copy.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-03
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-17
gl_rasterizer: Skip VB upload if the state is clean.
Markus Wick
2018-10-20
engines/maxwell_*: Use nested namespace specifiers where applicable
Lioncash
2018-10-20
maxwell_dma: Make variables const where applicable within HandleCopy()
Lioncash
[next]