1. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  2. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  3. c682038 remove old 565 destination opts by Mike Klein · 7 years ago
  4. d2265e5 Port convolve functions to SkOpts by xiangze.zhang · 8 years ago
  5. 3f32135 Make SSE2/Neon convolution functions not to read extra bytes by xiangze.zhang · 8 years ago
  6. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  7. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  8. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  9. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  10. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  11. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  12. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  13. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  14. 4311f01 Move CPU feature detection to its own file. by mtklein · 8 years ago
  15. 86498fb Revert of Move CPU feature detection to its own file. (patchset #7 id:120001 of https://codereview.chromium.org/1890483002/ ) by mtklein · 8 years ago
  16. 872ea29 Move CPU feature detection to its own file. by mtklein · 8 years ago
  17. 601e36a Add AVX/AVX2 support for runtime check by Melnikov.Sergey.V · 8 years ago
  18. b4a7dc9 Port S32A_opaque blit row to SkOpts. by mtklein · 8 years ago
  19. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  20. e735f16 Revert of Try using std::call_once (patchset #1 id:1 of https://codereview.chromium.org/1550893002/ ) by mtklein · 9 years ago
  21. 8895b72 Try using std::call_once by mtklein · 9 years ago
  22. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  23. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  24. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  27. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  28. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  29. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  30. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago
  31. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  32. 54f313c Clean up dead xfermode opts code. by mtklein · 9 years ago
  33. 4525f43 We don't use boxBlurY. by mtklein · 9 years ago
  34. 95cc012 De-proc Color32 by mtklein · 9 years ago
  35. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  36. d65dc0c De-proc Color32 by mtklein · 9 years ago
  37. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  38. 376e9bc De-proc Color32 by mtklein · 9 years ago
  39. 70840cb Replace SSE optimization of Color32A_D565 by henrik.smiding · 9 years ago
  40. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  41. 3704df3 Remove SSE2 ColorRect32 code/files by henrik.smiding · 10 years ago
  42. 4e65473 Add SSE optimization of Color32A_D565 by henrik.smiding · 10 years ago
  43. 4bf1ce2 Revert of Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #1 id:1 of https://codereview.chromium.org/873553003/) by stephana · 10 years ago
  44. 4988891 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #16 id:300001 of https://codereview.chromium.org/874863002/) by stephana · 10 years ago
  45. 6dbfb21 SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  46. 2d80dd2 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #14 id:260001 of https://codereview.chromium.org/874863002/) by bungeman · 10 years ago
  47. 04bc91b SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  48. 94443b8 remove dead code after HQ change by reed · 10 years ago
  49. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  50. 72b0c05 Add SSSE3 acceleration for S32_D16_filter_DX by qiankun.miao · 10 years ago
  51. 60f3c65 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  52. 9da051a Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:40001 of https://codereview.chromium.org/773753002/) by jam · 10 years ago
  53. 45a0578 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  54. c09e2af Fix race in supports_simd(). by mtklein · 10 years ago
  55. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  56. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  57. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  58. 5f7f9d0 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  59. 82cb86f Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/) by reed · 10 years ago
  60. 2830632 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  61. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  62. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  63. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  64. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  65. 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
  66. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  67. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  68. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  69. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  70. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  71. ce4402c Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  72. 443c0a6 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 10 years ago
  73. 2656b1d Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  74. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago[Renamed (91%) from src/opts/opts_check_SSE2.cpp]
  75. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  76. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  77. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  78. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  79. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  80. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  81. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  82. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  83. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  84. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  85. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  86. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  87. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago
  88. 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
  89. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 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
  91. 05edd02 Implement a speedup for Y-only blurs by transposing. by senorblanco@chromium.org · 11 years ago
  92. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  93. 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
  94. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  95. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 11 years ago
  96. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  97. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  98. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  99. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  100. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago