aboutsummaryrefslogtreecommitdiff
path: root/src/opts
AgeCommit message (Expand)Author
2018-03-14exact divide by 255 with NEONMike Klein
2018-03-12Small cleanups suggested by ClangTidyKevin Lubick
2018-03-11with no more offline codegen, seed_shader can be normalMike Klein
2018-03-10follow JUMPER_NARROW_STAGES in lowp stages tooMike Klein
2018-03-07Reland "Reland "make SkJumper stages normal Skia code""Mike Klein
2018-03-07Revert "Reland "make SkJumper stages normal Skia code""Mike Klein
2018-03-07Reland "make SkJumper stages normal Skia code"Mike Klein
2018-03-07Revert "make SkJumper stages normal Skia code"Mike Klein
2018-03-07make SkJumper stages normal Skia codeMike Klein
2018-02-07Implement Sk2f::Store4Chris Dalton
2018-01-05Enable conditional-uninitialized flagKevin Lubick
2017-12-06Remove previous blur image implementation. Try 2Herbert Derby
2017-12-06Revert "Remove previous blur image implementation"Herb Derby
2017-12-06Remove previous blur image implementationHerbert Derby
2017-12-01Add Store3 to Sk2fChris Dalton
2017-12-01add Load2() to Sk4fMike Klein
2017-11-16Fix Sk8b reading too many bytesHerb Derby
2017-11-02Support for direct gaussian blur evaluationHerb Derby
2017-10-11Add mulHi to SkNxHerb Derby
2017-09-15make most of SkColorPriv.h privateCary Clark
2017-09-14Sk4i version of blur.Herb Derby
2017-08-28Add missing methods to neon/sse SkNx implementationsChris Dalton
2017-08-23make SkOpts functions inline, not staticMike Klein
2017-08-23remove code associated with legacy affine imageshadersMike Reed
2017-08-15explicitly vectorize sk_memset{16,32,64}Mike Klein
2017-07-20Retry cleaning up SkLinearBitmapPipeline.Mike Klein
2017-07-20Assume HQ is handled by pipeline, delete legacy code-pathMike Reed
2017-07-14Simplify Sk4i's Min/MaxYuqian Li
2017-07-12Implement Sk4i's abs, min, maxYuqian Li
2017-07-12remove unreachable perspective code for imageshaderMike Reed
2017-07-05header cleanupHal Canary
2017-06-29remove unreachable samples for non-N32 imageshadersMike Reed
2017-06-26Revert "remove a bit more dead code"Mike Reed
2017-06-24remove a bit more dead codeMike Klein
2017-06-21remove unused SkFilterProcsMike Reed
2017-06-13Refactor SkBlurImageFilter_opts.h for readability.Mike Klein
2017-06-12remove unneeded proc fieldsMike Reed
2017-06-09replace 4f procs with pipeline (only called in 2 places by ganesh)Mike Reed
2017-06-06remove unused xfermode methodsMike Reed
2017-05-30simplify sse41::srcover_srgb_srgbMike Klein
2017-05-30remove sse2::srcover_srgb_srgbMike Klein
2017-05-26Faster and more accurate blit_row_s32a_opaque for ARMMatteo Franchin
2017-05-23move sk_memset?? to SkOptsMike Klein
2017-05-06remove old 565 destination optsMike Klein
2017-05-04CRC32 no longer restricted to ARM64Amaury Le Leyzour
2017-04-26Fix new IT blocks ARMv8Amaury Le Leyzour
2017-04-21long live SkJumperMike Klein
2017-04-21kill off shader_adapterMike Klein
2017-04-21jumper, rework callback a bit, use it for color_lookup_tableMike Klein
2017-04-17add a callback stage to SkRasterPipelineMike Klein