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
*
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
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-28
*
Fix alignment problems in NEON Sk4b.
mtklein
2016-07-26
*
Add Sk4h_load4 for loading F16.
mtklein
2016-07-26
*
Use sk_srgb_to_linear_trunc in SkColorXform_opts
msarett
2016-07-25
*
Delete SkDefaultXform, handle edge cases in SkColorSpaceXform_Base
msarett
2016-07-25
*
Add clamp to sk_linear_to_srgb, reorder instructions
msarett
2016-07-22
*
Miscellaneous color space refactors
msarett
2016-07-21
*
Correct sRGB <-> linear everywhere.
mtklein
2016-07-20
*
Tune linear->sRGB constants to round-trip all bytes.
mtklein
2016-07-20
*
Improve naive SkColorXform to half floats
msarett
2016-07-19
*
Add capability for SkColorXform to output half floats
msarett
2016-07-15
*
Add a bench to measure the best way to pack from int to uint16_t with SSE.
mtklein
2016-07-15
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-15
*
Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...
mtklein
2016-07-14
[next]