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