summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19Core: Eliminate core/memory dependancies.Fernando Sahmkow1-1/+0
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-12/+13
2023-12-31MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow1-2/+2
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow1-8/+4
2023-09-21Fix DMA engine register offsetsKelebek11-2/+3
2023-08-10general: fix apple clang buildLiam1-0/+1
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-46/+41
2023-07-01maxwell_dma: Specify dst_operand.pitch instead of a temp varMorph1-4/+3
2023-06-26Use safe reads in DMA engineKelebek11-5/+6
2023-06-22Remove memory allocations in some hot pathsKelebek11-16/+19
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow1-1/+1
2023-05-07GPU: Add Reactive flushingFernando Sahmkow1-6/+2
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow1-48/+59
2023-01-05BufferBase: Don't ignore GPU pages.Fernando Sahmkow1-2/+2
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow1-8/+9
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow1-1/+11
2022-12-20scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj1-9/+9
2022-12-20video_core: Add usages of ScratchBufferameerj1-24/+8
2022-11-29engines: Remove unnecessary castsLioncash1-7/+7
2022-11-24MaxwellDMA: Implement BlockLinear to BlockLinear copies.Fernando Sahmkow1-1/+66
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-11-10video_core: Fix dma copy 1D random crashFengChen1-17/+20
2022-10-17video_core: implement 1D copies based on VMM 'kind'FengChen1-54/+73
2022-10-06maxwell_dma: remove warnings from implemented functionalityLiam1-2/+0
2022-10-06NVDRV: Further improvements.Fernando Sahmkow1-5/+13
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-33/+58
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-2/+2
2022-05-11maxwell_dma: use fallback if remapping is enabledLiam1-3/+6
2022-05-07maxwell_dma: fix bytes per pixelLiam1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-07MaxwellDMA: Implement semaphore operationsLody1-1/+19
2021-09-20maxwell_dma: Minor refactoringameerj1-32/+32
2021-07-23DMA: Restrict optimised path for BlockToLinear further.FernandoS271-1/+2
2021-07-15Buffer cache: Fixes, Clang and Feedback.Fernando Sahmkow1-0/+5
2021-07-14DMAEngine: Revert flushing from Pitch to BlpockLinear.Fernando Sahmkow1-2/+7
2021-07-13DMAEngine: Accelerate BufferClearFernando Sahmkow1-2/+4
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow1-9/+27
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-3/+0
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+3
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-2/+4
2020-10-03video_core: Enforce -Wunused-variable and -Wunused-but-set-variableReinUsesLisp1-2/+0
2020-08-11textures/decoders: Fix block linear to pitch copiesReinUsesLisp1-13/+8
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp1-13/+17
2020-07-08maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp1-143/+151
2020-04-28MaxwellDMA: Optimize micro copies.Fernando Sahmkow1-0/+40
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-5/+5
2020-04-23Clang Format.Fernando Sahmkow1-1/+2
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+6
2020-04-22MaxwellDMA: Correct copying on accuracy level.Fernando Sahmkow1-2/+7
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow1-1/+1
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp1-0/+3
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp1-3/+0
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti1-4/+2
2019-07-26MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow1-16/+26
2019-07-18MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.Fernando Sahmkow1-1/+1
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-1/+1
2019-06-21surface: Correct format S8Z24Fernando Sahmkow1-1/+1
2019-06-21decoders: correct block calculationFernando Sahmkow1-1/+1
2019-06-21texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow1-1/+1
2019-04-23Fixes and Corrections to DMA EngineFernando Sahmkow1-37/+46
2019-04-06video_core/engines: Make memory manager members privateLioncash1-1/+1
2019-04-06video_core/engines: Remove unnecessary inclusions where applicableLioncash1-1/+1
2019-03-21maxwell_dma: Check for valid source in destination before copy.bunnei1-0/+10
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-16/+12
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-2/+5
2019-03-07gpu: Move command processing to another thread.bunnei1-2/+2
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-0/+1
2019-02-16video_core: Remove usages of System::GetInstance() within the enginesLioncash1-3/+5
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp1-10/+12
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-4/+4
2018-11-17gl_rasterizer: Skip VB upload if the state is clean.Markus Wick1-0/+5
2018-10-20engines/maxwell_*: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-10-20maxwell_dma: Make variables const where applicable within HandleCopy()Lioncash1-3/+3
2018-10-20maxwell_dma: Make FlushAndInvalidate's size parameter a u64Lioncash1-1/+1
2018-10-20maxwell_dma: Remove unused variables in HandleCopy()Lioncash1-3/+0
2018-10-19GPU: Improved implementation of maxwell DMA (Subv).bunnei1-15/+58
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-4/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-08GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine.Subv1-2/+10
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-07-02GPU: Directly copy the pixels when performing a same-layout DMA.Subv1-1/+5
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv1-0/+69