summaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_dma.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2023-12-31MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-21Fix DMA engine register offsetsKelebek1
2023-08-09general: fix apple clang buildLiam
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-06-30maxwell_dma: Specify dst_operand.pitch instead of a temp varMorph
2023-06-26Use safe reads in DMA engineKelebek1
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-01-05BufferBase: Don't ignore GPU pages.Fernando Sahmkow
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj
2022-12-19video_core: Add usages of ScratchBufferameerj
2022-11-29engines: Remove unnecessary castsLioncash
2022-11-24MaxwellDMA: Implement BlockLinear to BlockLinear copies.Fernando Sahmkow
2022-11-17Merge pull request #9229 from Docteh/achy_breaky_heartMorph
2022-11-13Add break for default casesKyle Kienapfel
2022-11-11video_core: Fix dma copy 1D random crashFengChen
2022-10-17video_core: implement 1D copies based on VMM 'kind'FengChen
2022-10-06maxwell_dma: remove warnings from implemented functionalityLiam
2022-10-06NVDRV: Further improvements.Fernando Sahmkow
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-10maxwell_dma: use fallback if remapping is enabledLiam
2022-05-06maxwell_dma: fix bytes per pixelLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-07MaxwellDMA: Implement semaphore operationsLody
2021-09-19maxwell_dma: Minor refactoringameerj
2021-07-22DMA: Restrict optimised path for BlockToLinear further.FernandoS27
2021-07-15Buffer cache: Fixes, Clang and Feedback.Fernando Sahmkow
2021-07-14DMAEngine: Revert flushing from Pitch to BlpockLinear.Fernando Sahmkow
2021-07-13DMAEngine: Accelerate BufferClearFernando Sahmkow
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow
2021-04-14common: Move settings to common from core.bunnei
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-10-02video_core: Enforce -Wunused-variable and -Wunused-but-set-variableReinUsesLisp
2020-08-10textures/decoders: Fix block linear to pitch copiesReinUsesLisp
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp
2020-07-07maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp
2020-04-28MaxwellDMA: Optimize micro copies.Fernando Sahmkow
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow