Commit 3565282d authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 7bb74c4299b8..f94815068d75 (39 commits)

https://skia.googlesource.com/skia.git/+log/7bb74c4299b8..f94815068d75

git log 7bb74c4299b8..f94815068d75 --date=short --first-parent --format='%ad %ae %s'
2020-03-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 18daa81e3d3d..3a50a43df988 (14 commits)
2020-03-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-03-15 mtklein@google.com rearrange to emphasize most salient params
2020-03-15 reed@google.com add programs to compose, lerp and luma colorfilters
2020-03-15 reed@google.com colorfilter's program returns a color
2020-03-15 reed@google.com change onProgram to return its color, or an invalid-color if failed
2020-03-14 reed@google.com skvm for compose shaders
2020-03-13 djsollen@google.com Remove mips workarounds for Android.
2020-03-13 jvanverth@google.com Reland "Clear out atlases if they haven't been used in a while."
2020-03-13 sgilhuly@chromium.org SkiaDawn: Early out in recordProgramInfo
2020-03-13 fmalita@chromium.org [svgdevice] Handle text path effects
2020-03-13 jvanverth@google.com Revert "Clear out atlases if they haven't been used in a while."
2020-03-13 csmartdalton@google.com Remove instanced draws and simplify GrMesh
2020-03-13 reed@google.com remove legacy virtual from enforcer
2020-03-13 jvanverth@google.com Clear out atlases if they haven't been used in a while.
2020-03-13 bryct@amazon.com Implement support for path effects in SkSVGDevice backend.
2020-03-13 robertphillips@google.com Make AAFlatteningConvexPathOp surface its programInfos at record time
2020-03-13 reed@google.com hide getters so we can change the internals of SkVertices
2020-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 2e5bd9b1e658..6963f58c7678 (14 commits)
2020-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5309fd86..907b992f (527 commits)
2020-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7e857092052e..18daa81e3d3d (9 commits)
2020-03-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-03-12 mtklein@google.com dot for JIT
2020-03-12 mtklein@google.com restore Op::round
2020-03-12 csmartdalton@google.com Migrate GrMeshTest to the new bind/draw API
2020-03-12 reed@google.com remove LerpRed shader
2020-03-12 reed@google.com add draw-via-serialize mode to viewer
2020-03-12 robertphillips@google.com More programInfo cleanup
2020-03-12 reed@google.com add gm for clipShader in a layer
2020-03-12 brianosman@google.com More GrDrawVerticesOp cleanup, to reduce redundant state
2020-03-12 robertphillips@google.com Update three GrMeshDrawOps to surface their programInfos at record time
2020-03-12 fmalita@chromium.org [skottie] Cleanup VectorValue use
2020-03-12 michaelludwig@google.com Remove drawBitmap et al. from SkDevice
2020-03-12 mtklein@google.com make switching skvm-on-llvm easier
2020-03-12 fmalita@chromium.org [skottie] Effects cleanup pass
2020-03-12 brianosman@google.com Remove (unused) shader caps from default GP factory functions
2020-03-12 brianosman@google.com Simplify and optimize GrDrawVerticesOp vertex writing loop
2020-03-12 robertphillips@google.com Clean up programInfo creation in GrMeshDrawOp-derived Ops
2020-03-12 borenet@google.com Update Skia milestone to 83

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-autoroll
Please CC egdaniel@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

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:1058905,chromium:1059890,chromium:1059939
Tbr: egdaniel@google.com
Change-Id: I22963250cdbbec26d2c3740f05971dc59bd28e96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105413Reviewed-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@{#750562}
parent e8835ca9
...@@ -175,7 +175,7 @@ vars = { ...@@ -175,7 +175,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other. # and whatever else without interference from each other.
'skia_revision': '7bb74c4299b8a85de1e5718fc45da569d6dab3fc', 'skia_revision': 'f94815068d755fa35d247b9aaee9c644ae2c8e36',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8 # the commit queue can handle CLs rolling V8
# and whatever else without interference from each other. # 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