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