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 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
*
Do loads and math in parallel in SkColorXform_opts
msarett
2016-06-22
*
Use a table-based implementation of SkDefaultXform
msarett
2016-06-22
*
Support sRGB dsts in opt code
msarett
2016-06-20
*
Quick bandaid for chromium:611002.
mtklein
2016-06-17
*
port SkColorXform_opts to Sk4f
mtklein
2016-06-17
*
Clean up two unlaunched SSE 4.1 8888 blits.
mtklein
2016-06-16
*
Implement fast, correct gamma conversion for color xforms
msarett
2016-06-16
*
Revert of Clean up two unlaunched SSE 4.1 8888 blits. (patchset #1 id:1 of ht...
mtklein
2016-06-13
*
Clean up two unlaunched SSE 4.1 8888 blits.
mtklein
2016-06-13
*
Move immintrin/arm_neon includes to where they are used.
mtklein
2016-06-09
*
Optimize color xforms with 2.2 gammas for SSE2
msarett
2016-06-08
*
Revert of Move immintrin/arm_neon includes to where they are used. (patchset ...
mtklein
2016-06-07
*
Move immintrin/arm_neon includes to where they are used.
mtklein
2016-06-07
*
I have found a more efficient way of detecting 1 and 0 alpha in SSE2. In addi...
herb
2016-05-23
*
Add tests and benches to support the sRGB blitter for SkOpts
herb
2016-05-17
*
Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of ...
reed
2016-05-17
*
Add tests and benches to support the sRGB blitter for SkOpts
herb
2016-05-16
*
Revert "Add tests and benches to support the sRGB blitter for SkOpts"
scroggo
2016-05-11
*
Add tests and benches to support the sRGB blitter for SkOpts
herb
2016-05-10
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Remove NEON runtime detection support.
mtklein
2016-05-05
[next]