1. 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
  2. a3b84d4 Support MSAA4 and (non-ES) OpenGL in Android SampleApp by commit-bot@chromium.org · 11 years ago
  3. b6872c0 Add support for MIPS to android build by commit-bot@chromium.org · 11 years ago
  4. 0e9297c update android build to use SDK API level 19. by djsollen@google.com · 11 years ago
  5. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  6. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. 3daa1ae Support linking skia statically on Android by commit-bot@chromium.org · 11 years ago
  8. 7578b3e Add logan to android_setup.sh by commit-bot@chromium.org · 11 years ago
  9. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  10. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  11. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  12. 7507276 Fix installing the release build sample app apk by commit-bot@chromium.org · 11 years ago
  13. ecdb6b3 Make it possible to pass GYP_DEFINES to Android builds by commit-bot@chromium.org · 11 years ago
  14. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  15. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
  16. 97f0bee fix android_gdb_exe script by djsollen@google.com · 11 years ago
  17. 3702b25 Fix ninja build on Android by djsollen@google.com · 11 years ago
  18. fe21538 fix the android build. now both android_ninja _and_ android_make work. by mtklein@google.com · 11 years ago
  19. cf0573f VERBOSE -> SKIA_ANDROID_VERBOSE_SETUP by mtklein@google.com · 11 years ago
  20. 1c4015a make vanilla android_ninja work, and add quiet options by mtklein@google.com · 11 years ago
  21. 0b499ae Remove uneeded copy of gdbserver from apk by djsollen@google.com · 11 years ago
  22. efcef6a fix Android release builds by mtklein@google.com · 11 years ago
  23. 06b7209 remove unecessary warnings from third_party code by djsollen@google.com · 11 years ago
  24. 48f9e1f Add android_ninja, like android_make for ninja. by mtklein@google.com · 11 years ago
  25. 741ea9e Revert "Add android_ninja, like android_make for ninja." by mtklein@google.com · 11 years ago
  26. 9eecef0 Add android_ninja, like android_make for ninja. by mtklein@google.com · 11 years ago
  27. c569327 Fix android_run_skia by borenet@google.com · 11 years ago
  28. beb0c2a use new globally scoped SkAlphaType by reed@google.com · 11 years ago
  29. 3a98ed7 various bug fixes. by djsollen@google.com · 11 years ago
  30. 40415c5 fix error in android setup script by djsollen@google.com · 11 years ago
  31. 4020acf Fix android_run_skia by commit-bot@chromium.org · 11 years ago
  32. a61ba10 default to device type of last build if no device type is given by djsollen@google.com · 11 years ago
  33. 065224d Add Android config for Intel RHB by borenet@google.com · 11 years ago
  34. 7ad39d3 Make android_run_skia exit with the correct code by borenet@google.com · 11 years ago
  35. cc95b1a Update Skia Android tools. by djsollen@google.com · 11 years ago
  36. 7627535 Re-organize Android scripts by borenet@google.com · 11 years ago
  37. 112215a Move toolchain setup into a function in android_setup.sh by borenet@google.com · 11 years ago
  38. ef08931 Normalize indents in android_setup.sh by borenet@google.com · 11 years ago
  39. db5460b add remote debugging support for x86 phone by commit-bot@chromium.org · 11 years ago
  40. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  41. 72761f0 ndk r8d->r8e, adding mips toolchain by mtklein@google.com · 11 years ago
  42. 05256f6 set a correct breakpoint for gdbserver, gdb can stop here before the app is running, and we can set more breakpoints if we need. For previous one, gdb will not stop, so it will run the app and exit. by commit-bot@chromium.org · 11 years ago
  43. b3915b5 Turn thumb back on. by mtklein@google.com · 11 years ago
  44. 489ba1d Update android_make to use arrays instead of space delimited strings by djsollen@google.com · 11 years ago
  45. cfe3c11 Revert "switch all the arm7 devices to build with thumb for a while" by djsollen@google.com · 11 years ago
  46. d411681 switch all the arm7 devices to build with thumb for a while by commit-bot@chromium.org · 11 years ago
  47. fa05719 Make ChromeOS build exit nonzero on failure by borenet@google.com · 11 years ago
  48. ab4098b add _thumb variants for arm devices by commit-bot@chromium.org · 11 years ago
  49. 6c4c3a5 Fixes for nacl_debugger's use of picture. by scroggo@google.com · 11 years ago
  50. 1e34b34 Use CreateFromStream in nacl debugger. by scroggo@google.com · 11 years ago
  51. 121b3fe Add MD5 support when syncing debug files and option to just start gdbserver by djsollen@google.com · 11 years ago
  52. 79fb9c0 Disable Goma for ChromeOS build by borenet@google.com · 11 years ago
  53. 2c47505 Remove no longer needed stuff from chromeos build script, always run gyp by commit-bot@chromium.org · 11 years ago
  54. bc4bed1 Temporarily disable gpu on chromeos by borenet@google.com · 11 years ago
  55. 5bbf1d5 Use a single cros_toolchain tarball for ChromeOS build by borenet@google.com · 11 years ago
  56. 68b5bae Allow specification of a non-default boto file in chromeos_make by borenet@google.com · 11 years ago
  57. 5ec1305 Use "Simple Chrome for Chrome OS Workflow" to build Skia for ChromeOS by borenet@google.com · 11 years ago
  58. bb52288 SkHello for NaCl by borenet@google.com · 11 years ago
  59. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  60. fe26fb6 add launcher icon for android hello_skia_app by djsollen@google.com · 11 years ago
  61. ecaa59d create simple skia app for android using jni by commit-bot@chromium.org · 11 years ago
  62. 0274f93 update android_gdb_exe to work with skia shared lib by djsollen@google.com · 11 years ago
  63. ecde97e yet another build fix for skia_launcher by djsollen@google.com · 11 years ago
  64. e69a54b fix broken skia_launcher app by djsollen@google.com · 11 years ago
  65. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  66. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  67. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  68. 6320e8f Remove dependency of gsutil to download ndk by commit-bot@chromium.org · 11 years ago
  69. 8371e70 Fix android_run_skia to work with multiple attached devices by borenet@google.com · 11 years ago
  70. 05403df Remove the fno-rtti excluders now that fno-rtti is only passed to c++ files. by commit-bot@chromium.org · 11 years ago
  71. da5e6e9 Use exportVar function in nacl_make by borenet@google.com · 11 years ago
  72. 6a98b8c Copy NaCl directory into trunk/platform_tools, adjust paths by borenet@google.com · 11 years ago
  73. c772540 fix copy-paste error in setup script by djsollen@google.com · 11 years ago
  74. d165de4 Check for third_party deps before compiling on android by djsollen@google.com · 11 years ago
  75. ce3d223 update recommended gclient config for android by djsollen@google.com · 11 years ago
  76. 4b32101 Update DEPS and GYP to use the copy of Android in platform_tools. by djsollen@google.com · 11 years ago
  77. ffca502 Resubmit r8929 with the duplicated change in trunk/platform_tools/android by borenet@google.com · 11 years ago
  78. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  79. dcdd57f Copy the top level Android directory into trunk. by djsollen@google.com · 11 years ago