summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
AgeCommit message (Expand)Author
2016-04-10Alternative fix: promote cycleslate to an s64 everywhere.Scott Mansell
2016-01-25Fifo: Make g_use_deterministic_gpu_thread a TU-local variableLioncash
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-25Merge pull request #3530 from degasus/syncgpufixPierre Bourdon
2016-01-24Fifo: More comments for SyncGPU functions.degasus
2016-01-24Fifo: Fix SyncGPU.degasus
2016-01-24OpcodeDecoder: Add namespaceLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2015-12-25Fifo: Convert define into constantLioncash
2015-11-02VideoCommon: VertexManager -> VertexManagerBaseTillmann Karras
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-05-30Common: Update BlockingLoop to only use one atomic.degasus
2015-05-30Fifo: Extract syncing loopdegasus
2015-05-27CommandProcessor: Replace volatile usages with atomicsLioncash
2015-05-27Fifo: Replace usages of volatile 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-21Exit ReadDataFromFifoOnCPU, PushFifoAuxBuffer early if shutting down (GpuRunn...comex
2015-04-06Fifo: rewrite Fifo_PauseAndLockdegasus
2015-04-06Fifo: only touch the SIMD state once in the single core loopdegasus
2015-04-06Fifo: only sleep once within every ms of emulated timedegasus
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
2015-04-06Fifo: use the outer loop on sync GPUdegasus
2015-04-06Fifo: Replace busy loop with condition variabledegasus
2015-02-28Fifo: small cleanupTillmann Karras
2015-02-28Fifo: drop unused functionsTillmann Karras
2015-02-22VideoCommon: perf querys by async eventsdegasus
2015-02-22VideoCommon: implement swap requests in the full async waydegasus
2015-02-22VideoCommon: use a new async event system for efb accessdegasus
2014-12-10FIFO: allocate slightly more for SIMD vertex loader overreadsFiora
2014-12-09VideoCommon: cleanup OpcodeDecoderdegasus
2014-12-09VideoCommon: fifo cleanupsdegasus
2014-12-07Idle loop in GPU loop on dual core systems.Ryan Houdek
2014-11-15OpcodeDecoder: Skip recursiv display listsdegasus
2014-11-01VideoCommon: Remove GetPointer in fifo codedegasus
2014-09-30VideoCommon: Silence -Wmaybe-uninitialized warnings.Rohit Nirmal
2014-09-29ReadDataFromFifo is always called with len = 32. Remove the parameter to ena...comex
2014-09-28Add the override config option.comex
2014-09-28Add a central variable g_want_determinism which controls whether to try to ma...comex
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-28Make ReadDataFromFifo static.comex
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-09-05Merge pull request #967 from skidau/SyncGPU-SaveStateskidau
2014-09-04VideoCommon: rewrite frame skipping codedegasus
2014-09-04Added the EmuRunningState check to the GPU thread's FIFO loop so that the GPU...skidau
2014-09-01Refactor opcode decoding a bit to kill FifoCommandRunnable.comex