summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
AgeCommit message (Expand)Author
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
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