summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/Fifo.cpp
AgeCommit message (Expand)Author
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
2010-06-14Fixed GPFifo out of bounds by 32 bytesayuanx
2010-06-13Revert r5681ayuanx
2010-06-13Unleash the beast.ayuanx
2010-01-23Reverted the FIFO thread changeskidau
2010-01-23Experimental FIFO thread. Speeds up the emulator by moving FIFO to its own t...skidau
2010-01-16Fixed a stupid error left by me.ayuanx
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2010-01-13Fixes Issue 1997ayuanx
2010-01-081. Expanded Framelimit range from 20 to 120 in case someone wants to run a li...ayuanx
2010-01-071. This should fix Issue 1625 (Bizarre Auto Frame Limit)ayuanx
2010-01-03What we should think about:ayuanx
2010-01-03Fixed Issue 1921ayuanx
2010-01-021. Fixed the freeze issue in "Super Mario Galaxy" and other games, which was ...ayuanx
2009-12-31Sorry, this is the working fix for r4759ayuanx
2009-12-31Fixed Issue 1711 (a bug that prevents some games from booting)ayuanx
2009-12-28Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a s...sl1nk3.s
2009-12-17Disabled thread synchronization check so the speed should be back, and theore...ayuanx
2009-12-16Since we have been employing the FIFO BP hack for so long time, at least let'...ayuanx
2009-11-12The WGP does not loop if the write pointer is set beyond the end of the fifo....donkopunchstania
2009-10-21Revert the the Fifo changes from r3984 (Pokemon XD still somewhat works) this...sl1nk3.s