Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll src/third_party/skia f9aea7f7e502..e4ddb8a7cddc (35 commits) #15931

Merged

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/f9aea7f7e502..e4ddb8a7cddc

git log f9aea7f..e4ddb8a --date=short --first-parent --format='%ad %ae %s'
2020-01-23 reed@google.com Revert "Specialize SkRectanzier to SkRectanizerSkyline"
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f2517d68dfde..7afe38da7578 (473 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8c396a9..135f8fc (16 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b766e5e7fbf4..f324fe10ca65 (6 commits)
2020-01-23 herb@google.com Specialize SkRectanzier to SkRectanizerSkyline
2020-01-23 egdaniel@google.com Pass readSwizzle into more proxy creation to not use config.
2020-01-23 egdaniel@google.com Remove GrPixelConfig from GrSurface and GrSurfaceProxy.
2020-01-23 benjaminwagner@google.com Reduce binary size of GCC Debug builds
2020-01-22 robertphillips@google.com Add missing 'GrProtected' parameter to createCompressedTexture call chain
2020-01-22 michaelludwig@google.com Account for negative w in GrQuad::bounds
2020-01-22 jlavrova@google.com Another attempt to aling ellipsis behavior with TxtLib
2020-01-22 awscreen@chromium.org Update font descriptor selection workaround
2020-01-22 michaelludwig@google.com Add GM reproducing perspective failures
2020-01-22 mtklein@google.com extend -O1 hack to avx2 code as well
2020-01-22 benjaminwagner@google.com Revert "Revert "Revert "Complete rewrite of the SkSL interpreter"""
2020-01-22 ethannicholas@google.com let's see what happens
2020-01-22 ethannicholas@google.com derp
2020-01-22 ethannicholas@google.com test change
2020-01-22 ethannicholas@google.com removed extraneous change
2020-01-22 ethannicholas@google.com maybe fixed?
2020-01-22 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
2020-01-22 kjlubick@google.com [canvaskit] Roll to 0.12.0
2020-01-22 kjlubick@google.com [canvaskit] Fix color opaqueness
2020-01-22 kjlubick@google.com [canvaskit] Fix colorType bug
2020-01-22 reed@google.com Revert "Revert "use SkM44 internally""
2020-01-22 fmalita@chromium.org [skottie] Cleanup: convert shape layer adapters to new pattern
2020-01-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-22 bsalomon@google.com Fix usage enum with GL_NV_pixel_buffer_object.
2020-01-22 bungeman@google.com Glyph 0xFFFF is a valid glyph.
2020-01-22 bsalomon@google.com Disable Programs test on TecnoSparkPro3 Debug test bot
2020-01-22 egdaniel@google.com Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor.""
2020-01-22 michaelludwig@google.com Add GrQuad::bounds() benchmark
2020-01-22 reed@google.com Revert "use SkM44 internally"
2020-01-22 mtklein@google.com add --dylib to fm
2020-01-22 reed@google.com use SkM44 internally

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC benjaminwagner@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

Bug: None
Tbr: benjaminwagner@google.com

https://skia.googlesource.com/skia.git/+log/f9aea7f7e502..e4ddb8a7cddc

git log f9aea7f..e4ddb8a --date=short --first-parent --format='%ad %ae %s'
2020-01-23 reed@google.com Revert "Specialize SkRectanzier to SkRectanizerSkyline"
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f2517d68dfde..7afe38da7578 (473 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8c396a9..135f8fc (16 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b766e5e7fbf4..f324fe10ca65 (6 commits)
2020-01-23 herb@google.com Specialize SkRectanzier to SkRectanizerSkyline
2020-01-23 egdaniel@google.com Pass readSwizzle into more proxy creation to not use config.
2020-01-23 egdaniel@google.com Remove GrPixelConfig from GrSurface and GrSurfaceProxy.
2020-01-23 benjaminwagner@google.com Reduce binary size of GCC Debug builds
2020-01-22 robertphillips@google.com Add missing 'GrProtected' parameter to createCompressedTexture call chain
2020-01-22 michaelludwig@google.com Account for negative w in GrQuad::bounds
2020-01-22 jlavrova@google.com Another attempt to aling ellipsis behavior with TxtLib
2020-01-22 awscreen@chromium.org Update font descriptor selection workaround
2020-01-22 michaelludwig@google.com Add GM reproducing perspective failures
2020-01-22 mtklein@google.com extend -O1 hack to avx2 code as well
2020-01-22 benjaminwagner@google.com Revert "Revert "Revert "Complete rewrite of the SkSL interpreter"""
2020-01-22 ethannicholas@google.com let's see what happens
2020-01-22 ethannicholas@google.com derp
2020-01-22 ethannicholas@google.com test change
2020-01-22 ethannicholas@google.com removed extraneous change
2020-01-22 ethannicholas@google.com maybe fixed?
2020-01-22 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
2020-01-22 kjlubick@google.com [canvaskit] Roll to 0.12.0
2020-01-22 kjlubick@google.com [canvaskit] Fix color opaqueness
2020-01-22 kjlubick@google.com [canvaskit] Fix colorType bug
2020-01-22 reed@google.com Revert "Revert "use SkM44 internally""
2020-01-22 fmalita@chromium.org [skottie] Cleanup: convert shape layer adapters to new pattern
2020-01-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-22 bsalomon@google.com Fix usage enum with GL_NV_pixel_buffer_object.
2020-01-22 bungeman@google.com Glyph 0xFFFF is a valid glyph.
2020-01-22 bsalomon@google.com Disable Programs test on TecnoSparkPro3 Debug test bot
2020-01-22 egdaniel@google.com Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor.""
2020-01-22 michaelludwig@google.com Add GrQuad::bounds() benchmark
2020-01-22 reed@google.com Revert "use SkM44 internally"
2020-01-22 mtklein@google.com add --dylib to fm
2020-01-22 reed@google.com use SkM44 internally

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC benjaminwagner@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

Bug: None
Tbr: benjaminwagner@google.com
@brianosman brianosman merged commit a68e431 into flutter:master Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 23, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 24, 2020
flutter/engine@46e58b9...439a218

git log 46e58b9..439a218 --first-parent --oneline
2020-01-23 zhongwuzw@qq.com Fixes labelPrefix memory leak in FlutterEngine (flutter/engine#14674)
2020-01-23 matthew-carroll@users.noreply.github.com Release TextureView surface within FlutterTextureView when disconnected. (#48535) (flutter/engine#15899)
2020-01-23 iska.kaushik@gmail.com [fuchsia] Timeline events in profile mode to observatory (flutter/engine#15900)
2020-01-23 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from N502w... to Wc7e4... (flutter/engine#15935)
2020-01-23 tvolkert@users.noreply.github.com Add script to force build LUCI builders for a specified commit (flutter/engine#15938)
2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/dart 6aa7407d6309..e84bea25df23 (6 commits) (flutter/engine#15934)
2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia f9aea7f7e502..e4ddb8a7cddc (35 commits) (flutter/engine#15931)
2020-01-23 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from LGwl3... to LAOYs... (flutter/engine#15930)
2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/dart 582727a4ec3b..6aa7407d6309 (4 commits) (flutter/engine#15923)
2020-01-23 gw280@google.com Revert "Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} (#15118)" (flutter/engine#15903)
2020-01-23 skia-flutter-autoroll@skia.org Roll src/third_party/dart a9ea9365ad8a..582727a4ec3b (33 commits) (flutter/engine#15906)
2020-01-22 brianosman@google.com Implement new SkCanvas virtuals in testing canvases (flutter/engine#15893)
2020-01-22 dnfield@google.com Const finder fixes (flutter/engine#15880)
2020-01-22 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from v-OJE... to N502w... (flutter/engine#15892)
2020-01-22 dnfield@google.com errant log (flutter/engine#15891)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia d59053987a27..f9aea7f7e502 (10 commits) (flutter/engine#15890)
2020-01-22 jason-simmons@users.noreply.github.com [libtxt] Assign a unique ID to each glyph cluster within a line (flutter/engine#15742)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/dart 439cabaec02f..a9ea9365ad8a (4 commits) (flutter/engine#15886)
2020-01-22 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from jAkm1... to LGwl3... (flutter/engine#15884)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC aaclarke@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
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://skia.googlesource.com/skia.git/+log/f9aea7f7e502..e4ddb8a7cddc

git log f9aea7f..e4ddb8a --date=short --first-parent --format='%ad %ae %s'
2020-01-23 reed@google.com Revert "Specialize SkRectanzier to SkRectanizerSkyline"
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f2517d68dfde..7afe38da7578 (473 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8c396a9..135f8fc (16 commits)
2020-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b766e5e7fbf4..f324fe10ca65 (6 commits)
2020-01-23 herb@google.com Specialize SkRectanzier to SkRectanizerSkyline
2020-01-23 egdaniel@google.com Pass readSwizzle into more proxy creation to not use config.
2020-01-23 egdaniel@google.com Remove GrPixelConfig from GrSurface and GrSurfaceProxy.
2020-01-23 benjaminwagner@google.com Reduce binary size of GCC Debug builds
2020-01-22 robertphillips@google.com Add missing 'GrProtected' parameter to createCompressedTexture call chain
2020-01-22 michaelludwig@google.com Account for negative w in GrQuad::bounds
2020-01-22 jlavrova@google.com Another attempt to aling ellipsis behavior with TxtLib
2020-01-22 awscreen@chromium.org Update font descriptor selection workaround
2020-01-22 michaelludwig@google.com Add GM reproducing perspective failures
2020-01-22 mtklein@google.com extend -O1 hack to avx2 code as well
2020-01-22 benjaminwagner@google.com Revert "Revert "Revert "Complete rewrite of the SkSL interpreter"""
2020-01-22 ethannicholas@google.com let's see what happens
2020-01-22 ethannicholas@google.com derp
2020-01-22 ethannicholas@google.com test change
2020-01-22 ethannicholas@google.com removed extraneous change
2020-01-22 ethannicholas@google.com maybe fixed?
2020-01-22 ethannicholas@google.com Revert "Revert "Complete rewrite of the SkSL interpreter""
2020-01-22 kjlubick@google.com [canvaskit] Roll to 0.12.0
2020-01-22 kjlubick@google.com [canvaskit] Fix color opaqueness
2020-01-22 kjlubick@google.com [canvaskit] Fix colorType bug
2020-01-22 reed@google.com Revert "Revert "use SkM44 internally""
2020-01-22 fmalita@chromium.org [skottie] Cleanup: convert shape layer adapters to new pattern
2020-01-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-22 bsalomon@google.com Fix usage enum with GL_NV_pixel_buffer_object.
2020-01-22 bungeman@google.com Glyph 0xFFFF is a valid glyph.
2020-01-22 bsalomon@google.com Disable Programs test on TecnoSparkPro3 Debug test bot
2020-01-22 egdaniel@google.com Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor.""
2020-01-22 michaelludwig@google.com Add GrQuad::bounds() benchmark
2020-01-22 reed@google.com Revert "use SkM44 internally"
2020-01-22 mtklein@google.com add --dylib to fm
2020-01-22 reed@google.com use SkM44 internally

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC benjaminwagner@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

Bug: None
Tbr: benjaminwagner@google.com
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants