- 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
- b6ab4ae Be careful about types in SkNx_neon.h. by Mike Klein · 8 years ago
- 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
- f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
- 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
- 511ea17 SkNx_abi for passing Sk4f as function arguments, etc. by Mike Klein · 8 years ago
- 1e76464 Wrap SkNx types in anonymous namespace again. by Mike Klein · 8 years ago
- 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
- c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
- 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
- 7c0db75 Revert of Tidy up SkNx_neon. (patchset #3 id:40001 of https://codereview.chromium.org/2196773002/ ) by mtklein · 8 years ago
- 79b59e6 simplify neon shifts by mtklein · 8 years ago
- 6ad2231 Tidy up SkNx_neon. by mtklein · 8 years ago
- d05a875 SkNx: add Sk4u by mtklein · 8 years ago
- a5e1e33 Fix alignment problems in NEON Sk4b. by mtklein · 8 years ago
- f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
- 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
- 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
- 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
- 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
- 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
- 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
- afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago[Renamed from include/private/SkNx_neon.h]
- b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago[Renamed from src/opts/SkNx_neon.h]
- 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
- e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
- 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
- 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
- f8f90e4 SkNx refresh by mtklein · 9 years ago
- fd5a260 Add swizzle for rgb8888. by herb · 9 years ago
- 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
- be8c19e NEON f32 <-> f16 and f32 <-> u16 by mtklein · 9 years ago
- e5fe9a4 Sk4f: floor() via int32_t roundtrip. by mtklein · 9 years ago
- 126626e Sk4f: add floor() by mtklein · 9 years ago
- c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
- 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
- e4c0bee sknx refactoring by mtklein · 9 years ago
- 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
- 550e9b0 SkNx miplevel building by mtklein · 9 years ago
- 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
- 3bd5aba SkNx miplevel building by mtklein · 9 years ago
- c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
- 6f37b4a Unify some SkNx code by mtklein · 9 years ago
- c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
- 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
- 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
- 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
- 6f79709 prune unused SkNx features by mtklein · 9 years ago
- 83da2e2 Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40001 of https://codereview.chromium.org/1333983002/ ) by mtklein · 9 years ago
- e70afc9 use new shuffle to speed up affine matrix mappts by mtklein · 9 years ago
- aba1dc8 Move float<->byte conversions into Sk4f. 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
- b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
- cf4e567 NEON has a ternary instruction. by mtklein · 9 years ago
- 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
- 2aab22a Color dodge and burn with SkPMFloat. 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
- 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
- aa999cb Everyone gets a namespace {}. by mtklein · 9 years ago
- 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
- 04d24a3 Turn on Sk4px xfermodes when we have NEON too. by mtklein · 9 years ago
- d2ffd36 Sk4px by mtklein · 9 years ago
- d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM 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
- 8fe8fff Rename SkNi to SkNb. 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
- a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #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