summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.h
AgeCommit message (Expand)Author
2025-06-24VideoCommon: remove unused struct fieldsTillmann Karras
2025-05-05VideoCommon: reset some CP registers during PI_FIFO_RESETTillmann Karras
2025-02-08VideoCommon: drop CP MMIO registers that were probably added in the wrong placeTillmann Karras
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-12-20VideoCommon/CommandProcessor: Pass system instance through constructorLioncache
2023-04-05VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-02-12CommandProcessor: Remove redundant GATHER_PIPE_SIZE constantPokechu22
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-11-02VideoCommon: Fix a -Wclass-memaccess in gcc 11Emmanuel Gil Peyrot
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-13Remove Atomic.hJosJuice
2019-05-31VideoCommon: Constrain the array_base registersbooto
2017-11-13Call Do for every member of SCPFifoStruct individuallyJosJuice
2017-09-02CommandProcessor: Remove unnecessary includeLioncash
2017-01-27CommandProcessor: Limit scope of ugly SCPFifoStruct.degasus
2017-01-05specify custom brace style to fix unionsBhaaL
2016-12-24CommandProcessor: Remove unimplemented prototypesLioncash
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-26CoreTiming: Drop ProcessFifoWaitEvents.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-09-24CommandProcessor: Remove unused externLioncash
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-05-30Fifo: Extract syncing loopdegasus
2015-05-27CommandProcessor: Replace volatile usages with atomicsLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-06Fifo: only sleep once within every ms of emulated timedegasus
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-04PixelEngine: Remove unused AllowIdleSkipping and all references to itJasper St. Pierre
2014-08-26Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather...comex
2014-06-01Video backends: remove dead code.magumagu
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
2014-02-16MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...Pierre Bourdon
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-09Cleanup enum indentations.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre