summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-09Fix arm64 booting on windowsHEADstudio-master-dev_before_26911779studio-1.5studio-1.4gradle_1.5.0gradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3studio-master-releasestudio-master-devstudio-1.3-releasestudio-1.3-devmastermainbohu
studio-1.3-dev and studio-1.3-release branch are still using the SDL-1 for qemu-anroid build. Without it, we cannot launch arm64 on windows, following bug describes this problem: https://code.google.com/p/android/issues/detail?id=176110 In the future, we should properly branch out prebuilts/android-emulator-build/archive/ to avoid such regression from happending again. Change-Id: I6f1651887a45545b94d29214d30f9b35060b7bb3
2015-06-01Mesa: [windows] Fix for RDP / Chrome Remote Desktop.gradle_1.3.0-beta2studio-1.4-releaseDavid 'Digit' Turner
This updates the list of Mesa patches to include a new one that actually fixes Mesa to work properly under Remote Terminal or Chrome Remote Desktop. The main issue was that the Mesa WGL backend was still relying on host GDI32-provided GetPixelFormat() / SetPixelFormat() functions even though this is not needed. The patch removes this dependency. For context, see: https://android-review.googlesource.com/#/c/152706/ Change-Id: I49e1ecfb5708b6b61ea9c79c39372f01415e83f6
2015-05-08qemu2: Add missing SDL archivegradle_1.3.0-beta1bohu
Change-Id: I4bc1fc037b23b69099785b43c9fca7cd9f5166fd
2015-05-07Initial commitBill Yi