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
*
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
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-14
*
Update SkOpts namespaces.
mtklein
2016-07-13
*
SkRasterPipeline preliminaries
mtklein
2016-07-12
*
Remove bloat from SkBlend_opts.
herb
2016-07-12
*
Add Sk4f_RoundToInt
msarett
2016-07-12
*
Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001...
msarett
2016-07-11
*
try to speed-up maprect + round2i + contains
reed
2016-07-11
*
Clean up hyper-local SkCpu feature test experiment.
mtklein
2016-07-11
*
Make all color xforms 'fast' (step 1)
msarett
2016-07-11
*
Move sRGB <-> linear conversion components to their own files.
mtklein
2016-07-08
*
Revert of Move sRGB <-> linear conversion components to their own files. (pat...
mtklein
2016-07-07
*
Move sRGB <-> linear conversion components to their own files.
mtklein
2016-07-07
*
Add stub for avx.
herb
2016-06-23
[next]