summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-12-12[Android] Fix joysticks only capable of right/down movements. Also make it ca...Ryan Houdek
2013-12-12Oops, I left a bit being set when it shouldn't have been.Ryan Houdek
2013-12-12Small cleanup in the EGL GLInterface.Ryan Houdek
2013-12-12[Android] Fix gamepad input.Ryan Houdek
2013-12-12Have our OpenGL/ES context creation be less stupid.Ryan Houdek
2013-12-12[Android] Make our OpenGL ES 3 check in the UI less stupid.Ryan Houdek
2013-12-11[Android] Remove the now unused texture loader on the JNI side of things.Ryan Houdek
2013-12-11Fix Linux build.Ryan Houdek
2013-12-11Fix Windows BuildRyan Houdek
2013-12-11Remove all instances of OpenCL in the Dolphin Project. A brief history of Ope...Ryan Houdek
2013-12-11Use less brain damaged names for DLCache and TextureDecoder.Tony Wasserka
2013-12-11Minor const-correctness for some functions in FifoPlayer and some AudioCommon...Lioncash
2013-12-10Oops, don't use -lrt on Android either.comex
2013-12-10Fix an idiotic race condition when starting games in multiple Dolphin instanc...comex
2013-12-09VideoCommon: remove outdated copy of OGL::VertexManager::vFlushdegasus
2013-12-09OpenGL: disable shader cache when ShaderDebugging is enableddegasus
2013-12-09Merge branch 'ogl-tex2d'degasus
2013-12-09OGL: use integer uniforms for efb2ram texture converterdegasus
2013-12-08Fix "Entry Point Not Found crash on Windows Vista"Lioncash
2013-12-07fixed issue 6852.Chanwoong Kim
2013-12-06Add Read16/Read8 to the CBlobBigEndianReader so the key check is reading 8bit...Ryan Houdek
2013-12-06Oops. Fix a typo in the DriverDetails change.Ryan Houdek
2013-12-05Support OS specific bugs in our DriverDetails.Ryan Houdek
2013-12-03PixelShaderManager: clear s_bViewPortChanged flagdegasus
2013-12-03OpenGL: fix crash in revision 95aeedec19dbdegasus
2013-11-30[Android] Fix an issue that occurs due to the warning dialog.Ryan Houdek
2013-11-30[Android] 0.13 release.Ryan Houdek
2013-11-30[Android] Fix alert when using crappy Qualcomm drivers.Ryan Houdek
2013-11-29[Android-overlay] Z-button support.Ryan Houdek
2013-11-29[Android-overlay] Fix Java imports.Ryan Houdek
2013-11-29Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-29[Android-overlay] Disable Wiimote configuration until it is wired up.Ryan Houdek
2013-11-29[Android] Simplify some things in the overlay. Also Javadoc the new static fu...Lioncash
2013-11-29[Android-overlay] Add the new overlay icons. Support configuring them. Disabl...Ryan Houdek
2013-11-29Merge X11+D3D FreeLook feature into DolphinWXdegasus
2013-11-26OpenGL: readback efb2ram with different strides at oncedegasus
2013-11-26OpenGL: reset EFB after efb2ram FB initializationdegasus
2013-11-25Revert "jit: change our linking module to be able to handle arbitrary exit ad...Ryan Houdek
2013-11-25[Android] Add Javadoc to InputOverlayDrawableJoystick.Lioncash
2013-11-25OpenGL: split real xfb + efb2ram framebuffersdegasus
2013-11-25[Android] Build the configuration window for the overlay programmatically. Mo...Lioncash
2013-11-25[Android-overlay] Multiple physical gamepad support.Ryan Houdek
2013-11-25TextureConverter: remove WriteIncrementSampleXdegasus
2013-11-25Fix OpenGL ES 3.Ryan Houdek
2013-11-25TextureConverter: fix scopingdegasus
2013-11-25TextureConvertion: merge Write*Swizzlerdegasus
2013-11-25Fix for OpenGL ES 3.Ryan Houdek
2013-11-25TextureConverter: Use integer math for swizzlingdegasus
2013-11-25TextureConverter: Use gl_FragCoord instead of uv0degasus
2013-11-25TextureConverter: remove D3D9 foodegasus