aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkPatchUtils.cpp
Commit message (Expand)AuthorAge
* add explicit accessor for sRGB singleton colorspacesGravatar Mike Klein2018-07-25
* Interpolate patch vertices in destination color spaceGravatar Brian Osman2018-07-09
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* make sure we don't set level-of-detail to zeroGravatar Mike Reed2018-05-09
* check for huge cubics in patchutilsGravatar Mike Reed2018-05-02
* remove SkColorSpace_BaseGravatar Mike Klein2018-01-26
* Push much of the SkColorSpace_Base interface up to SkColorSpaceGravatar Brian Osman2017-12-12
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* SkSTArenaAllocGravatar Florin Malita2017-05-24
* color-correct patchGravatar Mike Reed2017-05-23
* detect (and preserve) if patch colors are opaqueGravatar Mike Reed2017-05-19
* hide most details of SkPatchUtilsGravatar Mike Reed2017-04-05
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* don't use deprecated (raw) form of SkPatchUtils, delete duplicate utilGravatar Mike Reed2017-03-17
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* move more geometry to simdGravatar caryclark2016-01-26
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* remove older version of cubic->coeffGravatar reed2015-04-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Fixed memory leak for nanobench and crashing in SampleAppGravatar dandov2014-08-15
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* SkCanvas interface for drawing a patch.Gravatar dandov2014-08-04