| Age | Commit message (Expand) | Author |
| 2008-11-22 | More CP/GPFifo work. Fix Super Monkey Ball SC/DC. SMB force us to hack CP dif... | memberTwo.mb2 |
| 2008-11-18 | DC fix: Since game's frame-finish-watchdog have nothing to do with RTC, the f... | memberTwo.mb2 |
| 2008-11-18 | warning fix | nakeee |
| 2008-11-15 | -dist is now -distToSend | nakeee |
| 2008-11-15 | DC "fix": "Better" watchdogThread. Need to be tested on others PC specs. Ever... | memberTwo.mb2 |
| 2008-11-15 | porting 1180 to linux | nakeee |
| 2008-11-14 | DC fix/hack: 1) now a GP-watchdog thread on core 2 locks CPU in gatherpipe (T... | memberTwo.mb2 |
| 2008-11-03 | GP fifo reset fix (ZWW reset in DC at least). revert r1051 for ppl who don't ... | memberTwo.mb2 |
| 2008-11-02 | continue instead of sleep (please review) | nakeee |
| 2008-11-02 | fixed an off by one error I created in the texture copy function in bpstructs... | donkopunchstania |
| 2008-10-30 | removed unneeded critical section to match windows | nakeee |
| 2008-10-30 | Added InterlockedExchange to Linux side | Sonicadvance1 |
| 2008-10-30 | A bit more proper GP fifo emulation: some DC fixes, some hacks too, more comm... | memberTwo.mb2 |
| 2008-10-28 | Make it possible to turn off the tiny vertex format setup JIT, may help macos... | hrydgard |
| 2008-10-27 | Aligned all vertex components to 4 byte boundaries - maybe ATI likes that? Re... | hrydgard |
| 2008-10-25 | Cachable vertex loaders. Not a very big speedup in itself, but makes it easie... | hrydgard |
| 2008-10-25 | Move moving things around and preparing for the next step (cached vertexloade... | hrydgard |
| 2008-10-25 | Move pipeline back into VertexLoader. Started work on VertexLoaderManager, wh... | hrydgard |
| 2008-10-25 | Include PluginSpecs.h so __cdecl is defined on non-Windows. | Maarten ter Huurne |
| 2008-10-25 | OpenGL - Don't cache pointer to compiled code - cache pointer to NativeVertex... | hrydgard |
| 2008-10-24 | Code movin' and cleanup again, in the GL plugin. Planning to turn NativeVerte... | hrydgard |
| 2008-10-23 | fixed marco to accept useless arg | nakeee |
| 2008-10-22 | Fix debug mode build, fix some profile stuff to not get compiled when profili... | hrydgard |
| 2008-10-22 | Move out Cg shader generators to VideoCommon (hope to use this in the DX plug... | hrydgard |
| 2008-10-17 | more gl plugin cleanup, code moving | hrydgard |
| 2008-10-17 | Massive style & comment cleanup of (mostly) GL plugin - also split some large... | hrydgard |
| 2008-10-16 | Further tiny XFB speedup: baked the bias constants into the R tables, and swi... | hrydgard |
| 2008-10-15 | More XFB speedup. It's all SSE now. | hrydgard |
| 2008-10-15 | Substantial XFB speedup. There's more to get though, for example by using a s... | hrydgard |
| 2008-10-15 | added option to use XFB in GL, but XFB support still needs work. modified vie... | donkopunchstania |
| 2008-10-15 | added compile time assertion for _SECURE_SCL=0. It is very important that all... | fires.gc |
| 2008-10-09 | Yay, comments | Sonicadvance1 |
| 2008-10-09 | Changed to checking for 32bit linux and I also missed a texture | Sonicadvance1 |
| 2008-10-09 | Fix Building in Linux, removed the define for _T() in Common.h so now we can ... | Sonicadvance1 |
| 2008-10-08 | Fix some project settings (set SECURE_SCL=0 more consistently). Should preven... | hrydgard |
| 2008-10-08 | Made the SSE work with GCC 4.3 and above, may also work with 4.2 and above | Sonicadvance1 |
| 2008-10-07 | Bunch of fix for DC mode (Metroid starts now,etc.). Look stable now but need ... | memberTwo.mb2 |
| 2008-10-06 | reverted r782 for linux only due to sse misalignment with gcc | memberTwo.mb2 |
| 2008-10-05 | "as is" sse in some cases in TextureDecoder.cpp | memberTwo.mb2 |
| 2008-10-05 | fix savestates in SC mode at least | memberTwo.mb2 |
| 2008-10-05 | reverted r777 (bad sunday morning quick commit) but the general id is there :p | memberTwo.mb2 |
| 2008-10-05 | oops savestate in SC mode should be fixed now (bug from 760). | memberTwo.mb2 |
| 2008-10-03 | DataReader inline for OGL/DX9 and moved to VideoCommon. Large clean up. | memberTwo.mb2 |
| 2008-10-03 | Added logging files to SConscript | nakeee |
| 2008-10-02 | Get rid of locks added InterlockedExchangeAdd function in thread.cpp | nakeee |
| 2008-10-02 | r729 fix | memberTwo.mb2 |
| 2008-10-02 | Making sure nothing broke on windows | nakeee |
| 2008-10-02 | all this to make stop work without message passing | nakeee |
| 2008-10-02 | reverting 64 bit as it doesn't work properly. | nakeee |
| 2008-10-02 | converted to 64bit (please check on windows) | nakeee |