summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-10-13Perf: Use unordered_map instead of map in very slightly hot function.comex
2013-10-13Remove unused variable waitingForPEInterruptDisable.comex
2013-10-13PixelShaderGen: Refine the comment from revision 3fbe1b1ccdcf.NeoBrainX
2013-10-13VideoCommon: Update FastDepth's commentdegasus
2013-10-13VideoCommon: revert the ViewPort changesdegasus
2013-10-12VideoCommon: reimplement Dirty() in PixelShaderManagerdegasus
2013-10-12VideoCommon: fix dstAlphadegasus
2013-10-12VideoCommon: remove SetVSConstant4fdegasus
2013-10-12OGL: update ubo workarounddegasus
2013-10-12VideoCommon: refactor PixelShaderManager settersdegasus
2013-10-12videoCommon: remove not supported constant typesdegasus
2013-10-12D3D: also uses VideoCommon constant buffer handlingdegasus
2013-10-12ogl: implement useful constant buffer uploaddegasus
2013-10-12VideoCommon: keep a copy of the const buffer in VideoCommondegasus
2013-10-12ogl: use GL_RGBA instead of GL_RGBA8degasus
2013-10-12[ARM] Fix the JITILArm and JITArm dispatchers from comex's recent changes.Ryan Houdek
2013-10-11Build fix for previous commit.Ryan Houdek
2013-10-11[Android] Make Tegra 4 output graphics that aren't visually appealing.Ryan Houdek
2013-10-10[Android] Replace the getter for the adapter backing the GameListFragment wit...lioncash
2013-10-10[Android] Actually show the currently selected CPU core and video backend wit...Lioncash
2013-10-10Revert "{Android] Eliminate need for even using a byte array when copying ass...Lioncash
2013-10-09Remove more unused stuff.comex
2013-10-09One shudders to imagine what inhuman thoughts lie behind that code.comex
2013-10-09Remove "deprecated" and unused function Read_Opcode_JIT_LC.comex
2013-10-09Minor JitCache cleanup.comex
2013-10-09Make JIT_UNLIMITED_ICACHE always on.comex
2013-10-09Merge branch 'JitArmIL'Ryan Houdek
2013-10-09Add the Arm JITIL to DolphinWX.Ryan Houdek
2013-10-09Add the JITIL Arm recompiler to the Android settings.Ryan Houdek
2013-10-09[ARM-JitArmIL] Enable a bunch of instructions.Ryan Houdek
2013-10-09[ARM] Clean up LSL, LSR, and ASR emitters, we don't need a separate instructi...Ryan Houdek
2013-10-09[ARM-JITArmIL] Remove the SystemRegisters file.Ryan Houdek
2013-10-09Don't prepend file:// in wxUtils::Explore() on windows. Wxw will just remove ...Rachel Bryk
2013-10-09Fix unicode support for File::Rename() on windows.Rachel Bryk
2013-10-09Don't waste time looking up the block if enableBlocklink is off anyway.comex
2013-10-09{Android] Eliminate need for even using a byte array when copying assets over.Lioncash
2013-10-09C.K. should fix his website before throwing stones at obsolete xml.Matthew Parlane
2013-10-09Fix references for OGL, SW and D3D.Matthew Parlane
2013-10-09Missed a accept error handler.Matthew Parlane
2013-10-09Fix accept() bug, which was using the wrong isRW for error conversion.Matthew Parlane
2013-10-09[JitArmIL] Fix Windows build?Ryan Houdek
2013-10-08[JITArmIL] Fix JITIL compiling on x86.Ryan Houdek
2013-10-08[Android] Change the names of the functions responsible for loading/saving co...Lioncash
2013-10-08[Android] Rephrase a comment in VideoSettingsFragment.java.Lioncash
2013-10-08[ARM-JITArmIL] Begin merging of the two IL cores in to a common source base.Ryan Houdek
2013-10-08[ARM-JITArmIL] Provide the necessary instructions to allow the JitArmIL to ac...Ryan Houdek
2013-10-08[ARM] Update the ArmEmitter with a bunch of NEON emitters. This adds around 4...Ryan Houdek
2013-10-08Missed OGL includes apparently.Matthew Parlane
2013-10-08Fix Windows vcxproj files.Matthew Parlane
2013-10-07[Android] Remove unnecessary equals comparison in VideoSettingsFragment.java ...Lioncash