| Commit message (Expand) | Author | Age |
* | switch bitmapshader internals over to pixmap | reed | 2015-06-04 |
* | Everyone gets a namespace {}. | mtklein | 2015-05-22 |
* | Move Sk4px Xfermode code to a header so we can use it twice. | mtklein | 2015-05-22 |
* | Re-proc SkBlitRow::Color32 for ARM. | mtklein | 2015-05-22 |
* | Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https:... | mtklein | 2015-05-22 |
* | Re-proc SkBlitRow::Color32 for ARM. | mtklein | 2015-05-21 |
* | Clean up Sk4f xfermodes and covered _SSE2 xfermodes. | mtklein | 2015-05-21 |
* | Sk4px: Difference and Exclusion | mtklein | 2015-05-15 |
* | add Min to SkNi, specialized for u8 and u16 on SSE and NEON | mtklein | 2015-05-14 |
* | Sk4px: alphas() and Load[24]Alphas() | mtklein | 2015-05-13 |
* | Turn on Sk4px xfermodes when we have NEON too. | mtklein | 2015-05-13 |
* | Plus xfermode using Sk4px. | mtklein | 2015-05-12 |
* | Sk4px | mtklein | 2015-05-12 |
* | We don't use boxBlurY. | mtklein | 2015-05-07 |
* | Really use SSE4 (and SSSE3) in SkBlurImage_SSE4 | mtklein | 2015-05-06 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o... | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id... | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Update more directories under src/ to follow C++11 style rule for {virtual,ov... | tfarina | 2015-04-27 |
* | Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of ht... | mtklein | 2015-04-21 |
* | Convert Color32 code to perfect blend. | mtklein | 2015-04-20 |
* | Rework SSE and NEON Color32 algorithms to be more correct and faster. | mtklein | 2015-04-17 |
* | Sk4h and Sk8h for SSE | mtklein | 2015-04-14 |
* | Rename SkNi to SkNb. | mtklein | 2015-04-14 |
* | Replace NEON assembly memset16 and memset32 with intrinsic versions. | mtklein | 2015-04-10 |
* | Remove ARM assembly memsets. | mtklein | 2015-04-09 |
* | Code's more readable when SkPMFloat is an Sk4f. | mtklein | 2015-04-03 |
* | Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:400... | mtklein | 2015-04-03 |
* | Code's more readable when SkPMFloat is an Sk4f. | mtklein | 2015-04-03 |
* | New names for SkPMFloat methods. | mtklein | 2015-04-03 |
* | Use switch operator[](int) to kth<int>() so we can use vget_lane. | mtklein | 2015-04-03 |
* | I suspect S32A_D565_Opaque_neon for Daisy problems. | Mike Klein | 2015-04-02 |
* | SkPMFloat: fewer internal this->isValid() assertions. | mtklein | 2015-04-02 |
* | back to Sk4f for SkPMColor | mtklein | 2015-03-31 |
* | Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> | mtklein | 2015-03-30 |
* | SkPMFloat::trunc() | mtklein | 2015-03-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Update 4-at-a-time APIs. | mtklein | 2015-03-25 |
* | aacc + bbdd | mtklein | 2015-03-24 |
* | Start fresh on swizzles | mtklein | 2015-03-23 |
* | Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x). | mtklein | 2015-03-23 |
* | Sk2x::invert() and Sk2x::approxInvert() | mtklein | 2015-03-20 |