1. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  2. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  3. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  4. eddb113 Disable SSE4 S32A_Opaque blit. by mtklein · 10 years ago
  5. a695514 Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp by qiankun.miao · 10 years ago
  6. 871dca8 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  7. 4d6484e Revert of Disable NEON procs for box blur as it produces invalid results (patchset #1 id:1 of https://codereview.chromium.org/520963002/) by djsollen · 10 years ago
  8. 4a17646 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  9. fa115bd Disable Neon optimization of bad S32A/D565 blend. by mtklein · 10 years ago
  10. 84cab93 Disable Neon optimization of bad S32A/D565 blend. by mtklein · 10 years ago
  11. 5b2c2c6 disable neon proc that is triggering asserts by reed · 10 years ago
  12. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  13. 39cd5b9 Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now) by halcanary · 10 years ago
  14. ea13aff Let skia build with clang's integrated assembler. by thakis · 10 years ago
  15. 81cc04d Replace a pre-UAL instruction with its modern form. by thakis · 10 years ago
  16. 0be677d Fix S32A_D565_Opaque for RGBA on arm64 by kevin.petit · 10 years ago
  17. 9f2ed6d Disable suspect NEON function for 64-bit Android by djsollen · 10 years ago
  18. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  19. bc89329 Enable the SSSE3 compile time check on all platforms (4th attempt) by djsollen · 10 years ago
  20. 2da0f85 Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) by bungeman · 10 years ago
  21. 9338348 Enable the SSSE3 compile time check on all platforms (3rd attempt) by djsollen · 10 years ago
  22. 630598c Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  23. 9c6878b Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/) by halcanary · 10 years ago
  24. ee34953 Enable the SSSE3 compile time check on all platforms. by djsollen · 10 years ago
  25. 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
  26. 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
  27. bc9205b Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  28. a26bbb9 MIPS: added optimizations for functions from SkBitmapProcState by djordje.pesut · 10 years ago
  29. f05d626 Add return to SkBoxBlurGetPlatformProcs_SSE4. by scroggo · 10 years ago
  30. 5f7f9d0 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  31. 82cb86f Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/) by reed · 10 years ago
  32. 2830632 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  33. 3fa56b3 Exclude Clang on Windows too. Comment this up a bit. by mtklein · 10 years ago
  34. 6a7fdef Disable assembly code in MemorySanitizer builds. by Mike Klein · 10 years ago
  35. 4a2489f Hide symbols in S32A_Opaque_BlitRow32_SSE4 by henrik.smiding · 10 years ago
  36. 261fa58 Revert of Re-enable SSE4. (https://codereview.chromium.org/357593003/) by mtklein · 10 years ago
  37. a75b0fa Re-enable SSE4. by mtklein · 10 years ago
  38. 4dc94d9 ARM Skia NEON patches - 41 - arm64: SkXfermode::xfer32 by kevin.petit · 10 years ago
  39. 479fbaf Disable SSE4 code. by mtklein · 10 years ago
  40. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  41. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  42. 0d44830 ARM Skia NEON patches - 40 - arm64: S32A_D565_Opaque by kevin.petit · 10 years ago
  43. bf1850e Fix SkBlitRow_opts_arm so that it works on ARM v4t. by george · 10 years ago
  44. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  45. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  46. 9ccabf7 Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/) by mtklein · 10 years ago
  47. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  48. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  49. ea6b46b ARM Skia NEON patches - 39 - arm64 565 blitters by kevin.petit · 10 years ago
  50. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  51. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  52. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 10 years ago
  53. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  54. c77392e use colortype instead of config by reed · 10 years ago
  55. b328158 Fixing clusterfuzz issue by commit-bot@chromium.org · 10 years ago
  56. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  57. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  58. d09461f Undo troublesome SSE 4.1 change for now to unblock Skia -> Chrome roll. by commit-bot@chromium.org · 10 years ago
  59. dc20432 Add missing include in SkBlurImage optimization by commit-bot@chromium.org · 10 years ago
  60. 0a68c5a Add SSE4 check to BlurImage optimization. by commit-bot@chromium.org · 10 years ago
  61. f71be96 Always inline Filter_32_*_neon functions by commit-bot@chromium.org · 10 years ago
  62. f31fa24 Make gMask_00FF00FF a constant by commit-bot@chromium.org · 10 years ago
  63. ce4402c Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  64. 443c0a6 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 10 years ago
  65. 2656b1d Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  66. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  67. b53dd6c Remove the unused SkCachePreload_arm by commit-bot@chromium.org · 10 years ago
  68. 5376325 ARM Skia NEON patches - 36 - Color32 by commit-bot@chromium.org · 10 years ago
  69. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  70. c666197 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 10 years ago
  71. e1ba93e Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 10 years ago
  72. 6419a5e Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 10 years ago
  73. 05764d2 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 10 years ago
  74. 0ea05d8 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 10 years ago
  75. b004b8e Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 10 years ago
  76. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  77. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  78. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  79. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  80. 5429965 Xfermode: SSE2 implementation of a number of simple transfer modes by commit-bot@chromium.org · 10 years ago
  81. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  82. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  83. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  84. 95c2e55 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 10 years ago
  85. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  86. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  87. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  88. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  89. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  90. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  91. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  92. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  93. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 10 years ago
  94. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 10 years ago
  95. 88a9543 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 10 years ago
  96. fe68eb6 ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed by commit-bot@chromium.org · 10 years ago
  97. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 10 years ago
  98. 7b4edb2 Revert of Enable the SSSE3 files to be built for Android when SSSE3 is not present. (https://codereview.chromium.org/169753004/) by commit-bot@chromium.org · 10 years ago
  99. 32d58e6 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 10 years ago
  100. 374ea4e ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 10 years ago