summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/Fifo.cpp
AgeCommit message (Expand)Author
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
2009-01-24break my BOOLsmemberTwo.mb2
2009-01-241) XFB in DC proposal. This impact video plugin interface. WARNING: XFB_Draw ...memberTwo.mb2
2009-01-24Some warning and code cleanup.omegadox
2008-12-08set svn:eol-style=native for **.cppbushing
2008-12-04Fix windows build. Fix InterlockedIncrement for old gcc. TOTEST on linux.memberTwo.mb2
2008-12-04merged windows/linux atomic operations,nakeee
2008-11-24Hacky fix for weird video hangs in Metroid Prime 1. May think of something be...hrydgard
2008-11-24DC + fifo: small fix/correction ;). Remove old stupid OnIdleDC stuff. Interes...memberTwo.mb2
2008-11-22Linux build fixes.magumagu9
2008-11-22More CP/GPFifo work. Fix Super Monkey Ball SC/DC. SMB force us to hack CP dif...memberTwo.mb2
2008-11-18DC fix: Since game's frame-finish-watchdog have nothing to do with RTC, the f...memberTwo.mb2
2008-11-18warning fixnakeee
2008-11-15-dist is now -distToSendnakeee
2008-11-15DC "fix": "Better" watchdogThread. Need to be tested on others PC specs. Ever...memberTwo.mb2
2008-11-15porting 1180 to linuxnakeee
2008-11-14DC fix/hack: 1) now a GP-watchdog thread on core 2 locks CPU in gatherpipe (T...memberTwo.mb2
2008-11-03GP fifo reset fix (ZWW reset in DC at least). revert r1051 for ppl who don't ...memberTwo.mb2
2008-11-02continue instead of sleep (please review)nakeee
2008-10-30removed unneeded critical section to match windowsnakeee
2008-10-30Added InterlockedExchange to Linux sideSonicadvance1
2008-10-30A bit more proper GP fifo emulation: some DC fixes, some hacks too, more comm...memberTwo.mb2
2008-10-09Fix Building in Linux, removed the define for _T() in Common.h so now we can ...Sonicadvance1
2008-10-07Bunch of fix for DC mode (Metroid starts now,etc.). Look stable now but need ...memberTwo.mb2
2008-10-05fix savestates in SC mode at leastmemberTwo.mb2
2008-10-05reverted r777 (bad sunday morning quick commit) but the general id is there :pmemberTwo.mb2
2008-10-05oops savestate in SC mode should be fixed now (bug from 760).memberTwo.mb2
2008-10-03DataReader inline for OGL/DX9 and moved to VideoCommon. Large clean up.memberTwo.mb2
2008-10-03Added logging files to SConscriptnakeee
2008-10-02Get rid of locks added InterlockedExchangeAdd function in thread.cppnakeee
2008-10-02r729 fixmemberTwo.mb2
2008-10-02Making sure nothing broke on windowsnakeee
2008-10-02all this to make stop work without message passingnakeee
2008-10-02reverting 64 bit as it doesn't work properly.nakeee
2008-10-02converted to 64bit (please check on windows)nakeee
2008-10-02experimental multi-core support on linuxnakeee
2008-09-29DataReader migration to faster one: first step.memberTwo.mb2
2008-09-24DC idle skipping part 2: video thread is woken up when "OnIdle".memberTwo.mb2