| Commit message (Expand) | Author | Age |
* | Color dodge and burn with SkPMFloat. | mtklein | 2015-06-26 |
* | Implement four more xfermodes with Sk4px. | mtklein | 2015-06-24 |
* | Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 o... | mtklein | 2015-06-24 |
* | Implement four more xfermodes with Sk4px. | mtklein | 2015-06-24 |
* | Update some Sk4px APIs. | mtklein | 2015-06-22 |
* | Everyone gets a namespace {}. | mtklein | 2015-05-22 |
* | add Min to SkNi, specialized for u8 and u16 on SSE and NEON | mtklein | 2015-05-14 |
* | Turn on Sk4px xfermodes when we have NEON too. | mtklein | 2015-05-13 |
* | Sk4px | mtklein | 2015-05-12 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | 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 |
* | Rename SkNi to SkNb. | mtklein | 2015-04-14 |
* | 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 |
* | Use switch operator[](int) to kth<int>() so we can use vget_lane. | mtklein | 2015-04-03 |
* | Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> | mtklein | 2015-03-30 |