summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-23[Android] Add a gradle build file for use with Android Studio 4.0Ryan Houdek
2013-12-23Change a PanicAlert to OSD message.Rachel Bryk
2013-12-21Fix the extended information status line that shows emulated mhz + idles skip...Ryan Houdek
2013-12-21[Android] Stop copying assets that don't need to be copied anymore.Ryan Houdek
2013-12-21Clean up and add info to .gitignore; also re-add the QtCreator CMakeLists.txt...Paul Olszewski
2013-12-21Revert "Add CMakeLists.txt.user to the .gitignore file. Closes issue 6873." b...Tony Wasserka
2013-12-19[Android] Work around Qualcomm's broken garbage in their v53 drivers. This do...Ryan Houdek
2013-12-19Work around AMD's broken Linux drivers when it comes to pinned memory and bas...Ryan Houdek
2013-12-18[Android] Things fixed in Qualcomm driver v53. GLSL Centroid usage. SHADER_IN...Ryan Houdek
2013-12-18In the shader log message, say if the error came from a PS or VS.Ryan Houdek
2013-12-17Fix the ZLib in Externals. The CMakeLists file looked like it was copy-pasted...waddlesplash
2013-12-17Merge branch 'revert-avx'degasus
2013-12-17Jit64: load second operator for double intrutionsdegasus
2013-12-17Revert "Jit64: use AVX instructions in some places"degasus
2013-12-16Add a non-tiny warning about CPUs that will silently desync.comex
2013-12-16Remove the flawed, unused attempt to manually emulate Gecko codes.comex
2013-12-16Software renderer: Add linear interpolation of fog range adjustment factors.Tony Wasserka
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-12Fix ARM unix build.Ryan Houdek
2013-12-12[Android] Fix gamepad input.Ryan Houdek
2013-12-12If we are using OpenGL ES 3, then don't check for OpenGL/GLURyan Houdek
2013-12-12Fix Cmake failure.Ryan Houdek
2013-12-12Add CMakeLists.txt.user to the .gitignore file. Closes issue 6873.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-11Update Readme.txt.Tony Wasserka
2013-12-11Use less brain damaged names for DLCache and TextureDecoder.Tony Wasserka
2013-12-11OpenCL: Use correct license header for 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-08Disable a certain clang warning for libpng.comex
2013-12-08Update wx to r75363 to address a wx bug that was breaking netplay on OS X.comex
2013-12-07Update .gitignoreJasper St. Pierre
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