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
/
engines
/
engine_upload.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-01-05
video_core: Cache GPU internal writes.
Fernando Sahmkow
2022-12-19
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-11-29
engines: Remove unnecessary casts
Lioncash
2022-11-24
GPU: Fix buffer cache issue, engine upload not inlining memory in multiline a...
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-01
Rasterizer: Refactor inlineToMemory.
Fernando Sahmkow
2022-01-29
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2022-01-29
Inline2Memory: Flush before writting buffer.
Fernando Sahmkow
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2019-06-20
decoders: correct block calculation
Fernando Sahmkow
2019-06-20
engine_upload: Addapt to new Texture Cache
Fernando Sahmkow
2019-05-14
video_core/engines/engine_upload: Amend constructor initializer list order
Lioncash
2019-05-14
video_core/engines/engine_upload: Default destructor in the cpp file
Lioncash
2019-05-14
video_core/engines/engine_upload: Remove unnecessary includes
Lioncash
2019-05-01
Refactors and name corrections.
Fernando Sahmkow
2019-04-23
Add Swizzle Parameters to the DMA engine
Fernando Sahmkow
2019-04-23
Corrections and styling
Fernando Sahmkow
2019-04-22
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow