summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
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-11-02fixed an off by one error I created in the texture copy function in bpstructs...donkopunchstania
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-28Make it possible to turn off the tiny vertex format setup JIT, may help macos...hrydgard
2008-10-27Aligned all vertex components to 4 byte boundaries - maybe ATI likes that? Re...hrydgard
2008-10-25Cachable vertex loaders. Not a very big speedup in itself, but makes it easie...hrydgard
2008-10-25Move moving things around and preparing for the next step (cached vertexloade...hrydgard
2008-10-25Move pipeline back into VertexLoader. Started work on VertexLoaderManager, wh...hrydgard
2008-10-25Include PluginSpecs.h so __cdecl is defined on non-Windows.Maarten ter Huurne
2008-10-25OpenGL - Don't cache pointer to compiled code - cache pointer to NativeVertex...hrydgard
2008-10-24Code movin' and cleanup again, in the GL plugin. Planning to turn NativeVerte...hrydgard
2008-10-23fixed marco to accept useless argnakeee
2008-10-22Fix debug mode build, fix some profile stuff to not get compiled when profili...hrydgard
2008-10-22Move out Cg shader generators to VideoCommon (hope to use this in the DX plug...hrydgard
2008-10-17more gl plugin cleanup, code movinghrydgard
2008-10-17Massive style & comment cleanup of (mostly) GL plugin - also split some large...hrydgard
2008-10-16Further tiny XFB speedup: baked the bias constants into the R tables, and swi...hrydgard
2008-10-15More XFB speedup. It's all SSE now.hrydgard
2008-10-15Substantial XFB speedup. There's more to get though, for example by using a s...hrydgard
2008-10-15added option to use XFB in GL, but XFB support still needs work. modified vie...donkopunchstania
2008-10-15added compile time assertion for _SECURE_SCL=0. It is very important that all...fires.gc
2008-10-09Yay, commentsSonicadvance1
2008-10-09Changed to checking for 32bit linux and I also missed a textureSonicadvance1
2008-10-09Fix Building in Linux, removed the define for _T() in Common.h so now we can ...Sonicadvance1
2008-10-08Fix some project settings (set SECURE_SCL=0 more consistently). Should preven...hrydgard
2008-10-08Made the SSE work with GCC 4.3 and above, may also work with 4.2 and aboveSonicadvance1
2008-10-07Bunch of fix for DC mode (Metroid starts now,etc.). Look stable now but need ...memberTwo.mb2
2008-10-06reverted r782 for linux only due to sse misalignment with gccmemberTwo.mb2
2008-10-05"as is" sse in some cases in TextureDecoder.cppmemberTwo.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