1. 78d79cc Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders by msarett · 9 years ago
  2. de50d9b fix broken build by not passing the verbose flag through by Derek Sollenberger · 9 years ago
  3. 46409de Remove verbose bash logging by djsollen · 9 years ago
  4. cf94c74 Add android native_app_glue to platform_tools/android/third_party by joshualitt · 9 years ago
  5. fe79007 Update how we package skia resource for android testing by djsollen · 9 years ago
  6. 5aa5ea3 Add adb_wait_for_device script by borenet · 9 years ago
  7. c9b8276 BUG=skia: NOTRY=true TBR=borenet by stephana · 9 years ago
  8. c13a773 Unmount before app-install TBR=borenet by stephana · 9 years ago
  9. 9b4b91f5 This allows to restart the device. by stephana · 9 years ago
  10. 4f2dba6 Making mount more robust by stephana · 9 years ago
  11. 7ae68a8 Android scripts: add --verbose, fix missing 'source android_setup' by borenet · 9 years ago
  12. 7c72219 Add android_launch_app script to allow command line options to be passed to the sampleApp when starting. by Derek Sollenberger · 9 years ago
  13. 4a8d622 Add default resourcePath to SampleApp on Android. by bungeman · 9 years ago
  14. deee298 cleanup by stephana · 9 years ago
  15. f15132f Support SKIA_OUT on Mac and ChromeOS by borenet · 9 years ago
  16. a3a8eb6 Make Skia for Android libjpeg use ashmem by msarett · 9 years ago
  17. 5ae0e2b Default to arm_v7_neon. by mtklein · 9 years ago
  18. d8afd50 Android's Clang toolchain can't assemble the JPEG's .S files. by mtklein · 9 years ago
  19. cdec56e Landing directly for testing the ios buildbot code. by stephana · 9 years ago
  20. a0219f1 Fail gracefully when dm.json is not present by Derek Sollenberger · 9 years ago
  21. ac813d8 Try ARMv7 and NEON for Daisy. by mtklein · 9 years ago
  22. fb806dd Revert of Try ARMv7 and NEON for Daisy. (patchset #1 id:1 of https://codereview.chromium.org/1054233002/) by mtklein · 9 years ago
  23. a121c0e Try ARMv7 and NEON for Daisy. by Mike Klein · 9 years ago
  24. a416992 back to plain arm for the night by Mike Klein · 9 years ago
  25. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  26. 2d33a1d Streamline Thumb config. by mtklein · 9 years ago
  27. 83c6459 Make Daisy ARMv7. by mtklein · 9 years ago
  28. cb49c07 tidy up chromeos_setup.sh by mtklein · 9 years ago
  29. 192945e Revert of tidy up chromeos_setup.sh (patchset #1 id:1 of https://codereview.chromium.org/1051253002/) by mtklein · 9 years ago
  30. 3c2809b tidy up chromeos_setup.sh by mtklein · 9 years ago
  31. 48c3534 Update the Android scripts to refresh device names and capabilities. by djsollen · 9 years ago
  32. 6d0e7b2 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  33. 00c9509 Revert of WIP: Added support for giflib, updated jpeg and png (patchset #8 id:260001 of https://codereview.chromium.org/1038863003/) by borenet · 9 years ago
  34. 255dcd1 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  35. 114912d Fix android_run_skia script to allow for larger blacklist by msarett · 9 years ago
  36. 7bdc8df Add custom dm upload script to be used by the android framework by djsollen · 10 years ago
  37. f056bd1 Ensure that skia's test resources are properly packaged on Android by djsollen · 10 years ago
  38. 176cd92 Allow either the old or new version of ADB on mac. by djsollen · 10 years ago
  39. 8bce244 set skia_arch_type in nacl_make by mtklein · 10 years ago
  40. df1c337 Don't use m32 cflag for x86_64. by scroggo · 10 years ago
  41. 9d7ceca Generated makefile now includes people to contact. by scroggo · 10 years ago
  42. eb2be7f Additional cleanups to Android config parsing. by bungeman · 10 years ago
  43. 6429fd1 Cleanup the android scripts. by djsollen · 10 years ago
  44. 2d63859 android_run_skia: dump logcat on failure by mtklein · 10 years ago
  45. eae7fc0 Update the version of cpu-features that we use for testing. by djsollen · 10 years ago
  46. a092d2e Remove another GM reference. by mtklein · 10 years ago
  47. 8fd8d38 Add ability to specify gyp dir to gyp_to_android. by scroggo · 10 years ago
  48. c7bfd5b Stop building gm in Android framework build. by scroggo · 10 years ago
  49. 5037e9d Change DebugCanvas API to not encourage memory leaks by kkinnunen · 10 years ago
  50. 09acfc8 Pass gyp_source_dir to generate_tool. by scroggo · 10 years ago
  51. 2932276 Add some debugging information to gyp_to_android. by scroggo · 10 years ago
  52. 60936c7 Add parameter to specify gyp dir to gyp_to_android. by scroggo · 10 years ago
  53. 6cfce1b Change how SkDebugf is sent to stdout on Android. by scroggo · 10 years ago
  54. 76b3ac9 Simplfy DEPS: always pull all deps, remove unused barelinux platform. by mtklein · 10 years ago
  55. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  56. 8338a9a Reland "Move from libstlport to libc++ for Android framework builds" (patchset #1 id:1 of https://codereview.chromium.org/718793003/) by scroggo · 10 years ago
  57. 3c3fe7c Revert of Move from libstlport to libc++ for Android framework builds (patchset #1 id:1 of https://codereview.chromium.org/714113002/) by scroggo · 10 years ago
  58. ce25951 Move from libstlport to libc++ for Android framework builds by djsollen · 10 years ago
  59. 978d37b Add LOCAL_PICKUP_FILES to dm and bench makefiles. by scroggo · 10 years ago
  60. 0130c30 Add support for clang to the android build scripts by djsollen · 10 years ago
  61. 2550a7e Remove adb from Skia repository by djsollen · 10 years ago
  62. e228ba3 Update the Android NDK to r10c by djsollen · 10 years ago
  63. f49bba8 Use the most recent version of ADB from the SDK if necessary. by djsollen · 10 years ago
  64. c96aa64 Add a helper script to expose which version of adb the android scripts use. by djsollen · 10 years ago
  65. cd048d1 Update adb on linux to 1.0.32 by Derek Sollenberger · 10 years ago
  66. 89e5caa Revert of Update the Android NDK to r10c (patchset #1 id:1 of https://codereview.chromium.org/687603002/) by hcm · 10 years ago
  67. a01a17b Update the Android NDK to r10c by djsollen · 10 years ago
  68. f5b6bf7 Make -d x86 have the default GPU cache size. by mtklein · 10 years ago
  69. 77d724c Fix adb_pull_if_needed by borenet · 10 years ago
  70. 60d3054 Add Android copy_directory_contents_[to|from]_device scripts by Eric Boren · 10 years ago
  71. 7deeaf9 add n5 by mtklein · 10 years ago
  72. ed20c9b Fix root level Android.mk to now point to the correct nanobench makefile by djsollen · 10 years ago
  73. 8ebdd99 Cleanup FDO options. by djsollen · 10 years ago
  74. 6bf35c2 Update FDO options to match what is needed by the framework by djsollen · 10 years ago
  75. 0459cc7 Android.mk: bench_pictures -> nanobench by mtklein · 10 years ago
  76. dc0fcbb Fix Android platform self-tests by borenet · 10 years ago
  77. c7f069b Fix Android framework builds by Derek Sollenberger · 10 years ago
  78. be21e34 Bye bye bench. by mtklein · 10 years ago
  79. d3d6b81 Stop building tests in the Android tree. by mtklein · 10 years ago
  80. 937fca8 Add ability to generate/use FDO profiles for Android by djsollen · 10 years ago
  81. 7419e95 remove command line args by caryclark · 10 years ago
  82. fa9d135 fix nacl by caryclark · 10 years ago
  83. 384b020 Fix mac NDK builds by djsollen · 10 years ago
  84. ac29838 Fix warning about missing shared library symbols in android_gdbserver by qiankun.miao · 10 years ago
  85. 3eb258d Generate makefile for bench_pictures. by scroggo · 10 years ago
  86. d755479 Make gdb work for 64-bit Skia by qiankun.miao · 10 years ago
  87. 24b04fa Alphabetize defines in generated SkUserConfig. by scroggo · 10 years ago
  88. f94bdb8 explicitly add /data/local/tmp to the library path to support new AOSP restrictions by djsollen · 10 years ago
  89. 777a7dd Add config to build mips with dsp2 optimizations enabled by default. by Derek Sollenberger · 10 years ago
  90. c7d29c8 update our build system to support the experimental L-Release NDK by Derek Sollenberger · 10 years ago
  91. f955223 Add missing / in android_gdbserver by tomhudson · 10 years ago
  92. f50a793 Use BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE. by scroggo · 10 years ago
  93. 6815011 make skia_launcher be a position independent executable by Derek Sollenberger · 10 years ago
  94. 950f89d Specify the name of tool for creating a makefile. by scroggo · 10 years ago
  95. b2e1fa5 Push resources to Android device by qiankun.miao · 10 years ago
  96. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  97. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  98. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  99. 8766330 teach Nacl to not call setConfig by reed · 10 years ago
  100. 5102345 Fix android_run_skia script running with command line options by qiankun.miao · 10 years ago