| Age | Commit message (Expand) | Author |
| 2010-01-23 | Reverted the FIFO thread change | skidau |
| 2010-01-23 | Experimental FIFO thread. Speeds up the emulator by moving FIFO to its own t... | skidau |
| 2010-01-16 | Fixed a stupid error left by me. | ayuanx |
| 2010-01-14 | This could alleviate the suffering of dual core synchronization a bit. | ayuanx |
| 2010-01-13 | Fixes Issue 1997 | ayuanx |
| 2010-01-08 | 1. Expanded Framelimit range from 20 to 120 in case someone wants to run a li... | ayuanx |
| 2010-01-07 | 1. This should fix Issue 1625 (Bizarre Auto Frame Limit) | ayuanx |
| 2010-01-03 | What we should think about: | ayuanx |
| 2010-01-03 | Fixed Issue 1921 | ayuanx |
| 2010-01-02 | 1. Fixed the freeze issue in "Super Mario Galaxy" and other games, which was ... | ayuanx |
| 2009-12-31 | Sorry, this is the working fix for r4759 | ayuanx |
| 2009-12-31 | Fixed Issue 1711 (a bug that prevents some games from booting) | ayuanx |
| 2009-12-28 | Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a s... | sl1nk3.s |
| 2009-12-17 | Disabled thread synchronization check so the speed should be back, and theore... | ayuanx |
| 2009-12-16 | Since we have been employing the FIFO BP hack for so long time, at least let'... | ayuanx |
| 2009-11-12 | The WGP does not loop if the write pointer is set beyond the end of the fifo.... | donkopunchstania |
| 2009-10-21 | Revert the the Fifo changes from r3984 (Pokemon XD still somewhat works) this... | sl1nk3.s |
| 2009-10-10 | Moving pixel engine and command processor from core to video common. This wil... | donkopunchstania |
| 2009-10-07 | EFB Reads are so slow in D3D that I think we need an option for it. Here it is. | hrydgard |
| 2009-08-15 | GFX: | omegadox |
| 2009-08-09 | Frameskipping more aggressive (minor speedup, plz report any serious problems... | hrydgard |
| 2009-08-08 | Frameskipping! Complete with GUI! Even my most naive approach resulted in gre... | XTra.KrazzY |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-07-26 | GFX: updated Dates, code formatting cleanup, code cleanup / organization, som... | omegadox |
| 2009-07-23 | Hell, just switch to fifo.cpp from r3854. | Nolan Check |
| 2009-07-23 | Corrections to r3875. | Nolan Check |
| 2009-07-23 | Revert most of r3855. | Nolan Check |
| 2009-07-20 | Simplify fifo code | Nolan Check |
| 2009-07-18 | CP: Replace a couple spin-waits with event signals. | Nolan Check |
| 2009-07-17 | No more SleepCurrentThreads in Command Processor. Some Fifo cleanup. | Nolan Check |
| 2009-07-15 | Fixed one of the two remaining crash on Stop (issue 600), and removed some se... | sl1nk3.s |
| 2009-07-13 | Atomic operations library. | Nolan Check |
| 2009-07-11 | Use events and memfences for EFB accesses. Also, Single-Core mode now works a... | Nolan Check |
| 2009-07-11 | Switch to Video_BeginField; hopefully fix or reduce some video stability prob... | Nolan Check |
| 2009-07-03 | Fix a nasty dualcore hang in EFB read (see r3658 comment...) | sl1nk3.s |
| 2009-07-03 | 1. Savestates should now be super-stable (but you have to save AND load) | XTra.KrazzY |
| 2009-07-02 | EFB Access now works from both Dual Core and Single Core modes. Thread-safe. | XTra.KrazzY |
| 2009-06-26 | Display buffer flips are now triggered by the CPU thread through the Video_Up... | Nolan Check |
| 2009-06-20 | Remove delay in Fifo when CP/GP distance is 0. It's a bad idea to sleep for a... | Nolan Check |
| 2009-06-15 | linux compile fix, I'm not sure it was right of me to remove the mmsystem inc... | nakeee |
| 2009-06-15 | Attempt to calculate actual refresh rate (i.e. a CPU-GPU synced Mhz), no real... | John Peterson |
| 2009-03-18 | nakee's new logmanager. added a console window for windows builds (prints to ... | Shawn Hoffman |
| 2009-03-07 | Allow for self shutdown from video plugins. | XTra.KrazzY |
| 2009-02-22 | Attempt to workaround some stop hangs by using MsgWait instead of Wait. chang... | hrydgard |
| 2009-02-22 | Core Stop and Start: Added alternative separate thread timer/loop based waiti... | John Peterson |
| 2009-02-22 | OpenGL: Added a Setup.h option to avoid another annoying WaitForSingleObject(... | John Peterson |
| 2009-02-21 | Fix for a single core mode stop-hang. Fix a build error in IL mode. | hrydgard |
| 2009-02-20 | The Mega Change Of Doom - or, fixing Stop. Almost. At least it's better than ... | hrydgard |
| 2009-01-27 | XFB in SC reverted back to its previous behavior (thx donko). But still hacke... | memberTwo.mb2 |
| 2009-01-24 | Compile fix on linux | nakeee |