summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
AgeCommit message (Expand)Author
2019-07-24VideoBackendBase: Do save state logic on the GPU threadStenzek
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-06-15ConfigManager: Convert GPUDeterminismMode into an enum classLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-01-27VideoBackend: Remove PeekMessages methodStenzek
2017-09-02CommandProcessor: Remove unnecessary includeLioncash
2017-06-25Change "blocking" BlockingLoop::Stop to give up and die after a timeout.Shawn Hoffman
2017-06-07quiet some sign-conversion-in-parameter warningsShawn Hoffman
2017-03-28Fifo: Remove unnecessary integral castsLioncash
2017-03-26Fifo: const correctnessLioncash
2017-02-01Remove special condition for auto dual core determinismJosJuice
2017-01-27CommandProcessor: Limit scope of ugly SCPFifoStruct.degasus
2016-11-11BlockingLoop: Yield to UI message pump while waiting.Jules Blok
2016-10-11SyncGPU: Fix savestate.degasus
2016-10-08Remove Frameskipanthony
2016-10-03Fifo: Fix SyncGPU.degasus
2016-09-17Fifo: Use SyncGPU timings for single core.degasus
2016-09-03Core: Change CoreTiming event key from int to EventType*EmptyChaos
2016-08-23Merge pull request #4141 from lioncash/vtxMarkus Wick
2016-08-22Merge pull request #4132 from lioncash/enum-fifoMarkus Wick
2016-08-21VertexManagerBase: Get rid of static behaviorLioncash
2016-08-19Merge pull request #3386 from lioncash/memoryJosJuice
2016-08-18Fifo: Make SyncGPUReason an enum classLioncash
2016-08-10Use Common::Flag and Common::Event when possibleLéo Lam
2016-08-07Common: namespace MemoryUtilLioncash
2016-07-19Fifo: Call AllowSleep instead of Wakeup when pausing.EmptyChaos
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
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