aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkNxTest.cpp
Commit message (Expand)AuthorAge
* Implement Sk2f::floorGravatar Chris Dalton2018-06-08
* ccpr: Implement conicsGravatar Chris Dalton2018-04-18
* Revert "ccpr: Implement conics"Gravatar Chris Dalton2018-04-16
* ccpr: Implement conicsGravatar Chris Dalton2018-04-16
* Implement Sk2f Load2Gravatar Chris Dalton2018-04-12
* Implement Sk4f min/maxGravatar Chris Dalton2018-04-12
* Implement Sk2f::Store2Gravatar Chris Dalton2018-04-09
* specialize arm64 allTrue()/anyTrue()Gravatar Mike Klein2018-03-26
* Revert "Implement Sk2f::Store2"Gravatar Chris Dalton2018-03-23
* Implement Sk2f::Store2Gravatar Chris Dalton2018-03-23
* Implement Sk2f::Store4Gravatar Chris Dalton2018-02-07
* Add Store3 to Sk2fGravatar Chris Dalton2017-12-01
* add Load2() to Sk4fGravatar Mike Klein2017-12-01
* Add mulHi to SkNxGravatar Herb Derby2017-10-11
* Add missing methods to neon/sse SkNx implementationsGravatar Chris Dalton2017-08-28
* Implement Sk4i's abs, min, maxGravatar Yuqian Li2017-07-12
* Make load4 and store4 part of SkNx properly.Gravatar Mike Klein2016-10-06
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...Gravatar msarett2016-09-16
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Expand _01 half<->float limitation to _finite. Simplify.Gravatar mtklein2016-07-15
* Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...Gravatar mtklein2016-07-14
* Expand _01 half<->float limitation to _finite. Simplify.Gravatar mtklein2016-07-14
* SkNx refreshGravatar mtklein2016-03-21
* SkNx: kth<...>() -> [...]Gravatar mtklein2016-02-21
* fast sk4f <-> sk4i SSE methodsGravatar mtklein2016-02-17
* Sk4f: add floor()Gravatar mtklein2016-02-09
* Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chrom...Gravatar mtklein2016-02-09
* Sk4f: add floor()Gravatar mtklein2016-02-09
* sknx refactoringGravatar mtklein2016-02-09
* fix float <---> uint16_t conversion, with Mike's tests.Gravatar mtklein2016-02-08
* add SkNx::abs(), for now only implemented for Sk4fGravatar mtklein2016-01-15
* Unify some SkNx codeGravatar mtklein2015-12-14
* Add SkNx_cast().Gravatar mtklein2015-11-20
* prune unused SkNx featuresGravatar mtklein2015-11-09
* Require Sk4f::toBytes() clampsGravatar mtklein2015-09-01
* 3-15% speedup to HardLight / Overlay xfermodes.Gravatar mtklein2015-07-14
* Add a GM that reproduces layout test failures with my new xfermode code.Gravatar mtklein2015-07-13
* Update some Sk4px APIs.Gravatar mtklein2015-06-22
* Thorough tests for saturatedAdd and mulDiv255Round.Gravatar mtklein2015-06-15
* Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id...Gravatar mtklein2015-06-15
* Thorough tests for saturatedAdd and mulDiv255Round.Gravatar mtklein2015-06-15
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* add Min to SkNi, specialized for u8 and u16 on SSE and NEONGravatar mtklein2015-05-14
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMGravatar mtklein2015-04-27
* Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o...Gravatar mtklein2015-04-27
* Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARMGravatar mtklein2015-04-27
* Mike's radial gradient CL with better float -> int.Gravatar mtklein2015-04-27
* Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id...Gravatar mtklein2015-04-27
* Mike's radial gradient CL with better float -> int.Gravatar mtklein2015-04-27