| Commit message (Expand) | Author | Age |
* | Add Store3 to Sk2f | Chris Dalton | 2017-12-01 |
* | add Load2() to Sk4f | Mike Klein | 2017-12-01 |
* | Add mulHi to SkNx | Herb Derby | 2017-10-11 |
* | Implement Sk4i's abs, min, max | Yuqian Li | 2017-07-12 |
* | Reland "Respect full precision for RGB16 PNGs" (part 2) | Matt Sarett | 2017-01-19 |
* | Revert "Respect full precision for RGB16 PNGs" | Matt Sarett | 2017-01-18 |
* | Respect full precision for RGB16 PNGs | Matt Sarett | 2017-01-18 |
* | SkNx_abi is unused. | Mike Klein | 2016-11-29 |
* | Guard against buggy ucrt\math.h. | Mike Klein | 2016-11-28 |
* | SkNx: use SK_ALWAYS_INLINE thoroughly. | Mike Klein | 2016-10-19 |
* | SkNx_abi for passing Sk4f as function arguments, etc. | Mike Klein | 2016-10-15 |
* | Wrap SkNx types in anonymous namespace again. | Mike Klein | 2016-10-14 |
* | SkRasterPipeline: 8x pipelines, without any 8x code enabled. | Mike Klein | 2016-10-12 |
* | Revert "SkRasterPipeline: 8x pipelines, attempt 2" | Mike Klein | 2016-10-10 |
* | SkRasterPipeline: 8x pipelines, attempt 2 | Mike Klein | 2016-10-07 |
* | Revert "SkRasterPipeline: 8x pipelines" | Mike Klein | 2016-10-07 |
* | SkRasterPipeline: 8x pipelines | Mike Klein | 2016-10-07 |
* | Make load4 and store4 part of SkNx properly. | Mike Klein | 2016-10-06 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000... | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | SkNx: add Sk4u | mtklein | 2016-07-29 |
* | Add Sk4h_load4 for loading F16. | mtklein | 2016-07-26 |
* | Improve naive SkColorXform to half floats | msarett | 2016-07-19 |
* | Add Sk4f_RoundToInt | msarett | 2016-07-12 |
* | remove unused parameter to make android happy (when this header is moved to p... | reed | 2016-07-12 |
* | Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001... | msarett | 2016-07-11 |
* | try to speed-up maprect + round2i + contains | reed | 2016-07-11 |
* | SkNx refresh | mtklein | 2016-03-21 |
* | SkNx: kth<...>() -> [...] | mtklein | 2016-02-21 |
* | Simplified linear pipeline. | herb | 2016-02-17 |
* | add back Sk4i | mtklein | 2016-02-16 |
* | Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromi... | mtklein | 2016-02-12 |
* | SkNx refactoring | mtklein | 2016-02-11 |
* | Sk4f: add floor() | mtklein | 2016-02-09 |
* | Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chrom... | mtklein | 2016-02-09 |
* | Sk4f: add floor() | mtklein | 2016-02-09 |
* | sknx refactoring | mtklein | 2016-02-09 |
* | Remove SkNx AVX code. It is not really used. Getting in the way of refactor... | mtklein | 2016-02-08 |
* | SkNx Load/store: take any pointer. | mtklein | 2016-01-31 |
* | add SkNx::abs(), for now only implemented for Sk4f | mtklein | 2016-01-15 |
* | Specialize Sk2d for SSE2 | mtklein | 2015-12-15 |
* | Unify some SkNx code | mtklein | 2015-12-14 |
* | Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) | mtklein | 2015-12-01 |
* | Add SkNx_cast(). | mtklein | 2015-11-20 |
* | float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. | mtklein | 2015-11-11 |
* | prune unused SkNx features | mtklein | 2015-11-09 |
* | SkNx_shuffle | mtklein | 2015-09-10 |
* | Require Sk4f::toBytes() clamps | mtklein | 2015-09-01 |
* | Move float<->byte conversions into Sk4f. | mtklein | 2015-08-31 |