index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
opts
Commit message (
Expand
)
Author
Age
*
Only clamp when we think our math requires it.
Mike Klein
2016-10-27
*
Convert SkRasterPipeline loads and stores to indirect.
Mike Klein
2016-10-26
*
SkRasterPipeline::compile().
Mike Klein
2016-10-25
*
Move SkRasterPipeline further into SkOpts.
Mike Klein
2016-10-25
*
Zero tail stack buffers.
Mike Klein
2016-10-20
*
SkRasterPipeline_opts: split next() into next_body() and next_tail().
Mike Klein
2016-10-20
*
SkRasterPipeline: memcpy-free tail code.
Mike Klein
2016-10-20
*
Add missing sse41::run_pipeline.
Mike Klein
2016-10-20
*
SkRasterPipeline refactor
Mike Klein
2016-10-20
*
More explicit body/tail function versioning.
Mike Klein
2016-10-19
*
Try again with SkOpts_hsw and 8x pipelines, attempt 2.
Mike Klein
2016-10-19
*
Revert "Try again with SkOpts_hsw and 8x pipelines."
Mike Klein
2016-10-19
*
Try again with SkOpts_hsw and 8x pipelines.
Mike Klein
2016-10-19
*
SkNx: use SK_ALWAYS_INLINE thoroughly.
Mike Klein
2016-10-19
*
Unbreak -Fast bot.
Mike Klein
2016-10-15
*
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
*
Add SkRasterPipeline support to SkModeColorFilter.
Mike Klein
2016-10-12
*
Remove workaround for old compilers that do not support SSSE3.
Mike Klein
2016-10-12
*
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
*
Make all SkRasterPipeline stages stock stages in SkOpts.
Mike Klein
2016-10-04
*
sk_linear_from_srgb_math
Mike Klein
2016-10-04
*
Add an SkOpts target for Haswell+ Intel chips.
Mike Klein
2016-09-30
*
Add an enum layer of indirection for stock raster pipeline stages.
Mike Klein
2016-09-29
*
Start moving SkRasterPipeline stages to SkOpts.
Mike Klein
2016-09-29
*
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
*
Apple devices do not support CRC32 instructions. Don't believe Clang's lies.
mtklein
2016-09-08
*
clean up use of register storage class
mtklein
2016-08-30
*
compress_r11eac_blocks() required more alignment than dst has.
mtklein
2016-08-22
*
Use ARMv8 CRC32 instructions for SkOpts::hash().
mtklein
2016-08-22
*
32-bit fast hash, tidy up murmur3 a bit
mtklein
2016-08-16
*
Use sse4.2 CRC32 instructions to hash when available.
mtklein
2016-08-08
*
SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlpha...
lsalzman
2016-08-05
*
SkRTConf: eliminate
halcanary
2016-08-04
*
Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...
mtklein
2016-08-03
*
SkRTConf: reduce functionality to what we use, increase simplicity
halcanary
2016-08-03
*
Refactor of SkColorSpaceXformOpts
msarett
2016-08-02
*
Revert of Tidy up SkNx_neon. (patchset #3 id:40001 of https://codereview.chro...
mtklein
2016-07-30
*
simplify neon shifts
mtklein
2016-07-29
*
Tidy up SkNx_neon.
mtklein
2016-07-29
*
SkNx: add Sk4u
mtklein
2016-07-29
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-29
*
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...
msarett
2016-07-28
[next]