1. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  2. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  3. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  4. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  5. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago
  6. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  7. 54f313c Clean up dead xfermode opts code. by mtklein · 9 years ago
  8. 4525f43 We don't use boxBlurY. by mtklein · 10 years ago
  9. 95cc012 De-proc Color32 by mtklein · 10 years ago
  10. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  11. d65dc0c De-proc Color32 by mtklein · 10 years ago
  12. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  13. 376e9bc De-proc Color32 by mtklein · 10 years ago
  14. 70840cb Replace SSE optimization of Color32A_D565 by henrik.smiding · 10 years ago
  15. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  16. 3704df3 Remove SSE2 ColorRect32 code/files by henrik.smiding · 10 years ago
  17. 4e65473 Add SSE optimization of Color32A_D565 by henrik.smiding · 10 years ago
  18. 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
  19. 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
  20. 6dbfb21 SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  21. 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
  22. 04bc91b SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  23. 94443b8 remove dead code after HQ change by reed · 10 years ago
  24. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  25. 72b0c05 Add SSSE3 acceleration for S32_D16_filter_DX by qiankun.miao · 10 years ago
  26. 60f3c65 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  27. 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
  28. 45a0578 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  29. c09e2af Fix race in supports_simd(). by mtklein · 10 years ago
  30. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  31. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  32. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  33. 5f7f9d0 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  34. 82cb86f Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/) by reed · 10 years ago
  35. 2830632 Add SSE4 version of BlurImage optimizations. by henrik.smiding · 10 years ago
  36. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  37. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  38. db6346a Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by mtklein · 10 years ago
  39. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  40. 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
  41. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  42. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 10 years ago
  43. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  44. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  45. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 11 years ago
  46. ce4402c Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 11 years ago
  47. 443c0a6 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 11 years ago
  48. 2656b1d Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 11 years ago
  49. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 11 years ago[Renamed (91%) from src/opts/opts_check_SSE2.cpp]
  50. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  51. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 11 years ago
  52. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 11 years ago
  53. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  54. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 11 years ago
  55. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 11 years ago
  56. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 11 years ago
  57. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 11 years ago
  58. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 11 years ago
  59. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  60. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  61. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  62. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago
  63. 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
  64. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 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
  66. 05edd02 Implement a speedup for Y-only blurs by transposing. by senorblanco@chromium.org · 11 years ago
  67. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  68. 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
  69. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  70. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 11 years ago
  71. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  72. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  73. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  74. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  75. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  76. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  77. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  79. 7329dc9 revert 4799-4801 -- red and blue are reversed on windows and linux by reed@google.com · 12 years ago
  80. 37fe484 land http://codereview.appspot.com/6327044/ by reed@google.com · 12 years ago
  81. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  82. 70d1be5 land http://codereview.appspot.com/6325044/ by Lei by reed@google.com · 12 years ago
  83. 83ecdc3 fix warnings on Mac in src/opts by caryclark@google.com · 12 years ago
  84. ea85494 Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 support by tomhudson@google.com · 13 years ago
  85. d4caa2b Disable SSSE3 for Android x86 *ONLY*. by tomhudson@google.com · 13 years ago
  86. 720faa4 Reactivate SSSE3 optimizations, undoing r3770. by tomhudson@google.com · 13 years ago
  87. 725a295 Allow building on platforms with SSE2 but not SSSE3 by adding an #ifdef. by tomhudson@google.com · 13 years ago
  88. 20949e2 Remove stale #include. by tomhudson@google.com · 13 years ago
  89. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
  90. ae29b88 SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. by tomhudson@google.com · 13 years ago
  91. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  92. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
  93. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 13 years ago
  94. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  95. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  96. e901b4c rename/refactor in preparation for supporting accelerated blits of shader-output by reed@google.com · 13 years ago
  97. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  98. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  99. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  100. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago