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
2016-04-10
Alternative fix: promote cycleslate to an s64 everywhere.
Scott Mansell
2016-01-25
Fifo: Make g_use_deterministic_gpu_thread a TU-local variable
Lioncash
2016-01-25
Fifo: Make g_bSkipCurrentFrame a TU-local variable
Lioncash
2016-01-25
Merge pull request #3530 from degasus/syncgpufix
Pierre Bourdon
2016-01-24
Fifo: More comments for SyncGPU functions.
degasus
2016-01-24
Fifo: Fix SyncGPU.
degasus
2016-01-24
OpcodeDecoder: Add namespace
Lioncash
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-12-25
Fifo: Convert define into constant
Lioncash
2015-11-02
VideoCommon: VertexManager -> VertexManagerBase
Tillmann Karras
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
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
[next]