index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
Commit message (
Expand
)
Author
Age
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
Add Matrix colorfilter pipeline stages.
Mike Klein
2016-11-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
*
Fix GradientShaderBase4fContext::Interval fuzzer assert
fmalita
2016-11-02
*
Sk4fLinearGradient fuzzer fixes
fmalita
2016-11-01
*
SkRasterPipeline: implement SkLumaColorFilter
Mike Klein
2016-11-01
*
Add SkShadowMaskFilter
Jim Van Verth
2016-10-31
*
remove lots of legacy flags
Mike Reed
2016-10-31
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
chmod -x *.cpp *.h
Hal Canary
2016-10-27
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
Remove SkRRectsGaussianEdgeShader
Robert Phillips
2016-10-21
*
[Sk4fGradient] Use infinity floats for clamp-mode extreme positions
fmalita
2016-10-21
*
remove 4 legacy flags (clients already updated)
Mike Reed
2016-10-20
*
Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter
Robert Phillips
2016-10-20
*
Add SkRRectsGaussianEdgeMaskFilter
Robert Phillips
2016-10-20
*
Add helper to create random AsFPArgs for Ganesh unit tests
Brian Osman
2016-10-19
*
Fix star artifact in SkRRectsGaussianEdgeShader
Robert Phillips
2016-10-18
*
Refactored SkColorSpace and added in a Lab PCS GM
raftias
2016-10-18
*
Include 4f variants of random gradients during testing
Brian Osman
2016-10-18
*
Faster 4f gradient premul path
fmalita
2016-10-14
*
added SkSL support for mustForceNegatedAtanParamToFloat cap
ethannicholas
2016-10-14
*
Slightly generalize GPU hard stop gradient implementation.
Brian Salomon
2016-10-13
*
Update comment, move constant inside helper struct
Brian Osman
2016-10-10
*
Convert gradient params test helper to a struct
Brian Osman
2016-10-10
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert "add cast for printf"
Mike Reed
2016-10-05
*
add cast for printf
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Harden degenerate gradient context handling
fmalita
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Make all SkRasterPipeline stages stock stages in SkOpts.
Mike Klein
2016-10-04
*
Remove option to make GrCoordTransforms apply to device positions.
Brian Salomon
2016-10-03
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chrom...
reed
2016-10-03
*
add cast for tostring to fix google3
reed
2016-10-03
*
Supply random dst color space to asFP in unit tests
Brian Osman
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Start supplying random color space xforms to FP tests
Brian Osman
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
Add color space xform to GrAlphaThresholdFragmentProcessor
Brian Osman
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Fix precision issues in SkRRectsGaussianEdgeShader.cpp
robertphillips
2016-10-03
*
Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace
brianosman
2016-09-28
[next]