提交 ecaefd7a 编写于 作者: R Ravi Mistry 提交者: Brian Osman

Roll src/third_party/skia/ 276886160..1cd6098d5 (50 commits) (#5026)

https://skia.googlesource.com/skia.git/+log/276886160ba9..1cd6098d52a5

$ git log 276886160..1cd6098d5 --date=short --no-merges --format='%ad %ae %s'
2018-04-17 caryclark path is rect bug number twelve
2018-04-17 bungeman Add paint flags to viewer GUI.
2018-04-17 mtklein skcms→3be11ac refactor a bit
2018-04-17 liyuqian Revert "Fix the fat rect bug in the threaded backend"
2018-04-17 reed only recheck fNeedsTiling if we computed fSrcBounds
2018-04-17 brianosman Add SkColorSpace::Make, taking an skcms_ICCProfile
2018-04-16 mtklein Reland "low-hanging bilerp_clamp_8888 wins"
2018-04-17 mtklein skcms→38f22d2 name types in skcms.h
2018-04-17 herb Reorganize strike cache and glyph cache code
2018-04-16 liyuqian Fix the fat rect bug in the threaded backend
2018-04-17 caryclark yet another path is rect exploit
2018-04-17 angle-skia-autoroll Roll third_party/externals/angle2/ 08b9e046c..86de76b69 (1 commit)
2018-04-16 halcanary SkColorSetARGB in constants
2018-04-16 caryclark a more involved path is rect bug
2018-04-16 egdaniel Update our config fallback switch in GrContext.
2018-04-17 borenet Revert "Reland "[infra] Run recipes through Kitchen""
2018-04-16 borenet Reland "[infra] Run recipes through Kitchen"
2018-04-17 angle-skia-autoroll Roll third_party/externals/angle2/ a4fa9c278..08b9e046c (6 commits)
2018-04-17 mtklein Revert "low-hanging bilerp_clamp_8888 wins"
2018-04-16 mtklein low-hanging bilerp_clamp_8888 wins
2018-04-16 csmartdalton Don't support GrCubicEffect if float != fp32
2018-04-13 bungeman Add pixel geometry and dft selection to viewer app.
2018-04-16 csmartdalton Revert "ccpr: Implement conics"
2018-04-16 csmartdalton ccpr: Implement conics
2018-04-16 reed show cubic error-vectors anchored on pt(s) of max deviation
2018-04-16 herb Rename SkGlyphCacheGlobals to SkStrikeCache
2018-04-16 csmartdalton Add glFlush workaround for instanced draws on Skylake
2018-04-13 bungeman Remove SkPaint::kGenA8FromLCD_Flag.
2018-04-16 kjlubick Fix many return-std-move-in-c++11 warnings
2018-04-16 fmalita Remove unused BW mask blitters
2018-04-16 mtklein disable -Wself-assign in Google3
2018-04-16 mtklein skcms→2667f0a Add skcms_BestSingleCurve utility
2018-04-16 reed optimize fast/simple case in raster tiling
2018-04-13 liyuqian Simplify the operation on atomic fIsFinishing
2018-04-13 liyuqian Let SkCoverageDeltaList store width and use it during blitting
2018-04-11 liyuqian SkBlitter is not thread safe; make one for each thread.
2018-04-12 liyuqian Snap the bitmap as it may be changed later
2018-04-16 halcanary SkPDF: use std::aligned_storage for typed union
2018-04-16 rmistry Some Chromium bots have been LUCIfied
2018-04-16 angle-skia-autoroll Roll third_party/externals/angle2/ 76b2c3852..a4fa9c278 (3 commits)
2018-04-16 egdaniel Don't allow ganesh to allocate mip maps for wrapped textures.
2018-04-10 bsalomon Draw stroked circles with round caps analytically.
2018-04-16 liyuqian Reland "Cumulate deltas even if they're out of the clip"
2018-04-16 caryclark document SkColor.h
2018-04-16 liyuqian Revert "Cumulate deltas even if they're out of the clip"
2018-04-15 csmartdalton ccpr: Normalize the cubic inflection function instead of its roots
2018-04-05 herb Remove all notion of transport from the API - V2.
2018-04-16 robertphillips Unblacklist fixed tests on DDL3 bots
2018-04-16 mtklein skcms→019d877 add a basic profiling mode to src/Transform.c
2018-04-16 bsalomon Make TestCase class in GrShapeTest heap allocate its GrShapes

Created with:
  roll-dep src/third_party/skia
上级 e6545573
......@@ -23,7 +23,7 @@ vars = {
'fuchsia_git': 'https://fuchsia.googlesource.com',
'github_git': 'https://github.com',
'skia_git': 'https://skia.googlesource.com',
'skia_revision': '276886160ba96748c901b7319ca8f876415269c6',
'skia_revision': '1cd6098d52a531451f194437861cd7a548f825a7',
# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
......
Signature: 11eed2d794a665c2ed961ab41d6006b7
Signature: 8f19b1dfcd43f6f21408c4a70e0d6eaf
UNUSED LICENSES:
......@@ -17262,6 +17262,7 @@ FILE: ../../../third_party/skia/src/core/SkRectPriv.h
FILE: ../../../third_party/skia/src/core/SkRemoteGlyphCache.cpp
FILE: ../../../third_party/skia/src/core/SkRemoteGlyphCache.h
FILE: ../../../third_party/skia/src/core/SkSafeRange.h
FILE: ../../../third_party/skia/src/core/SkStrikeCache.cpp
FILE: ../../../third_party/skia/src/core/SkSurfaceCharacterization.cpp
FILE: ../../../third_party/skia/src/core/SkTypeface_remote.cpp
FILE: ../../../third_party/skia/src/core/SkTypeface_remote.h
......@@ -17346,6 +17347,7 @@ FILE: ../../../third_party/skia/third_party/skcms/src/LinearAlgebra.h
FILE: ../../../third_party/skia/third_party/skcms/src/Macros.h
FILE: ../../../third_party/skia/third_party/skcms/src/PortableMath.c
FILE: ../../../third_party/skia/third_party/skcms/src/PortableMath.h
FILE: ../../../third_party/skia/third_party/skcms/src/RandomBytes.h
FILE: ../../../third_party/skia/third_party/skcms/src/TF13.c
FILE: ../../../third_party/skia/third_party/skcms/src/TransferFunction.c
FILE: ../../../third_party/skia/third_party/skcms/src/TransferFunction.h
......@@ -17404,6 +17406,8 @@ FILE: ../../../third_party/skia/bench/skpbench.json
FILE: ../../../third_party/skia/docs/SkAutoCanvasRestore_Reference.bmh
FILE: ../../../third_party/skia/docs/SkBitmap_Reference.bmh
FILE: ../../../third_party/skia/docs/SkCanvas_Reference.bmh
FILE: ../../../third_party/skia/docs/SkColor4f_Reference.bmh
FILE: ../../../third_party/skia/docs/SkColor_Reference.bmh
FILE: ../../../third_party/skia/docs/SkIPoint_Reference.bmh
FILE: ../../../third_party/skia/docs/SkIRect_Reference.bmh
FILE: ../../../third_party/skia/docs/SkImageInfo_Reference.bmh
......@@ -20434,10 +20438,10 @@ FILE: ../../../third_party/skia/include/gpu/GrConfig.h
FILE: ../../../third_party/skia/include/gpu/GrContext.h
FILE: ../../../third_party/skia/include/gpu/GrTypes.h
FILE: ../../../third_party/skia/include/private/GrColor.h
FILE: ../../../third_party/skia/src/core/SkGlyphCache_Globals.h
FILE: ../../../third_party/skia/src/core/SkImageInfo.cpp
FILE: ../../../third_party/skia/src/core/SkRasterClip.cpp
FILE: ../../../third_party/skia/src/core/SkRasterClip.h
FILE: ../../../third_party/skia/src/core/SkStrikeCache.h
FILE: ../../../third_party/skia/src/gpu/GrAllocator.h
FILE: ../../../third_party/skia/src/gpu/GrBufferAllocPool.cpp
FILE: ../../../third_party/skia/src/gpu/GrBufferAllocPool.h
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册