1. 0010945 Revert of Normalize SkXfermode_opts.h argument order as d,s[,aa]. (patchset #1 id:1 of https://codereview.chromium.org/1289903002/ ) by mtklein · 9 years ago
  2. 082e329 Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:1 of https://codereview.chromium.org/1286093004/ ) by mtklein · 9 years ago
  3. 6028a84 Normalize SkXfermode_opts.h argument order as d,s[,aa]. by mtklein · 9 years ago
  4. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  5. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  6. 3848427 The compiler can generate smulbb perfectly well nowadays. by mtklein · 9 years ago
  7. e683e81 Purge non-NEON ARM code. by mtklein · 9 years ago
  8. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  9. f62833d Detect MIPS DSP and DSPR2 programattically. by mtklein · 9 years ago
  10. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  11. 8caa5af Reorganize to keep similar code together. by Mike Klein · 9 years ago
  12. 6c3c4ea Remove dead code. by Mike Klein · 9 years ago
  13. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  14. 490b615 Port SkXfermode opts to SkOpts.h by mtklein · 9 years ago
  15. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago
  16. f684a78 Runtime CPU detection for rsqrt(). by mtklein · 9 years ago
  17. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  18. 6fbd79e Revert of Optimize RGB16 blitH functions with NEON for ARM platform. (patchset #2 id:20001 of https://codereview.chromium.org/1229673008/) by mtklein · 9 years ago
  19. 6c72d57 Optimize RGB16 blitH functions with NEON for ARM platform. by yang.zhang · 9 years ago
  20. 56b78a7 Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) by mtklein · 9 years ago
  21. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  22. ce2c505 Lay groundwork for SkOpts. by mtklein · 9 years ago
  23. cf4e567 NEON has a ternary instruction. by mtklein · 9 years ago
  24. ced1585 565 support for SIMD xfermodes by mtklein · 9 years ago
  25. 78f55fc Revert of 565 support for SIMD xfermodes (patchset #4 id:60001 of https://codereview.chromium.org/1245673002/) by mtklein · 9 years ago
  26. 860dcaa 565 support for SIMD xfermodes by mtklein · 9 years ago
  27. 54f313c Clean up dead xfermode opts code. by mtklein · 9 years ago
  28. dc77b35 Optimize RGB16 blitV functions with NEON for ARM platform. by yang.zhang · 9 years ago
  29. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  30. 823b2a7 SoftLight with SkPMFloat by mtklein · 9 years ago
  31. 4b41827 Revert of SoftLight with SkPMFloat (patchset #6 id:100001 of https://codereview.chromium.org/1221493002/) by mtklein · 9 years ago
  32. 3e47d49 SoftLight with SkPMFloat by mtklein · 9 years ago
  33. 05a2ac2 Add extra braces for uintNNxMx4_t initializers. by mtklein · 9 years ago
  34. 2aab22a Color dodge and burn with SkPMFloat. by mtklein · 9 years ago
  35. 0e72b7e add/fix copyrights by reed · 9 years ago
  36. b0c5071 What did we learn today? 255 != 256 by mtklein · 9 years ago
  37. e9a3e3c Convert SkPMFloat to [0,1] range and prune its API. by mtklein · 9 years ago
  38. b5e8611 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  39. 0cc1f0a Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 of https://codereview.chromium.org/1196713004/) by mtklein · 9 years ago
  40. b9d4163 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  41. 343c7d1 Use vmulq_n_u32(..., 0x01010101) to distribute alphas. by mtklein · 9 years ago
  42. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  43. cd08eff Plumb through out_row byte length so we can assert we stay underneath it. by mtklein · 9 years ago
  44. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  45. aa999cb Everyone gets a namespace {}. by mtklein · 10 years ago
  46. 27c2b09 Move Sk4px Xfermode code to a header so we can use it twice. by mtklein · 10 years ago
  47. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 10 years ago
  48. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 10 years ago
  49. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 10 years ago
  50. 5a7cd87 Clean up Sk4f xfermodes and covered _SSE2 xfermodes. by mtklein · 10 years ago
  51. 0135a41 Sk4px: Difference and Exclusion by mtklein · 10 years ago
  52. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 10 years ago
  53. 8a90edc Sk4px: alphas() and Load[24]Alphas() by mtklein · 10 years ago
  54. 04d24a3 Turn on Sk4px xfermodes when we have NEON too. by mtklein · 10 years ago
  55. 6cbf18c Plus xfermode using Sk4px. by mtklein · 10 years ago
  56. d2ffd36 Sk4px by mtklein · 10 years ago
  57. 4525f43 We don't use boxBlurY. by mtklein · 10 years ago
  58. e0cab96 Really use SSE4 (and SSSE3) in SkBlurImage_SSE4 by mtklein · 10 years ago
  59. 95cc012 De-proc Color32 by mtklein · 10 years ago
  60. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  61. d65dc0c De-proc Color32 by mtklein · 10 years ago
  62. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  63. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 10 years ago
  64. 376e9bc De-proc Color32 by mtklein · 10 years ago
  65. 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 10 years ago
  66. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  67. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  68. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago
  69. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  70. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  71. a4a0aeb Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of https://codereview.chromium.org/1098913002/) by mtklein · 10 years ago
  72. 61221e7 Convert Color32 code to perfect blend. by mtklein · 10 years ago
  73. afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 10 years ago
  74. 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
  75. 8fe8fff Rename SkNi to SkNb. by mtklein · 10 years ago
  76. c5e0891 Replace NEON assembly memset16 and memset32 with intrinsic versions. by mtklein · 10 years ago
  77. a67572f Remove ARM assembly memsets. by mtklein · 10 years ago
  78. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  79. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 10 years ago
  80. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  81. 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
  82. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 10 years ago
  83. 3f55eed I suspect S32A_D565_Opaque_neon for Daisy problems. by Mike Klein · 10 years ago
  84. 0734236 SkPMFloat: fewer internal this->isValid() assertions. by mtklein · 10 years ago
  85. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
  86. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
  87. 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
  88. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  89. 15391ee Update 4-at-a-time APIs. by mtklein · 10 years ago
  90. 470fa6f aacc + bbdd by mtklein · 10 years ago
  91. 2e220fb Start fresh on swizzles by mtklein · 10 years ago
  92. 92d04da Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x). by mtklein · 10 years ago
  93. cea9f35 Sk2x::invert() and Sk2x::approxInvert() by mtklein · 10 years ago
  94. 01a7813 Add divide to Sk2x, use native vdiv and vsqrt on ARM 64. by mtklein · 10 years ago
  95. b79ff56 Specialize Sk2d for ARM64 by mtklein · 10 years ago
  96. 70840cb Replace SSE optimization of Color32A_D565 by henrik.smiding · 10 years ago
  97. c3ce1d2 Revert of Specialize Sk2d for ARM64 (patchset #3 id:40001 of https://codereview.chromium.org/1020963002/) by mtklein · 10 years ago
  98. e57b5ca Specialize Sk2d for ARM64 by mtklein · 10 years ago
  99. 5553bed Sk2x for NEON by mtklein · 10 years ago
  100. bbecae0 Sk2x by mtklein · 10 years ago