summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
AgeCommit message (Expand)Author
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
2014-08-26Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather...comex
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre