- 4adac2e Add AVX2 version of ConvolveVertically by xiangze.zhang · 8 years ago
- 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
- cc63173 remove upper limit on number of pipeline stages by Mike Klein · 8 years ago
- e2e2ae2 Manual byte -> float conversion. by Mike Klein · 8 years ago
- 3e05671 Tricky float -> byte conversion in store_8888. by Mike Klein · 8 years ago
- 9c77ea1 SkNf_round, use it in store_565 and store_tables. by Mike Klein · 8 years ago
- 87185f7 use fma in store_8888 by Mike Klein · 8 years ago
- abf8ba3 SkColorSpaceXform bug fixes attempt 2 by Matt Sarett · 8 years ago
- f6878ba Reland "Add RasterPipeline implementation for SkColorSpaceXform" by Matt Sarett · 8 years ago
- 0c32496 Avoid creating std::function in run_pipeline(). by Mike Klein · 8 years ago
- 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
- b6d4e13 Revert "Add RasterPipeline implementation for SkColorSpaceXform" by Brian Osman · 8 years ago
- dd19ac7 Add RasterPipeline implementation for SkColorSpaceXform by Matt Sarett · 8 years ago
- 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
- 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
- 14c8f82 move all memset() logic into blitter by Mike Klein · 8 years ago
- 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
- babd93e constant means constant by Mike Klein · 8 years ago
- c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
- 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
- 7a14734d support a8 by Mike Klein · 8 years ago
- a0c4c34 teach MSAN about maskload by Mike Klein · 8 years ago
- f7657e9 gather_i8 by Mike Klein · 8 years ago
- 56b5079 Make gather() look and work more like load(). by Mike Klein · 8 years ago
- bddd234 document x_tail encoding by Mike Klein · 8 years ago
- c51c18f use fma() in accumulate by Mike Klein · 8 years ago
- 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
- 729b582 Consistent naming. by Mike Klein · 8 years ago
- 2cbc33d simplify by Mike Klein · 8 years ago
- e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
- b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
- 5a13011 Fix unpremul stage. by Mike Klein · 8 years ago
- e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
- d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
- 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
- cb5338c Support sRGB 565. by Mike Klein · 8 years ago
- cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
- 46e66a2 bilerp by Mike Klein · 8 years ago
- f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
- 43c847b Simplify shader paint alpha modulation. by Mike Klein · 8 years ago
- 2e35e8a mirror tiling by Mike Klein · 8 years ago
- d2265e5 Port convolve functions to SkOpts by xiangze.zhang · 8 years ago
- c01e7df perspective matrix by Mike Klein · 8 years ago
- b273fc4 repeat tiling by Mike Klein · 8 years ago
- 4e9bb74 Initialize all values we load. 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
- db4d406 Hook into parametric and table raster pipeline stages by Matt Sarett · 8 years ago
- a9312fd Add trace and registers stages. by Mike Klein · 8 years ago
- cfcf624 add {parametric,table}_{r,g,b} stages. by Mike Klein · 8 years ago
- fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
- 0f91ea4 Fix up arguments passed to pipeline. by Mike Klein · 8 years ago
- af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
- 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 8 years ago
- 3f32135 Make SSE2/Neon convolution functions not to read extra bytes by xiangze.zhang · 8 years ago
- ad48a70 Give memset lambdas explicit names. by Mike Klein · 8 years ago
- c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
- 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
- a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
- f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
- 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago
- 6686617 Basic pipeline blend mode strength reductions: by Mike Klein · 8 years ago
- eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
- 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- 130863e Only clamp when we think our math requires it. by Mike Klein · 8 years ago
- bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
- e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
- aebfb45 Move SkRasterPipeline further into SkOpts. by Mike Klein · 8 years ago
- 3ae677c Zero tail stack buffers. by Mike Klein · 8 years ago
- 49372e6 SkRasterPipeline_opts: split next() into next_body() and next_tail(). by Mike Klein · 8 years ago
- 050ffa9 SkRasterPipeline: memcpy-free tail code. by Mike Klein · 8 years ago
- c0d5501 Add missing sse41::run_pipeline. by Mike Klein · 8 years ago
- 2878e76 SkRasterPipeline refactor by Mike Klein · 8 years ago
- 5d16958 More explicit body/tail function versioning. by Mike Klein · 8 years ago
- ec07b0b Try again with SkOpts_hsw and 8x pipelines, attempt 2. by Mike Klein · 8 years ago
- 21f7490 Revert "Try again with SkOpts_hsw and 8x pipelines." by Mike Klein · 8 years ago
- 4f02ce7 Try again with SkOpts_hsw and 8x pipelines. by Mike Klein · 8 years ago
- 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
- 5ec5590 Unbreak -Fast bot. 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
- 96b333a Add SkRasterPipeline support to SkModeColorFilter. by Mike Klein · 8 years ago
- c0708a4 Remove workaround for old compilers that do not support SSSE3. by Mike Klein · 8 years ago
- 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
- 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
- a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
- 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
- 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
- 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
- 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
- 418aa61 sk_linear_from_srgb_math by Mike Klein · 8 years ago
- 78d5a3b Add an SkOpts target for Haswell+ Intel chips. by Mike Klein · 8 years ago
- fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
- baaf8ad Start moving SkRasterPipeline stages to SkOpts. 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
- 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
- b6064ef clean up use of register storage class by mtklein · 8 years ago