1. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  2. 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
  3. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  4. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  5. ea6b46b ARM Skia NEON patches - 39 - arm64 565 blitters by kevin.petit · 10 years ago
  6. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  7. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  8. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 10 years ago
  9. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  10. c77392e use colortype instead of config by reed · 10 years ago
  11. b328158 Fixing clusterfuzz issue by commit-bot@chromium.org · 10 years ago
  12. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  13. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  14. d09461f Undo troublesome SSE 4.1 change for now to unblock Skia -> Chrome roll. by commit-bot@chromium.org · 10 years ago
  15. dc20432 Add missing include in SkBlurImage optimization by commit-bot@chromium.org · 10 years ago
  16. 0a68c5a Add SSE4 check to BlurImage optimization. by commit-bot@chromium.org · 10 years ago
  17. f71be96 Always inline Filter_32_*_neon functions by commit-bot@chromium.org · 10 years ago
  18. f31fa24 Make gMask_00FF00FF a constant by commit-bot@chromium.org · 10 years ago
  19. ce4402c Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  20. 443c0a6 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 10 years ago
  21. 2656b1d Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 10 years ago
  22. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  23. b53dd6c Remove the unused SkCachePreload_arm by commit-bot@chromium.org · 10 years ago
  24. 5376325 ARM Skia NEON patches - 36 - Color32 by commit-bot@chromium.org · 10 years ago
  25. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  26. c666197 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 10 years ago
  27. e1ba93e Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 10 years ago
  28. 6419a5e Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 10 years ago
  29. 05764d2 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 10 years ago
  30. 0ea05d8 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 10 years ago
  31. b004b8e Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 10 years ago
  32. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  33. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  34. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  35. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  36. 5429965 Xfermode: SSE2 implementation of a number of simple transfer modes by commit-bot@chromium.org · 10 years ago
  37. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  38. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  39. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  40. 95c2e55 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 10 years ago
  41. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  42. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  43. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  44. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  45. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  46. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  47. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  48. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  49. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  50. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  51. 88a9543 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 11 years ago
  52. fe68eb6 ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed by commit-bot@chromium.org · 11 years ago
  53. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  54. 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 · 11 years ago
  55. 32d58e6 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 11 years ago
  56. 374ea4e ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  57. 5b92499 Revert of ARM Skia NEON patches - 12 - S32_Blend (https://codereview.chromium.org/158973002/) by commit-bot@chromium.org · 11 years ago
  58. dfff273 ARM Skia NEON patches - 12 - S32_Blend by commit-bot@chromium.org · 11 years ago
  59. 4012ba5 ARM Skia NEON patches - 20bis - BitmapProcState accurracy by commit-bot@chromium.org · 11 years ago
  60. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago
  61. be233d6 ARM Skia NEON patches - 27 - S32A_D565_Blend by commit-bot@chromium.org · 11 years ago
  62. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 11 years ago
  63. 0e8c8ef Disable NEON procs for SkBlitMask_D32_A8 until we can diagnose the source of the SIGILL chrashes seen in chromium. by commit-bot@chromium.org · 11 years ago
  64. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  65. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 11 years ago
  67. 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
  68. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 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
  70. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
  72. 871840d Revert the revert of (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004/) by robertphillips@google.com · 11 years ago
  73. 8bbf6b9 Reverting r12568 (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004) due to image quality regressions on the N4. by robertphillips@google.com · 11 years ago
  74. 2a7d4dd ARM Skia NEON patches - 34 - Blur Filter Improve a little on Blur by commit-bot@chromium.org · 11 years ago
  75. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  76. c53f15c Nit to self: NULL is not false. by senorblanco@chromium.org · 11 years ago
  77. bdb677a Do proper NEON checking for SkBoxBlur procs. by senorblanco@chromium.org · 11 years ago
  78. 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
  79. 46e266c ARM Skia NEON patches - 29 - Xfermode: SkFourByteInterp by commit-bot@chromium.org · 11 years ago
  80. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  81. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. dbe7f52 ARM Skia NEON patches - 16/17 - Blitmask by commit-bot@chromium.org · 11 years ago
  84. 05edd02 Implement a speedup for Y-only blurs by transposing. by senorblanco@chromium.org · 11 years ago
  85. f376f5d Implement a NEON version of morphology. This is good for ~2.2X speedup on Tegra3. by senorblanco@chromium.org · 11 years ago
  86. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  87. bc25dfc ARM Skia NEON patches - 31 - Xfermode: xfer16 Xfermode: xfer16 by commit-bot@chromium.org · 11 years ago
  88. ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. c518084 ARM Skia NEON patches - 33 - Convolution filter by commit-bot@chromium.org · 11 years ago
  90. 23ed4b3 Revert r12154 BUG=skia:1807 by epoger@google.com · 11 years ago
  91. 1375778 ARM Skia NEON patches - 33 - Convolution filter by commit-bot@chromium.org · 11 years ago
  92. f49a095 Mac build fix. 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. 602b960 Get rid of two unused variables from the .data section. by commit-bot@chromium.org · 11 years ago
  95. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  96. dfe0f43 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
  97. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  98. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  99. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  100. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago