4.0-562 10 years, 9 months ago Software renderer: Add a zfreeze related TODO.
4.0-561 10 years, 9 months ago Free performance for AMD+Linux. Instead of disabling BaseVertex due to pinned_memory. Just disable pinned_memory for the ELEMENT_ARRAY_BUFFER type which has issues with baseVertex(ELEMENT_ARRAY_BUFFER...
4.0-560 10 years, 9 months ago [Android] Enable shader cache.
4.0-559 10 years, 9 months ago [ARM] Implement tw/twi
4.0-558 10 years, 9 months ago [Android] Support grabbing OpenGL extensions and a function for checking for support.
4.0-557 10 years, 9 months ago Support grabbing whichever OpenGL mode we are running under from GLInterface. GLES or GL
4.0-556 10 years, 9 months ago Fixed issue 6245. (ISO Path's "Remove" button not being disabled when it should be)
4.0-555 10 years, 9 months ago Eliminate some Wiimote acceleration logic redundancy. Yeah, I eliminated a total of 3 LSB of accel data in the process, but no one will notice.
4.0-554 10 years, 9 months ago Revert "Reading shake force from calibration rather than a constant" It didn't make sense. The math was nonsensical. Calibration data was somehow applied twice. I don't even.
4.0-553 10 years, 9 months ago Fix some emulated wiimote turntable stupidness (DJ Hero controller). Happy Christmas! Fixed issue 6865.
4.0-552 10 years, 9 months ago [Android] Fix the gradle build system to allow for building from terminal. It will now copy the library files correctly and sign the resulting apk.
4.0-551 10 years, 9 months ago Remove our GLU dependency. Fix static zlib
4.0-550 10 years, 9 months ago [Android] Add a gradle build file for use with Android Studio 4.0
4.0-549 10 years, 9 months ago Change a PanicAlert to OSD message.
4.0-548 10 years, 9 months ago Fix the extended information status line that shows emulated mhz + idles skipped.
4.0-547 10 years, 9 months ago [Android] Stop copying assets that don't need to be copied anymore.
4.0-546 10 years, 9 months ago Clean up and add info to .gitignore; also re-add the QtCreator CMakeLists.txt.user ignore.
4.0-545 10 years, 9 months ago Revert "Add CMakeLists.txt.user to the .gitignore file. Closes issue 6873." because no comment has been given on what that newly ignored file even is. If no dev knows what's going on and there's not e...
4.0-544 10 years, 9 months ago [Android] Work around Qualcomm's broken garbage in their v53 drivers. This doesn't fix the issue, just a work around. This is the stupidest issue coming from Qualcomm. Now Dolphin Mobile won't crash i...
4.0-543 10 years, 9 months ago Work around AMD's broken Linux drivers when it comes to pinned memory and base_vertex usage. It seems that using pinned memory with base_vertex disabled is quicker than the other way around.