index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
Fifo.cpp
Age
Commit message (
Expand
)
Author
2025-11-01
Merge pull request #14035 from Dentomologist/pauseandlock_refactoring
JosJuice
2025-10-26
VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...
Jordan Woyak
2025-10-26
FifoManager: Remove redundant PauseAndLock parameters
Dentomologist
2025-10-26
FifoManager: Extract RestoreState from PauseAndLock
Dentomologist
2023-12-20
VideoCommon/CommandProcessor: Pass system instance through constructor
Lioncache
2023-12-18
VideoCommon/Fifo: Pass system instance through FifoManager constructor
Lioncache
2023-06-12
Common: Convert BlockingLoop::StopMode to enum class
Dentomologist
2023-03-21
Common: Move FPU-related helpers into Common namespace
Lioncash
2022-12-10
VideoCommon/Fifo: Pass Core::System to methods.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-11-29
VideoCommon/CommandProcessor: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-11-27
CoreTiming: Refactor to class.
Admiral H. Curtiss
2022-11-06
CoreTiming: Pass Core::System to Events.
Admiral H. Curtiss
2022-10-01
VideoCommon: Update EFB peek cache on draw done and tokens
Robin Kertels
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2022-04-18
Common/PointerWrap: Hide internals.
Admiral H. Curtiss
2022-02-12
VideoCommon/Fifo: Use GPFifo::GATHER_PIPE_SIZE instead of magic 32
Pokechu22
2022-01-11
Merge pull request #10356 from AdmiralCurtiss/config-port-core-4
JMC47
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2022-01-09
Config: Port SyncGPU settings to new config system.
Admiral H. Curtiss
2022-01-09
Config: Port dual core setting to new config system.
Admiral H. Curtiss
2022-01-06
Config: Port GPUDeterminismMode setting to new config system.
Admiral H. Curtiss
2021-12-18
Refactor OpcodeDecoding and FIFO analyzer to use callbacks
Pokechu22
2021-08-03
VI: Implement post-scanout XFB output
Techjar
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-23
VideoCommon/Fifo: Move SConfig::GetInstance() outside the GPU loop.
Admiral H. Curtiss
2021-05-15
Remove all remaining volatile qualifiers
JosJuice
2021-05-13
Remove Atomic.h
JosJuice
2021-04-18
Fifo: Run/sync with the GPU on command processor register access
Stenzek
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-07-24
VideoBackendBase: Do save state logic on the GPU thread
Stenzek
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-06-15
ConfigManager: Convert GPUDeterminismMode into an enum class
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-01-27
VideoBackend: Remove PeekMessages method
Stenzek
2017-09-02
CommandProcessor: Remove unnecessary include
Lioncash
2017-06-25
Change "blocking" BlockingLoop::Stop to give up and die after a timeout.
Shawn Hoffman
2017-06-07
quiet some sign-conversion-in-parameter warnings
Shawn Hoffman
2017-03-28
Fifo: Remove unnecessary integral casts
Lioncash
2017-03-26
Fifo: const correctness
Lioncash
2017-02-01
Remove special condition for auto dual core determinism
JosJuice
2017-01-27
CommandProcessor: Limit scope of ugly SCPFifoStruct.
degasus
2016-11-11
BlockingLoop: Yield to UI message pump while waiting.
Jules Blok
2016-10-11
SyncGPU: Fix savestate.
degasus
2016-10-08
Remove Frameskip
anthony
2016-10-03
Fifo: Fix SyncGPU.
degasus
2016-09-17
Fifo: Use SyncGPU timings for single core.
degasus
2016-09-03
Core: Change CoreTiming event key from int to EventType*
EmptyChaos
2016-08-23
Merge pull request #4141 from lioncash/vtx
Markus Wick
[next]