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
/
maxwell_dma.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
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-12-31
MaxwellDMA: Don't flush the outputs of a dma copy.
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-21
Fix DMA engine register offsets
Kelebek1
2023-08-09
general: fix apple clang build
Liam
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-06-30
maxwell_dma: Specify dst_operand.pitch instead of a temp var
Morph
2023-06-26
Use safe reads in DMA engine
Kelebek1
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-05-07
Texture cache: Only force flush the dma downloads
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-03-05
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-01-05
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
video_core: Cache GPU internal writes.
Fernando Sahmkow
2023-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2022-12-19
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
video_core: Add usages of ScratchBuffer
ameerj
2022-11-29
engines: Remove unnecessary casts
Lioncash
2022-11-24
MaxwellDMA: Implement BlockLinear to BlockLinear copies.
Fernando Sahmkow
2022-11-17
Merge pull request #9229 from Docteh/achy_breaky_heart
Morph
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-11
video_core: Fix dma copy 1D random crash
FengChen
2022-10-17
video_core: implement 1D copies based on VMM 'kind'
FengChen
2022-10-06
maxwell_dma: remove warnings from implemented functionality
Liam
2022-10-06
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
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
[next]