Commit 8869ba95 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia e6305f38b584..b13658891bbd (60 commits)

https://skia.googlesource.com/skia.git/+log/e6305f38b584..b13658891bbd


git log e6305f38b584..b13658891bbd --date=short --no-merges --format='%ad %ae %s'
2018-12-03 michaelludwig@google.com Revert "Send max coverage limit for subpixel rects"
2018-12-03 egdaniel@google.com Revert "Add support for Ycbcr Conversion Samplers in vulkan."
2018-12-03 egdaniel@google.com Add support for Ycbcr Conversion Samplers in vulkan.
2018-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 4abdf74f0afc..35cd7332ab62 (1 commits)
2018-12-03 brianosman@google.com Revert "Share GP implementation between GrFillRectOp and GrTextureOp"
2018-12-03 caryclark@skia.org add breaktext doc skeleton
2018-12-03 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files
2018-12-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2018-12-03 reed@google.com breakText on font
2018-12-02 reed@google.com start to use font for measure, not paint
2018-12-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2018-12-02 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files
2018-12-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2018-12-01 reed@google.com don't trust convexity after a transform
2018-12-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2018-12-01 fmalita@chromium.org [skottie] Expose composition markers to embedders
2018-12-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 317a9ebdb019..4abdf74f0afc (2 commits)
2018-11-30 bsalomon@google.com Fix occurrences of "-Wextra-semi-stmt"
2018-11-30 reed@google.com experimental alternative isconvex
2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bffee5e5454c..bd49ad09c5ca (1 commits)
2018-11-30 bungeman@google.com Remove FontScalerTest sample.
2018-11-30 halcanary@google.com SkQP: doc simplify, make_apk_list to python, upload_apk tool
2018-11-30 michaelludwig@google.com Share GP implementation between GrFillRectOp and GrTextureOp
2018-11-30 michaelludwig@google.com Send max coverage limit for subpixel rects
2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d46faeb43287..bffee5e5454c (1 commits)
2018-11-30 bungeman@google.com Set mac windows to their current size.
2018-11-30 kjlubick@google.com [canvaskit] Save a copy on CPU backend by using RasterDirect
2018-11-30 bsalomon@google.com Uninstantiate proxies when not explicitly allocating
2018-11-30 herb@google.com Expand handling of empty glyphs to SDF and Path cases
2018-11-30 bungeman@google.com Fix new clang warning around shadowing.
2018-11-30 kjlubick@google.com [canvaskit] Fix conversion of large images to base64
2018-11-30 halcanary@google.com SkQP: refatctor C++ bits.
2018-11-30 herb@google.com Make SkGlyph::PathData own the path
2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b51eb09fb5bb..317a9ebdb019 (1 commits)
2018-11-30 egdaniel@google.com Add blacklist for intel 405 vulkan perf bot.
2018-11-30 herb@google.com Make path position handling consistant with SDF
2018-11-30 brianosman@google.com Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path
2018-11-30 reed@google.com update docs around fonthinting
2018-11-30 kjlubick@google.com [canvaskit] Add gradients and clips
2018-11-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8dc27f99b556..b51eb09fb5bb (5 commits)
2018-11-30 reed@google.com remove SK_SUPPORT_LEGACY_NESTED_HINTINGENUM code
2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a972758d6e10..d46faeb43287 (1 commits)
2018-11-29 brianosman@google.com Remove the lines-only "optimization" from AA convex path renderer
2018-11-29 hcm@google.com Update Skia milestone to 73
2018-11-29 csmartdalton@google.com Draw ovals with GrAAFillRRectOp
2018-11-29 brianosman@google.com In GrOpFlushState, store GrOp* rather than Unique ID
2018-11-29 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2018-11-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7310da33bc7a..8dc27f99b556 (5 commits)
2018-11-29 benjaminwagner@google.com Add jobs for GalaxyS9
2018-11-29 bsalomon@google.com Modify workaround to never set base or max texture level for GL_TEXTURE_EXTERNAL_OES
2018-11-29 jvanverth@google.com Check for valid normals when offsetting
2018-11-29 michaelludwig@google.com Bugfixes for corner cases in per-edge AA
2018-11-29 mtklein@google.com check decal in 32.32 where we walk decal in 32.32
2018-11-29 caryclark@skia.org Update bookmaker
2018-11-29 fmalita@chromium.org [skottie] Expose property bindings in CK
2018-11-29 bsalomon@google.com Revert "Experimentally disable GrTextureOp chaining on Intel GPUs on Mac."
2018-11-29 caryclark@skia.org fix fuzz timeout in pathops
2018-11-29 mtklein@google.com clean up SK_WALK_DECAL_IN_1616
2018-11-29 reed@google.com remove textblobbuilder guard


Created with:
  gclient setdep -r src/third_party/skia@b13658891bbd

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel

BUG=chromium:899689,chromium:905337,chromium:908566,chromium:906453,chromium:910097
TBR=jcgregorio@chromium.org

Change-Id: I5cfcadca44e3a695285931eabc243b9fd0599dc9
Reviewed-on: https://chromium-review.googlesource.com/c/1358793Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#613130}
parent c70ff02e
......@@ -112,7 +112,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': 'e6305f38b584ac51368a98de6a76d3f3205c21bf',
'skia_revision': 'b13658891bbde0ae34cc9098f096b8a5430a903e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment