summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-02-16MMIO: Port the IPC MMIOs to the new interface (and move the IOB handling to I...Pierre Bourdon
2014-02-16MMIO: Port the AI MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the SI MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the DI MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the DSP/ARAM/AI MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the MI MMIOs to the new interface (and rework that module extensiv...Pierre Bourdon
2014-02-16MMIO: Port the VI MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the PI MMIOs to the new interface.Pierre Bourdon
2014-02-16Starting point for the new MMIO interfacePierre Bourdon
2014-02-16DSP: add inline opcode documentationTillmann Karras
2014-02-16DSP: remove redundant expressionTillmann Karras
2014-02-16Silence some Windows compiler warningsTillmann Karras
2014-02-16Remove slowdown warningdegasus
2014-02-15Fix ARM buildRyan Houdek
2014-02-15Fix the arbitrary exits. We have to make sure that the block links are cleare...Ryan Houdek
2014-02-15On block unlinking, wipe the address from the valid links.Ryan Houdek
2014-02-15If block linking isn't enabled then make sure there isn't a performance hit f...Ryan Houdek
2014-02-15Initialize linkStatus to false in the ARM JIT cores as well.Ryan Houdek
2014-02-15redo 'jit: change our linking module to be able to handle arbitrary exit addr...Ryan Houdek
2014-02-15inline SetViewport into VertexShaderManagerdegasus
2014-02-15Merge pull request #42 from degasus/latencyFixPierre Bourdon
2014-02-15Merge pull request #73 from lioncash/ArraySize-CleanupPierre Bourdon
2014-02-15merge some common parts of Swap() into VideoCommondegasus
2014-02-15use EFBRectangle for scissor rectdegasus
2014-02-15move perfquery enable checks into videocommon (caller side)degasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-02-15fix ogl video config crashdegasus
2014-02-15move shared parts from VertexManager::vFlush into VideoCommondegasus
2014-02-15Kill off some usages of the ArraySize macro.Lioncash
2014-02-15Merge pull request #70 from lioncash/fifo-unsignedMatthew Parlane
2014-02-14Remove #if 0 statement in lfd() in Jit64/Jit_LoadStoreFloating.cppLioncash
2014-02-14Remove dead else branch in StoreFromRegister() in Jit64/JitRegCache.cppLioncash
2014-02-14Clean out some old left-behind quantizer stuff in Jit64/Jit_LoadStorePaired.c...Lioncash
2014-02-14Kill off some silly casting in the FifoPlayer.Lioncash
2014-02-13Kill auto usage in CISOBlob.cpp per request.Jordan Woyak
2014-02-13Fixed issue 7020. CISO >4GB failure. Caused by integer overflow.Jordan Woyak
2014-02-13Disable framerate correction for OpenALdegasus
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-13Fix some warningsTillmann Karras
2014-02-13Merge pull request #50 from Parlane/inifile_tidyMatthew Parlane
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2014-02-12Interpeter: Fixed ConvertToDouble to match the manual.Scott Mansell
2014-02-12x64Emitter: Fix the PSUBQ instruction's opcodeScott Mansell
2014-02-12x64Emitter: Add the xmm, xmm form of PSRLQ instruction.Scott Mansell
2014-02-12Re-enable non-IEEE mode supportTillmann Karras
2014-02-12Interpreter: fix float conversionsTillmann Karras
2014-02-12Jit64[IL]: fix float conversionsTillmann Karras
2014-02-12x64: add support for some x87 instructionsTillmann Karras
2014-02-12Rename "JITIL experimental recompiler"ExtremeDude2
2014-02-11change AI sampling rate based on framelimitdegasus