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
2015-06-08
Fifo: Rewrite SyncGpu
degasus
2015-05-30
Common: Update BlockingLoop to only use one atomic.
degasus
2015-05-30
Fifo: Extract syncing loop
degasus
2015-05-27
CommandProcessor: Replace volatile usages with atomics
Lioncash
2015-05-27
Fifo: Replace usages of volatile with atomics
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-21
Exit ReadDataFromFifoOnCPU, PushFifoAuxBuffer early if shutting down (GpuRunn...
comex
2015-04-06
Fifo: rewrite Fifo_PauseAndLock
degasus
2015-04-06
Fifo: only touch the SIMD state once in the single core loop
degasus
2015-04-06
Fifo: only sleep once within every ms of emulated time
degasus
2015-04-06
Fifo: rewrite sync on idle skipping hack
degasus
2015-04-06
Fifo: use the outer loop on sync GPU
degasus
2015-04-06
Fifo: Replace busy loop with condition variable
degasus
2015-02-28
Fifo: small cleanup
Tillmann Karras
2015-02-28
Fifo: drop unused functions
Tillmann Karras
2015-02-22
VideoCommon: perf querys by async events
degasus
2015-02-22
VideoCommon: implement swap requests in the full async way
degasus
2015-02-22
VideoCommon: use a new async event system for efb access
degasus
2014-12-10
FIFO: allocate slightly more for SIMD vertex loader overreads
Fiora
2014-12-09
VideoCommon: cleanup OpcodeDecoder
degasus
2014-12-09
VideoCommon: fifo cleanups
degasus
2014-12-07
Idle loop in GPU loop on dual core systems.
Ryan Houdek
2014-11-15
OpcodeDecoder: Skip recursiv display lists
degasus
2014-11-01
VideoCommon: Remove GetPointer in fifo code
degasus
2014-09-30
VideoCommon: Silence -Wmaybe-uninitialized warnings.
Rohit Nirmal
2014-09-29
ReadDataFromFifo is always called with len = 32. Remove the parameter to ena...
comex
2014-09-28
Add the override config option.
comex
2014-09-28
Add a central variable g_want_determinism which controls whether to try to ma...
comex
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-28
Make ReadDataFromFifo static.
comex
2014-09-28
Rejigger some FIFO buffer variables to be more rational.
comex
2014-09-09
Kill Core::g_CoreStartupParameter.
Rachel Bryk
2014-09-05
Merge pull request #967 from skidau/SyncGPU-SaveState
skidau
2014-09-04
VideoCommon: rewrite frame skipping code
degasus
2014-09-04
Added the EmuRunningState check to the GPU thread's FIFO loop so that the GPU...
skidau
2014-09-01
Refactor opcode decoding a bit to kill FifoCommandRunnable.
comex
2014-08-26
Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather...
comex
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre