summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-05-22Interpreter: make fres match hardware.magumagu
2014-05-22Use accurate frsqrte in Interpreter.magumagu
2014-05-22Merge pull request #370 from Sonicadvance1/remove_specialized_memcmpshuffle2
2014-05-21Merge pull request #309 from magumagu/jit-unify-asmshuffle2
2014-05-21Merge pull request #376 from lioncash/wxshuffle2
2014-05-21Merge pull request #356 from Sonicadvance1/Fix-MMUAnalystshuffle2
2014-05-21Merge pull request #361 from LPFaint99/wiisaveshuffle2
2014-05-21Merge pull request #382 from magumagu/faster-fast-disc-speedshuffle2
2014-05-21Merge pull request #379 from jordan-woyak/gamelist-size-fixshuffle2
2014-05-21Merge pull request #343 from jordan-woyak/disable-sdl-windowsshuffle2
2014-05-20BPStructs: Consistently put the two shared copy args firstJasper St. Pierre
2014-05-20BPStructs: Remove another function wrapperJasper St. Pierre
2014-05-20BPStructs: Move LoadBPReg hereJasper St. Pierre
2014-05-20BPStructs: Flatten out BPWrittenJasper St. Pierre
2014-05-20BPStructs: Reindent BPWrittenJasper St. Pierre
2014-05-20BPStructs: Document BPMEM_BP_MASK betterJasper St. Pierre
2014-05-20BPMemory: Fix "DISPLAYCOPYFILER" typoJasper St. Pierre
2014-05-20BPStructs: Remove calls to SetInterlacedMode when reloading stateJasper St. Pierre
2014-05-20BPFunctions: Remove the rest of GetConfigJasper St. Pierre
2014-05-20PixelShaderManager: Fizzle out fog changes when disabled hereJasper St. Pierre
2014-05-20BPFunctions: Remove use of a dumb methodJasper St. Pierre
2014-05-20BPFunctions: Remove an unused methodJasper St. Pierre
2014-05-20BPMemory: Clean up and rename some variables and commentsJasper St. Pierre
2014-05-20BPFunctions: Clean up math slightlyJasper St. Pierre
2014-05-19ogl: pixel format shader without resolvingdegasus
2014-05-19ogl: use ARB_texture_multisample for msaadegasus
2014-05-19ogl: add ARB_texture_multisampledegasus
2014-05-19ogl: drop NV_framebuffer_multisample_coveragedegasus
2014-05-19ogl: drop csaa supportdegasus
2014-05-18DVDInterface: make fast disc speed faster.magumagu
2014-05-18Fix game list size display.Jordan Woyak
2014-05-18Remove an unnecessary null check in CodeWindow.cpp.Lioncash
2014-05-18MMIO: Lazy-initialize read/write handlers since most are not actually usedPierre Bourdon
2014-05-18Fix a typo in the JIT debugger windowLioncash
2014-05-18Merge pull request #355 from magumagu/gx-missing-opcodeTony Wasserka
2014-05-17Removes ZeroFrog's "optimized" memcpy and memcmp functions.Ryan Houdek
2014-05-18CheckExceptions: add TODO and remove a wrong commentPierre Bourdon
2014-05-17Move bn.h and ec.h into the correct filter sectionLioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-05-17Merge pull request #360 from magumagu/lighting-roundingTony Wasserka
2014-05-17Video backends: warn on usage of GL_DRAW_QUADS_2.magumagu
2014-05-17Get rid of old wx event type usages. Use recommended replacementsLioncash
2014-05-17Merge pull request #327 from magumagu/dvd-seek-timePierre Bourdon
2014-05-17Merge pull request #369 from lioncash/iniPierre Bourdon
2014-05-17Merge pull request #269 from magumagu/swbackend-xfregistersTony Wasserka
2014-05-16VideoCommon: cleanup Renderer::RecordVideoMemory.magumagu
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-05-16Merge pull request #374 from ToadKing/mastershuffle2