summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2012-04-23force VolumeDirectory to align files to 32KB (only streaming audio files real...Shawn Hoffman
2012-04-21Modify state.dat before launching wads. Fixes Liight, maybe others. If in dou...Matthew Parlane
2012-04-07Fix compilation with g++ 4.7 and some warnings. Fixes issue 5347.Jordan Woyak
2012-03-30Revert Rodolfo's recent zcomploc commits until they actually work correctly.NeoBrainX
2012-03-29more fixes to zcomplock and opengl implementationrodolfoosvaldobogado
2012-03-28Merge branch 'scons-removal'Shawn Hoffman
2012-03-27As requested, this is my implementation of zcomploc using a multi-pass algori...rodolfoosvaldobogado
2012-03-25Merge branch 'wxw3-update'Shawn Hoffman
2012-03-25long time no commits :)rodolfoosvaldobogado
2012-03-24Bump the shader cache versionPierre Bourdon
2012-03-24D3D9: Fix texel to pixel mapping when sampling textures properly.NeoBrainX
2012-03-24Revert r41bcf657f89d, r3a9fed0ba285, r9adc119e3c2f and re58692653afd (all of ...NeoBrainX
2012-03-22small fix for last commit - didn't notice that was an #elif instead of #ifShawn Hoffman
2012-03-25Remove scons-related filesShawn Hoffman
2012-03-22Merge branch 'master' into wxw3-updateShawn Hoffman
2012-03-20Merged 'FifoBusy' branch. Thanksskidau
2012-03-18fix Common lib re-linking all the timeShawn Hoffman
2012-03-18Linux build fixskidau
2012-03-15Sped up the Dolphin debugger in JIT mode by splitting a block only while step...skidau
2012-03-05This release still fixed the hangs produced by fifo overflow without sacrific...marcosvitali
2012-03-03Fix some minor bugs pointed out by PVS Studio (thanks!)Henrik Rydgard
2012-02-28Merge branch 'cpp11'Jordan Woyak
2012-02-28Add comment here so people know what's up.Jordan Woyak
2012-02-25Improvement to revision b8bef29bcc5a .. :PNeoBrainX
2012-02-25Fixed a divide by zero error in the hash functionsskidau
2012-02-24enable c++11 compilation in cmakelistsJordan Woyak
2012-02-24Use an auto typed variable in IniFile.cppJordan Woyak
2012-02-21PixelShaderGen: Fix a bug introduced in revision 9adc119e3c2f.NeoBrainX
2012-02-20PixelShaderGen: For custom textures and scaled EFB copies, use correct texel ...NeoBrainX
2012-02-17PixelShaderGen: Use correct texel to pixel mapping when sampling texturesNeoBrainX
2012-02-06Rearranged the SSE detection. Patch by lordlyhobo.skidau
2012-02-01sysconf SetArayData use the minimum of the buffersize or the dataLengthLPFaint99
2012-01-09Added SHRD/SHLD x86 emitters, further optimized srawxcalc84maniac
2012-01-07added an option to log to the attached Windows debugger (so e.g. NOTICE_LOG m...nitsuja
2012-01-07fix for stack corruption caused by certain DSP LLE JIT ABI calls.nitsuja
2012-01-05Added emitters for BT/BTR/BTS/BTC x86 instructions, optimized extended arithm...calc84maniac
2012-01-04initialize the uninitializednitsuja
2012-01-04fixed an issue where the CPU sometimes single-steps an extra time after pausingnitsuja
2012-01-03Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.skidau
2012-01-03Changed the Gecko code handling to the native code handler. This provides fu...skidau
2012-01-02Fix a crash at startup with Dolphin on Linux compiled in debug modePierre Bourdon
2012-01-01increased fault tolerance of shader cache files.nitsuja
2011-12-29Reset errno to zero before testing it after the strtoul call. Fixes issue 5078.skidau
2011-12-18add wstring name(s)/description to the cachefile, use when available in gamel...LPFaint99
2011-12-18made savestate loads less fragile by adding some markers and rolling back on ...nitsuja
2011-12-17Merge branch 'cmake-osx2'Maarten ter Huurne
2011-12-13Fixed range check on TryParse() for u32, again.Maarten ter Huurne
2011-12-12For CPUID, save EBX on the stack instead of in a register.Maarten ter Huurne
2011-12-12Force the "ebx" argument to be mapped to a register (not necessarily EBX).Maarten ter Huurne
2011-12-10Merge branch 'large-mram'Shawn Hoffman