aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_dma.cpp
AgeCommit message (Expand)Author
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
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2020-04-22MaxwellDMA: Correct copying on accuracy level.Fernando Sahmkow
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2019-09-01Merge pull request #2765 from FernandoS27/dma-fixbunnei
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti
2019-07-25MaxwellDMA: Fixes, corrections and relaxations.Fernando Sahmkow
2019-07-25Merge pull request #2743 from FernandoS27/surpress-assertbunnei
2019-07-18MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.Fernando Sahmkow
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow
2019-06-20surface: Correct format S8Z24Fernando Sahmkow
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20texture_cache: loose TryReconstructSurface when accurate GPU is not on.Fernando Sahmkow
2019-04-23Fixes and Corrections to DMA EngineFernando Sahmkow
2019-04-05video_core/engines: Make memory manager members privateLioncash
2019-04-05video_core/engines: Remove unnecessary inclusions where applicableLioncash
2019-03-20maxwell_dma: Check for valid source in destination before copy.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-05video_core/engines: Remove unnecessary includesLioncash
2019-02-15video_core: Remove usages of System::GetInstance() within the enginesLioncash
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-17gl_rasterizer: Skip VB upload if the state is clean.Markus Wick
2018-10-20engines/maxwell_*: Use nested namespace specifiers where applicableLioncash
2018-10-20maxwell_dma: Make variables const where applicable within HandleCopy()Lioncash