summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/Fifo.cpp
AgeCommit message (Expand)Author
2013-08-24sync gpu: check disable flag before volatiledegasus
2013-08-17Remove a redundant check in the fifo.Ryan Houdek
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-03-16Fix some warnings.Jordan Woyak
2013-03-15Removed calls to YieldCPU from RunGpuLoop.James Dunne
2013-03-15Corrected a typo.skidau
2013-03-01Merge branch 'master' into FIFO-BPskidau
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-16Increased the cycle time of the vertex command. Fixes "Speed Challenge: Jacq...skidau
2013-02-16Added preliminary support to synchronise the timing of the CPU and GPU thread...skidau
2013-02-03Set the token and finish interrupt signal from the video thread. This fixes ...skidau
2013-01-25Changed cmdidle to be idle on breakpoint.skidau
2012-11-26what is this even...rog
2012-05-26savestate vertexmanager (base) since it affects VertexLoader::RunVertices whi...nitsuja
2012-05-26made savestates synchronous and immediate. this allows saving or loading whil...nitsuja
2012-03-08- I've fixed possibles random hangs in DC mode.marcosvitali
2012-03-02Added an external exception check when the CPU writes to the FIFO. This allo...skidau
2011-03-16Fix the video software backend. (closes issue 4269)sl1nk3.s
2011-02-18Call Video_Prepare() before starting the CPU thread.Soren Jorvang
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13- FIX RE0 GFX fifo errors :DMarcos Vitali
2011-02-13- Delete FIFO CriticalSection sFifoCritical for SAVE STATES. With the skid_au...Marcos Vitali
2011-02-13- Improve Fifo_Init() and Fifo_ExitLoop() for avoid Crashes when the emulatio...Marcos Vitali
2011-02-13- Reimplemented FifoReset in other way, only call to GPFifo::ResetGatherPipe(...Marcos Vitali
2011-02-10Experimental commit and one fix for my last commit.Marcos Vitali
2011-02-08Paused the video thread while a save state was being created or loaded. Perf...skidau
2011-02-08Speed back to dolpihn: - Revert Read16 CPRead fifo hack for fix RE0. This hac...Marcos Vitali
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-30Fixed a small threading issue introduced by r6933 causing savestates to alway...sl1nk3.s
2011-01-29Improve for my last commit, also reset the VideoBuffer and Forget turn on GPR...Marcos Vitali
2011-01-29- Fixed Metroid Prime 2 "GFX FIFO: Unknown Opcode (0x%x).\n" This was happene...Marcos Vitali
2010-12-27Ops! Little fix for my prior commit.Marcos Vitali
2010-12-27More FIFO work, HACK Solution for extreme overflow on breakpoints.Marcos Vitali
2010-12-11BIG FIFO Commit PART 1! Sometimes you need to write everything from 0, so 10 ...Marcos Vitali
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-11-28More FIFO work. I've implemented intelligent mechanism in GatherPipeBursted t...Marcos Vitali
2010-11-28In the command processor when FIFO_READ_POINTER is reading Is better return f...Marcos Vitali
2010-11-24Corrected the FIFO breakpoint clause in the FIFO loop. This fixes Super Monk...skidau
2010-11-23Quick FIFO fix for Donkey Kong Country Returns. Added a FIFO breakpoint chec...skidau
2010-08-04Fix saving states on mesa3d and clean up the handling of asynchronous requestspierre
2010-07-18Committing some cleanups by avindra:NeoBrainX
2010-06-24My first commit :DMarcos Vitali
2010-06-15Sorry, I forgot to implement LoWatermark code for SC, now both SC & DC are wo...ayuanx
2010-06-15I was wrong on the CPEnd issue, which reveals CPBreakpoint > CPEnd is possibl...ayuanx
2010-06-14Implemented accurate BP and accurate Watermark, this should eventually retire...ayuanx