aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Rewrite CHECK_INTERSECT to perform the !(opposite) predicate, so that weGravatar Mike Reed2018-04-23
* Reject XYZ profiles missing some (or all) TRC tagsGravatar Brian Osman2018-04-23
* (Mostly) respect FilterQuality in draw[stretchy]Gravatar Leon Scroggins III2018-04-23
* Fixed SkVertices crashing on Windows DLL buildsGravatar Yong-Hwan Baek2018-04-22
* Remove assert that color spaces have valid profile dataGravatar Brian Osman2018-04-22
* Fix argument names and documentation for SkMatrix44::set3x3()Gravatar Brian Osman2018-04-20
* Remove another writePixels instanceGravatar Robert Phillips2018-04-20
* Prevent matrix stack from being corrupted if a rotated image filter is clippe...Gravatar Robert Phillips2018-04-20
* guard against NaN in path is rectGravatar Cary Clark2018-04-20
* Adding pinning to the strike cacheGravatar Herb Derby2018-04-19
* check if we fail to eval the conic in pathmeasureGravatar Mike Reed2018-04-19
* Remove unused parameters from internalGetPath.Gravatar Ben Wagner2018-04-19
* Untangle strike cache and glyph cacheGravatar Herb Derby2018-04-19
* rm SkTDArray::select()Gravatar Mike Klein2018-04-19
* path is rect track cornersGravatar Cary Clark2018-04-19
* Move strike cache Find*() to strike cacheGravatar Herb Derby2018-04-18
* Remove SK_SUPPORT_LEGACY_PATH_DAA_BITGravatar Yuqian Li2018-04-18
* Prevent unnecessary/unbounded growth of SkTDynamicHash capacityGravatar Florin Malita2018-04-18
* Convert A8 D32 mask blitters to Sk4pxGravatar Florin Malita2018-04-18
* Reland "Fix the fat rect bug in the threaded backend"Gravatar Yuqian Li2018-04-18
* Support all destination profiles in SkColorSpaceXform_skcmsGravatar Brian Osman2018-04-18
* fix path is rect flaw exposed by goldGravatar Cary Clark2018-04-18
* Simplify strike cache NodeGravatar Herb Derby2018-04-18
* Remove text flag filtering from SkBitmapDevice.Gravatar Ben Wagner2018-04-18
* Move node information to SkStrikeCacheGravatar Herb Derby2018-04-17
* detect if we made an infinite rectGravatar Mike Reed2018-04-17
* path is rect diag test is requiredGravatar Cary Clark2018-04-17
* SkStrikeDifferences::operator() -> add()Gravatar Mike Klein2018-04-17
* path is rect bug number twelveGravatar Cary Clark2018-04-17
* Revert "Fix the fat rect bug in the threaded backend"Gravatar Yuqian Li2018-04-17
* only recheck fNeedsTiling if we computed fSrcBoundsGravatar Mike Reed2018-04-17
* Add SkColorSpace::Make, taking an skcms_ICCProfileGravatar Brian Osman2018-04-17
* Reorganize strike cache and glyph cache codeGravatar Herbert Derby2018-04-17
* Fix the fat rect bug in the threaded backendGravatar Yuqian Li2018-04-17
* yet another path is rect exploitGravatar Cary Clark2018-04-17
* a more involved path is rect bugGravatar Cary Clark2018-04-17
* Rename SkGlyphCacheGlobals to SkStrikeCacheGravatar Herb Derby2018-04-16
* Remove SkPaint::kGenA8FromLCD_Flag.Gravatar Ben Wagner2018-04-16
* Fix many return-std-move-in-c++11 warningsGravatar Kevin Lubick2018-04-16
* Remove unused BW mask blittersGravatar Florin Malita2018-04-16
* optimize fast/simple case in raster tilingGravatar Mike Reed2018-04-16
* Simplify the operation on atomic fIsFinishingGravatar Yuqian Li2018-04-16
* Let SkCoverageDeltaList store width and use it during blittingGravatar Yuqian Li2018-04-16
* SkBlitter is not thread safe; make one for each thread.Gravatar Yuqian Li2018-04-16
* Snap the bitmap as it may be changed laterGravatar Yuqian Li2018-04-16
* Reland "Cumulate deltas even if they're out of the clip"Gravatar Yuqian Li2018-04-16
* Revert "Cumulate deltas even if they're out of the clip"Gravatar Yuqian Li2018-04-16
* ccpr: Normalize the cubic inflection function instead of its rootsGravatar Chris Dalton2018-04-16
* Remove all notion of transport from the API - V2.Gravatar Herb Derby2018-04-16
* Cumulate deltas even if they're out of the clipGravatar Yuqian Li2018-04-14