1. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  2. bc89329 Enable the SSSE3 compile time check on all platforms (4th attempt) by djsollen · 10 years ago
  3. 2da0f85 Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) by bungeman · 10 years ago
  4. 9338348 Enable the SSSE3 compile time check on all platforms (3rd attempt) by djsollen · 10 years ago
  5. 630598c Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  6. d41dab4 Revert of Add support for NEON intrinsics to speed up texture compression. We can (https://codereview.chromium.org/390453002/) by krajcevski · 10 years ago
  7. bc9205b Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  8. a26bbb9 MIPS: added optimizations for functions from SkBitmapProcState by djordje.pesut · 10 years ago
  9. 5f7f9d0 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  10. 82cb86f Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/) by reed · 10 years ago
  11. 2830632 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  12. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  13. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  14. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  15. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  16. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  17. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  18. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  19. ab08437 Revert "Temporarily disable NEON on Android framework builds." by commit-bot@chromium.org · 10 years ago
  20. daeec36 Remove non-existent header file from Android opts. by bungeman@google.com · 10 years ago
  21. 901c43c Temporarily disable NEON on Android framework builds. by djsollen@google.com · 10 years ago
  22. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  23. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  24. 479d1ae Fixes to Android.mk generation for arm64. by commit-bot@chromium.org · 10 years ago
  25. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  26. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  27. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  28. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  29. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  30. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  31. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  32. e72a408 Updates to gyp files for building Android.mk by commit-bot@chromium.org · 10 years ago
  33. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 10 years ago
  34. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 10 years ago
  35. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 10 years ago
  36. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 10 years ago
  37. a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 10 years ago
  38. 0ded88d [Reland of r13154, since the Housekeeping bot seems to have reverted it in r13155. Next time I'll put the "do not disturb" sign on my commit.] by senorblanco@chromium.org · 11 years ago
  39. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 76d4d04 Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effects/, so that we could use the SkMorphologyProc type in SkMorphologyImageFilter.h. by senorblanco@chromium.org · 11 years ago
  41. b6872c0 Add support for MIPS to android build by commit-bot@chromium.org · 11 years ago
  42. 1d62f42 Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. by senorblanco@chromium.org · 11 years ago
  43. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  44. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  45. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. dbe7f52 ARM Skia NEON patches - 16/17 - Blitmask by commit-bot@chromium.org · 11 years ago
  47. f376f5d Implement a NEON version of morphology. This is good for ~2.2X speedup on Tegra3. by senorblanco@chromium.org · 11 years ago
  48. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  49. 1986756 Speculative Android build fix. by senorblanco@chromium.org · 11 years ago
  50. 7a47ad3 Implement SSE2-based implementations of the morphology filters (dilate & erode). This gives a 3-5X speedup over the naive implementation, and also mitigates a timing-based security attack in Chrome (https://code.google.com/p/chromium/issues/detail?id=251711). by senorblanco@chromium.org · 11 years ago
  51. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  52. dfe0f43e Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  53. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  54. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  55. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  56. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  57. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  58. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  59. e997c26 ARM Skia NEON patches - 15 - Preparation work for Blitmask optims by commit-bot@chromium.org · 11 years ago
  60. 4460de4 Tweak -mssse3 on Mac a little. by commit-bot@chromium.org · 11 years ago
  61. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  62. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  63. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  64. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  65. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  66. 8ac834b bad line in gyp fie snuck into last commit, continuing the ARM breakage by humper@google.com · 11 years ago
  67. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
  68. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  69. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  70. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  71. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  72. 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
  73. 98d97fc Fix gyp files when building Android for x86 by djsollen@google.com · 12 years ago
  74. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  75. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  76. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  77. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  78. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  79. 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 12 years ago
  80. 1407a48 Fix the Android build. by digit@google.com · 12 years ago
  81. a8dd1ce arm: dynamic NEON support for SkBlitRow_opts_arm.cpp by digit@google.com · 12 years ago
  82. fce02ac arm: dynamic NEON support for SkBitmapProcState matrix operations. by digit@google.com · 12 years ago
  83. e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
  84. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  85. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  86. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  87. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  88. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  89. 20c0a18 Change skia_target_arch != arm to skia_target_arch == x86 in gyp files by bsalomon@google.com · 12 years ago
  90. 2109923 hack to enable SSSE3 on Macs Review URL: https://codereview.appspot.com/5649091 by epoger@google.com · 12 years ago
  91. 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 12 years ago
  92. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 12 years ago
  93. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  94. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  95. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  96. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  97. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago