summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/Fifo.cpp
AgeCommit message (Expand)Author
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
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania
2009-10-07EFB Reads are so slow in D3D that I think we need an option for it. Here it is.hrydgard
2009-08-15GFX: omegadox
2009-08-09Frameskipping more aggressive (minor speedup, plz report any serious problems...hrydgard
2009-08-08Frameskipping! Complete with GUI! Even my most naive approach resulted in gre...XTra.KrazzY
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...omegadox
2009-07-23Hell, just switch to fifo.cpp from r3854.Nolan Check
2009-07-23Corrections to r3875.Nolan Check
2009-07-23Revert most of r3855.Nolan Check
2009-07-20Simplify fifo codeNolan Check
2009-07-18CP: Replace a couple spin-waits with event signals.Nolan Check
2009-07-17No more SleepCurrentThreads in Command Processor. Some Fifo cleanup.Nolan Check
2009-07-15Fixed one of the two remaining crash on Stop (issue 600), and removed some se...sl1nk3.s
2009-07-13Atomic operations library.Nolan Check
2009-07-11Use events and memfences for EFB accesses. Also, Single-Core mode now works a...Nolan Check
2009-07-11Switch to Video_BeginField; hopefully fix or reduce some video stability prob...Nolan Check
2009-07-03Fix a nasty dualcore hang in EFB read (see r3658 comment...) sl1nk3.s
2009-07-031. Savestates should now be super-stable (but you have to save AND load)XTra.KrazzY
2009-07-02EFB Access now works from both Dual Core and Single Core modes. Thread-safe.XTra.KrazzY
2009-06-26Display buffer flips are now triggered by the CPU thread through the Video_Up...Nolan Check
2009-06-20Remove delay in Fifo when CP/GP distance is 0. It's a bad idea to sleep for a...Nolan Check
2009-06-15linux compile fix, I'm not sure it was right of me to remove the mmsystem inc...nakeee
2009-06-15Attempt to calculate actual refresh rate (i.e. a CPU-GPU synced Mhz), no real...John Peterson
2009-03-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-03-07Allow for self shutdown from video plugins.XTra.KrazzY
2009-02-22Attempt to workaround some stop hangs by using MsgWait instead of Wait. chang...hrydgard
2009-02-22Core Stop and Start: Added alternative separate thread timer/loop based waiti...John Peterson
2009-02-22OpenGL: Added a Setup.h option to avoid another annoying WaitForSingleObject(...John Peterson
2009-02-21Fix for a single core mode stop-hang. Fix a build error in IL mode.hrydgard
2009-02-20The Mega Change Of Doom - or, fixing Stop. Almost. At least it's better than ...hrydgard
2009-01-27XFB in SC reverted back to its previous behavior (thx donko). But still hacke...memberTwo.mb2
2009-01-24Compile fix on linuxnakeee