index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkPatchUtils.cpp
Commit message (
Expand
)
Author
Age
*
make sure we don't set level-of-detail to zero
Mike Reed
2018-05-09
*
check for huge cubics in patchutils
Mike Reed
2018-05-02
*
remove SkColorSpace_Base
Mike Klein
2018-01-26
*
Push much of the SkColorSpace_Base interface up to SkColorSpace
Brian Osman
2017-12-12
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
SkSTArenaAlloc
Florin Malita
2017-05-24
*
color-correct patch
Mike Reed
2017-05-23
*
detect (and preserve) if patch colors are opaque
Mike Reed
2017-05-19
*
hide most details of SkPatchUtils
Mike Reed
2017-04-05
*
move vertex-mode enum into SkVertices
Mike Reed
2017-04-03
*
don't use deprecated (raw) form of SkPatchUtils, delete duplicate util
Mike Reed
2017-03-17
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
move more geometry to simd
caryclark
2016-01-26
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
remove older version of cubic->coeff
reed
2015-04-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fixed memory leak for nanobench and crashing in SampleApp
dandov
2014-08-15
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
SkCanvas interface for drawing a patch.
dandov
2014-08-04