8366 Commits

Author SHA1 Message Date
skia-flutter-autoroll
effd642c89 Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (flutter/engine#15252)
https://dart.googlesource.com/sdk.git/+log/bebc7d3af5bd..c0ca187f2699

git log bebc7d3af5bd..c0ca187f2699 --date=short --first-parent --format='%ad %ae %s'
2020-01-07 kustermann@google.com Revert "Create the frontend_server snapshot as a part of the sdk"
2020-01-07 karlklose@google.com [infra] Improve error reporting in test.dart
2020-01-07 jensj@google.com [CFE] Fix incremental compiler and incremental serialization when package changes path
2020-01-07 whesse@google.com [infra] Improve output messages of get_builder_status.dart
2020-01-07 dmitryas@google.com [cfe] Fix upper bound algorithm for optional positional parameters
2020-01-07 johnniwinther@google.com [cfe] Use structural equality for generic function types
2020-01-07 srawlins@google.com new analyzer compile-time error: load_library_takes_no_arguments
2020-01-07 brianwilkerson@google.com Unify two diagnostics for documentation purposes and improve the highlighting range associated with them
2020-01-07 brianwilkerson@google.com Improve the selection range for return_without_value
2020-01-07 sra@google.com [dart2js] Add sourcemap test for chained calls in generated code.
2020-01-06 nbosch@google.com Add types to uninitialized variables in DDC
2020-01-06 regis@google.com [VM/nnbd] Implement weak and strong mode type checking in runtime.
2020-01-06 jakemac@google.com Create the frontend_server snapshot as a part of the sdk
2020-01-06 mfairhurst@google.com [nnbd_migration] Fix compound downcasts involving Object -> void
2020-01-06 mfairhurst@google.com [nnbd_migration] Unwrap legacy member elements into their NNBD declarations
2020-01-06 aam@google.com [vm/fieldtable] Move current field values out of Field object into separate table.
2020-01-06 mfairhurst@google.com [nnbd_migration] preserve type formals in DecoratedType.withNode()
2020-01-06 scheglov@google.com Remove duplicate type substitution in TypeSystem.
2020-01-06 scheglov@google.com Rewrite most getDisplayString() to ElementDisplayStringBuilder.
2020-01-06 jensj@google.com Make flutter-frontend test pass again
2020-01-06 dmitryas@google.com [cfe] Choose parameter's bound of LHS in lower / upper bounds algorithms
2020-01-06 58489007+franklinyow@users.noreply.github.com Update breaking-changes.md
2020-01-06 kustermann@google.com [vm] Read causal-async-stacks/lazy-async-stacks from snapshot (instead of requiring AOT runtime to pass same flags as in compiler)
2020-01-06 karlklose@google.com [infra] Use resolved configuration names instead of those provided as argument
2020-01-06 dmitryas@google.com [cfe] Add upper / lower bounds tests with generic functions
2020-01-06 athom@google.com [release/homebrew] Always use x64 binaries on macOS
2020-01-06 brianwilkerson@google.com Enable prefer_conditional_assignment in several packages
2020-01-06 srawlins@google.com analyzer: Add failing test for #38162
2020-01-05 brianwilkerson@google.com Improve the range selected for const_constructor_with_non_final_field
2020-01-05 scheglov@google.com Directly instantiate none/star collection.
2020-01-05 scheglov@google.com Remove unused fields from TypeNameResolver.
2020-01-05 scheglov@google.com Remove unused TypeSystem.instantiateTypeFormalsToBounds2()
2020-01-05 brianwilkerson@google.com Unify two error codes from the perspective of documentation
2020-01-05 brianwilkerson@google.com Enable prefer_equal_for_default_value in several packages
2020-01-05 brianwilkerson@google.com Add a fix for prefer_collection_literals by extracting the assists to make them reusable
2020-01-04 scheglov@google.com Merge instantiating ClassElement(s) in TypeNameResolver into _instantiateElement().
2020-01-04 srawlins@google.com analyzer: Add failing test for #38200

Created with:
  gclient setdep -r src/third_party/dart@c0ca187f2699

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-01-08 00:29:30 -05:00
skia-flutter-autoroll
add43186f3 Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr... (flutter/engine#15257)
Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2020-01-08 00:28:32 -05:00
George Wright
efe18ad9a6 Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} (flutter/engine#15118) 2020-01-07 19:24:45 -08:00
Ferhat
c848cb7c93 Refactor BitmapCanvas, lazily allocate canvas, fix image composition bug. (flutter/engine#15153)
* Refactor BitmapCanvas. Fix image compositing bug. Allocate canvas lazily
* Fix recording canvas test by restoring context save
* Update recording canvas test for drawColor to show multiply blend
2020-01-07 15:36:48 -08:00
Ferhat
70b12dabb4 Recover when browser throws on ImageElement.decode due to too many images (flutter/engine#15160) 2020-01-07 12:30:33 -08:00
Gary Qian
ca8411d856 Fix RectHeightStyle::kMax ascent computation bug (flutter/engine#15106) 2020-01-07 10:43:42 -08:00
skia-flutter-autoroll
cd1ecf042e Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (flutter/engine#15232)
https://skia.googlesource.com/skia.git/+log/d445e2b6fcf1..91e0d7526944

git log d445e2b6fcf1..91e0d7526944 --date=short --first-parent --format='%ad %ae %s'
2020-01-07 mtklein@google.com rm gm/skvm.cpp
2020-01-07 mtklein@google.com thread an SkArenaAlloc into shaders
2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1031d2c65b5e..51e653f03f26 (10 commits)
2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 10a900e5ffaf..068dd89cab31 (7 commits)
2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3beaf136b459..55a27186b7de (337 commits)
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 mtklein@google.com handle unpremul in skvm blitter
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-06 benjaminwagner@google.com Add missing Metal jobs
2020-01-06 mtklein@google.com support kDecal in skvm image shader
2020-01-06 mtklein@google.com expand skvm image shader
2020-01-06 herb@google.com Make fBrokenRun local to doRegen.
2020-01-06 bsalomon@google.com Rename GrSimpleTextureEffect->GrTextureEffect
2020-01-06 benjaminwagner@google.com Remove Win2016 jobs.
2020-01-06 bsalomon@google.com Remove SkIRect::EmptyIRect
2020-01-06 herb@google.com Move the exit code to a common switch
2020-01-06 brianosman@google.com Add a few more SkRuntimeEffect unit tests
2020-01-06 bsalomon@google.com Revert "Revert "Clean up GrSimpleTextureEffect.""
2020-01-06 mtklein@google.com first foray into SkVM image shaders
2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-06 bsalomon@google.com Remove unused varying type param from GrGLSLShaderBuilder texture methods.
2020-01-06 brianosman@google.com Remove SkRuntimeShaderFactory
2020-01-06 robertphillips@google.com Add GrCompressedDimensions helper function
2020-01-06 csmartdalton@google.com Move "set_path_pt" from SampleAAGeometry into ToolUtils
2020-01-06 kjlubick@google.com [canvaskit] Remove support for T1 fonts and reduce code size
2020-01-06 kjlubick@google.com Make tracing data a compile-time option
2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-06 fmalita@chromium.org [skottie] cleanup: move transform & camera adapters to own CUs
2020-01-06 jlavrova@google.com Fix a bug with unresolved text
2020-01-06 csmartdalton@google.com Add a commandline flag to force offscreen rendering in viewer
2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-06 bsalomon@google.com Handle insane number of glyphs in GrAtlasTextOp.
2020-01-06 mtklein@google.com minor SkVMBlitter TODOs
2020-01-06 mtklein@google.com in gm/skvm.cpp, Fade doesn't need to wrap a shader
2020-01-06 jcgregorio@google.com Don't use CIPD_PKG_CPYTHON for P30.
2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-06 kjlubick@google.com [canvaskit] Update test to use correct metrics
2020-01-06 jlavrova@google.com Small bug fixes: leading spaces affect all width measurements, longest line and so on.
2020-01-06 kjlubick@google.com [canvaskit] Add npm release target to ship smaller binaries
2020-01-06 kjlubick@google.com [canvaskit] Add build flag for pathops
2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1fdf6ca5141d..1031d2c65b5e (5 commits)
2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a12a9d87841e..3beaf136b459 (315 commits)

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

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 jvanverth@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: jvanverth@google.com
2020-01-07 13:40:24 -05:00
Dan Field
a0b01fb79e Font subset (flutter/engine#14828) 2020-01-07 07:48:15 -08:00
skia-flutter-autoroll
5d54512f58 Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (flutter/engine#15145)
Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2020-01-06 16:22:08 -05:00
skia-flutter-autoroll
b38688f6bc Roll src/third_party/skia 6791ee2f8059..d445e2b6fcf1 (1 commits) (flutter/engine#15148)
https://skia.googlesource.com/skia.git/+log/6791ee2f8059..d445e2b6fcf1

git log 6791ee2f8059..d445e2b6fcf1 --date=short --first-parent --format='%ad %ae %s'
2020-01-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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

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 jvanverth@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: jvanverth@google.com
2020-01-06 16:15:13 -05:00
skia-flutter-autoroll
ce0e08b1f4 Roll src/third_party/skia 7ac038f302f2..6791ee2f8059 (20 commits) (flutter/engine#15141)
https://skia.googlesource.com/skia.git/+log/7ac038f302f2..6791ee2f8059

git log 7ac038f302f2..6791ee2f8059 --date=short --first-parent --format='%ad %ae %s'
2020-01-04 rosasco@google.com Add logger service.
2020-01-03 herb@google.com Use fCurrGlyph as the looping variable.
2020-01-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-03 nifong@google.com Support using an externally manage list of images in UrlDataManager for wasm debugger.
2020-01-03 mtklein@google.com remove FAAA/FSAA bots
2020-01-03 mtklein@google.com remove redundant Debug bots that have ASAN bots
2020-01-03 bsalomon@google.com Some GrTypes cleanup.
2020-01-03 brianosman@google.com Remove SkRuntimeColorFilterFactory
2020-01-03 benjaminwagner@google.com [infra] Upgrade Win to 2019
2020-01-03 egdaniel@google.com Updated proxy isProtected to return a GrProtected enum.
2020-01-03 mtklein@google.com remove almost all Release ASAN bots
2020-01-03 brianosman@google.com split CPU BonusConfigs SAN bots out explicitly
2020-01-03 ethannicholas@google.com SkSL description methods are now only present in debug mode
2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ab3cf9c7bd22..605b00d7728f (1 commits)
2020-01-03 brianosman@google.com Tweak the CanvasKit interface to SkRuntimeEffect
2020-01-03 mtklein@google.com one more flourish
2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cbbfa2f28a0e..1fdf6ca5141d (1 commits)
2020-01-03 mtklein@google.com ultimate retry for image shader cleanup
2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 81693dc9aabc..a12a9d87841e (186 commits)
2020-01-03 benjaminwagner@google.com [infra] Use POSIX paths for Docker containers

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

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 nifong@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: nifong@google.com
2020-01-03 23:28:36 -05:00
Mouad Debbar
b325b66307 [web] Fix right click issues (flutter/engine#15103) 2020-01-03 09:21:04 -08:00
skia-flutter-autoroll
3a708bd59a Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB... (flutter/engine#15110)
Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2020-01-03 10:07:28 -05:00
skia-flutter-autoroll
bdebec36ed Roll src/third_party/skia 107c66669d37..7ac038f302f2 (30 commits) (flutter/engine#15102)
https://skia.googlesource.com/skia.git/+log/107c66669d37..7ac038f302f2

git log 107c66669d37..7ac038f302f2 --date=short --first-parent --format='%ad %ae %s'
2020-01-02 benjaminwagner@google.com Move Android GPU ASAN jobs to NVIDIA_Shield.
2020-01-02 herb@google.com Document fBrokenRun in VertexRegenerator.
2020-01-02 benjaminwagner@google.com Add xSAN jobs for Vulkan
2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 25234a0a9c2c..ab3cf9c7bd22 (1 commits)
2020-01-02 mtklein@google.com add some useful Debug/ASAN bots
2020-01-02 mtklein@google.com build libjpeg-turbo with -DUSE_CLZ_INTRINSIC
2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ec78f685becd..25234a0a9c2c (1 commits)
2020-01-02 brianosman@google.com Move SkRuntimeEffect.h to include/effects
2020-01-02 brianosman@google.com Fix asserts in SkRuntimeEffect color filter benchmarks
2020-01-02 benjaminwagner@google.com Enable Vulkan Debug layers
2020-01-02 mtklein@google.com reland "clarify that there's no kMedium here"
2020-01-02 mtklein@google.com Reland "pass more information to shaders"
2020-01-02 brianosman@google.com Add SkRuntimeEffect::makeColorFilter
2020-01-02 bsalomon@google.com Fix GrColorMatrixFragmentProcessor handling of premul transparent black.
2020-01-02 benjaminwagner@google.com Fix asan_device_setup path
2020-01-02 kjlubick@google.com [canvaskit] Update compile.sh with initial code size findings
2020-01-02 benjaminwagner@google.com [infra] Handle failure from addr2line
2020-01-02 bryct@amazon.com Add instructions for compiling CanvasKit and viewing example page.
2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e0db4afcadab..81693dc9aabc (33 commits)
2020-01-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 942d91520aa8..cbbfa2f28a0e (1 commits)
2020-01-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 39f22a4ba7a2..e0db4afcadab (60 commits)
2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fca5a005aa88..942d91520aa8 (5 commits)
2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 59465799210b..10a900e5ffaf (1 commits)
2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4d93cdf1ccf7..39f22a4ba7a2 (126 commits)
2019-12-31 mtklein@google.com Revert "refresh image shader cs/at logic"
2019-12-31 mtklein@google.com Revert "clarify that there's no kMedium here"
2019-12-31 mtklein@google.com Revert "pass more information to shaders"
2019-12-31 csmartdalton@google.com Rename GpuPathRenderers::kAll to kDefault
2019-12-31 csmartdalton@google.com Add a mechanism to insert framebuffer barriers for NVIDIA tessellation
2019-12-31 mtklein@google.com pass more information to shaders

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

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 nifong@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: nifong@google.com
2020-01-03 09:02:28 -05:00
skia-flutter-autoroll
3b89ad70f2 Roll fuchsia/sdk/core/linux-amd64 from sxapd... to AVtRQ... (flutter/engine#15083)
Roll fuchsia/sdk/core/linux-amd64 from sxapd... to AVtRQ...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2020-01-02 08:56:33 -05:00
skia-flutter-autoroll
ddacca35ef Roll src/third_party/skia c65d0069ec56..107c66669d37 (4 commits) (flutter/engine#15088)
https://skia.googlesource.com/skia.git/+log/c65d0069ec56..107c66669d37

git log c65d0069ec56..107c66669d37 --date=short --first-parent --format='%ad %ae %s'
2019-12-30 brianosman@google.com Make it safe to include SkRuntimeEffect.h from client code
2019-12-30 mtklein@google.com clarify that there's no kMedium here
2019-12-30 mtklein@google.com refresh image shader cs/at logic
2019-12-30 brianosman@google.com More SkRuntimeEffect tests

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

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 nifong@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: nifong@google.com
2020-01-02 08:11:49 -05:00
skia-flutter-autoroll
ae0a286e3b Roll src/third_party/skia 7c095dc67ce6..c65d0069ec56 (9 commits) (flutter/engine#15084)
https://skia.googlesource.com/skia.git/+log/7c095dc67ce6..c65d0069ec56

git log 7c095dc67ce6..c65d0069ec56 --date=short --first-parent --format='%ad %ae %s'
2019-12-30 mtklein@google.com streamline ReadOpAndSize()
2019-12-30 mtklein@google.com range check before casting to DrawType
2019-12-30 benjaminwagner@google.com Enable ASAN on Windows
2019-12-30 reed@google.com simplify normalizePerspective -- don't compute type, precheck corner value
2019-12-30 bsalomon@google.com Remove TecnoSpark adv. blend workaround.
2019-12-30 brianosman@google.com Remove third_party warning suppression for MSVC:4244
2019-12-30 reed@google.com starter bench for canvas matrix operations
2019-12-30 reed@google.com SkBlurMaskFilter.h is only needed for (deprecated) emboss
2019-12-30 benjaminwagner@google.com Update Linux Vulkan SDK

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

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 nifong@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: nifong@google.com
2019-12-30 14:52:36 -05:00
skia-flutter-autoroll
1f1451a15c Roll src/third_party/skia 5a2f962313a5..7c095dc67ce6 (6 commits) (flutter/engine#15067)
https://skia.googlesource.com/skia.git/+log/5a2f962313a5..7c095dc67ce6

git log 5a2f962313a5..7c095dc67ce6 --date=short --first-parent --format='%ad %ae %s'
2019-12-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ebed85592533..fca5a005aa88 (1 commits)
2019-12-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d814fc7ea91d..4d93cdf1ccf7 (190 commits)
2019-12-29 fmalita@google.com Revert "Clean up GrSimpleTextureEffect."
2019-12-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-12-28 csmartdalton@google.com Stir the random number pot so TecnoSpark quits crashing on GLPrograms
2019-12-28 csmartdalton@google.com Disable tessellation on Qualcomm

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

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 nifong@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: nifong@google.com
2019-12-30 09:50:37 -05:00
Francisco Magdaleno
3bd371abd5 Revert "Use ELF for Dart AOT snapshots on Fuchsia. (#13896)" (flutter/engine#14823)
This reverts commit 5152ffa2bd64ca2c6980e6b017dafb0a6b2de87e.
2019-12-27 16:15:24 -08:00
skia-flutter-autoroll
8f3eb91878 Roll src/third_party/skia 89bf1547f3aa..5a2f962313a5 (16 commits) (flutter/engine#14825)
https://skia.googlesource.com/skia.git/+log/89bf1547f3aa..5a2f962313a5

git log 89bf1547f3aa..5a2f962313a5 --date=short --first-parent --format='%ad %ae %s'
2019-12-27 csmartdalton@google.com Add back door support for GLSL tessellation shaders
2019-12-27 csmartdalton@google.com Move --internalSamples to common flags
2019-12-27 brianosman@google.com Add SkRuntimeEffect::makeShader
2019-12-27 bsalomon@google.com Clean up GrSimpleTextureEffect.
2019-12-27 brianosman@google.com Workaround MSVC 2019 code-gen bug in lighting image filter
2019-12-27 rmistry@google.com Prevent de-duplication of Housekeeper-PerCommit-BuildTaskDrivers
2019-12-27 bsalomon@google.com Avoid div by zero in ProcessorTest to please UBSAN
2019-12-27 herb@google.com Move updating a single texture coordinate to SubRun
2019-12-27 fmalita@google.com Revert "GrGLMakeNativeInterface_{iOS,mac,win}: clean up"
2019-12-27 herb@google.com Simplify color and translate updates
2019-12-27 halcanary@google.com GrGLMakeNativeInterface_{iOS,mac,win}: clean up
2019-12-27 bsalomon@google.com Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust
2019-12-27 rmistry@google.com Remove "-v2" from docker image names
2019-12-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 01dd6f6ca430..ebed85592533 (1 commits)
2019-12-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6e3a387c0159..59465799210b (1 commits)
2019-12-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 48115d3366a0..d814fc7ea91d (94 commits)

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

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 fmalita@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: fmalita@google.com
2019-12-27 18:36:23 -05:00
skia-flutter-autoroll
16518e1cc3 Roll fuchsia/sdk/core/linux-amd64 from ikxBh... to sxapd... (flutter/engine#14821)
Roll fuchsia/sdk/core/linux-amd64 from ikxBh... to sxapd...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-12-27 16:23:13 -05:00
skia-flutter-autoroll
249ac607ee Roll src/third_party/skia f2d522a3f434..89bf1547f3aa (4 commits) (flutter/engine#14814)
https://skia.googlesource.com/skia.git/+log/f2d522a3f434..89bf1547f3aa

git log f2d522a3f434..89bf1547f3aa --date=short --first-parent --format='%ad %ae %s'
2019-12-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 52dae168b48b..01dd6f6ca430 (3 commits)
2019-12-26 brianosman@google.com Actually update win_toolchain to 2019 (14.24.28314)
2019-12-26 herb@google.com Do vertex color adjustment before atlas calculations
2019-12-26 herb@google.com Move vertex translation into SubRun

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

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 fmalita@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: fmalita@google.com
2019-12-27 14:01:42 -05:00
skia-flutter-autoroll
be5ca5bb33 Roll src/third_party/skia 07d744fb8a53..f2d522a3f434 (4 commits) (flutter/engine#14807)
https://skia.googlesource.com/skia.git/+log/07d744fb8a53..f2d522a3f434

git log 07d744fb8a53..f2d522a3f434 --date=short --first-parent --format='%ad %ae %s'
2019-12-26 brianosman@google.com Update MSVC toolchain asset to 2019
2019-12-26 brianosman@google.com Fix CMake build
2019-12-26 brianosman@google.com Roll ICU and Harfbuzz
2019-12-26 rmistry@google.com Add bots to push apps from skia/skia-wasm docker images

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

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 fmalita@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: fmalita@google.com
2019-12-26 16:18:34 -05:00
skia-flutter-autoroll
8d6991ff0b Roll src/third_party/skia 05eb83be171c..07d744fb8a53 (3 commits) (flutter/engine#14806)
https://skia.googlesource.com/skia.git/+log/05eb83be171c..07d744fb8a53

git log 05eb83be171c..07d744fb8a53 --date=short --first-parent --format='%ad %ae %s'
2019-12-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 1bd453a3a8f3..48115d3366a0 (39 commits)
2019-12-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5ebb11b284c9..1bd453a3a8f3 (67 commits)
2019-12-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c41f2e56623a..52dae168b48b (5 commits)

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

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 fmalita@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: fmalita@google.com
2019-12-26 12:17:59 -05:00
skia-flutter-autoroll
0bdca7afc5 Roll fuchsia/sdk/core/linux-amd64 from v3R8A... to ikxBh... (flutter/engine#14802)
Roll fuchsia/sdk/core/linux-amd64 from v3R8A... to ikxBh...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-12-26 12:15:56 -05:00
skia-flutter-autoroll
5709afc6c4 Roll src/third_party/skia 3d3150c89c5f..05eb83be171c (3 commits) (flutter/engine#14800)
https://skia.googlesource.com/skia.git/+log/3d3150c89c5f..05eb83be171c

git log 3d3150c89c5f..05eb83be171c --date=short --first-parent --format='%ad %ae %s'
2019-12-24 herb@google.com Remove hasW() from SubRun API
2019-12-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bd5c3742938c..5ebb11b284c9 (218 commits)
2019-12-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 07d3bcf1c443..c41f2e56623a (7 commits)

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

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 fmalita@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: fmalita@google.com
2019-12-26 08:14:23 -05:00
skia-flutter-autoroll
5eb064946e Roll src/third_party/skia a2d7225c0fc1..3d3150c89c5f (1 commits) (flutter/engine#14680)
https://skia.googlesource.com/skia.git/+log/a2d7225c0fc1..3d3150c89c5f

git log a2d7225c0fc1..3d3150c89c5f --date=short --first-parent --format='%ad %ae %s'
2019-12-24 herb@google.com Internalize color offset calculation to SubRun

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

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 fmalita@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: fmalita@google.com
2019-12-23 22:58:22 -05:00
liyuqian
9be381a891 Run and collect benchmarks (flutter/engine#14556)
This will start to collect engine benchmarks in the flutter-cirrus
Datastore for all post-submit commits.

We're using this to test how https://github.com/liyuqian/metrics_center
works. Once it's stablized, we should move metrics_center into
flutter/packages, and migrate data to flutter-infra Datastore.

Related issue: https://github.com/flutter/flutter/issues/37434
2019-12-23 17:22:01 -08:00
skia-flutter-autoroll
f8255e0d48 Roll src/third_party/skia ac29f1342fd2..a2d7225c0fc1 (5 commits) (flutter/engine#14677)
https://skia.googlesource.com/skia.git/+log/ac29f1342fd2..a2d7225c0fc1

git log ac29f1342fd2..a2d7225c0fc1 --date=short --first-parent --format='%ad %ae %s'
2019-12-23 herb@google.com Internalize vertexStride calculation to SubRun
2019-12-23 herb@google.com Remove unneeded refStrike() from SubRun
2019-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 1c1af9fcab8f..bd5c3742938c (425 commits)
2019-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fe2ed33a56dd..07d3bcf1c443 (10 commits)
2019-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6d29348ddb7e..6e3a387c0159 (4 commits)

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

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 fmalita@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: fmalita@google.com
2019-12-23 18:43:44 -05:00
Nurhan Turgut
1453056a20 fix selection issue (flutter/engine#14604) 2019-12-23 12:36:10 -08:00
skia-flutter-autoroll
7ae19ae049 Roll fuchsia/sdk/core/linux-amd64 from TUoVa... to v3R8A... (flutter/engine#14670)
Roll fuchsia/sdk/core/linux-amd64 from TUoVa... to v3R8A...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-12-23 14:40:06 -05:00
skia-flutter-autoroll
6de487085a Roll src/third_party/skia 6ec826085b2a..ac29f1342fd2 (1 commits) (flutter/engine#14672)
https://skia.googlesource.com/skia.git/+log/6ec826085b2a..ac29f1342fd2

git log 6ec826085b2a..ac29f1342fd2 --date=short --first-parent --format='%ad %ae %s'
2019-12-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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

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 fmalita@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: fmalita@google.com
2019-12-23 14:36:08 -05:00
skia-flutter-autoroll
fd40c4e933 Roll src/third_party/skia 2723af6a6d43..6ec826085b2a (3 commits) (flutter/engine#14665)
https://skia.googlesource.com/skia.git/+log/2723af6a6d43..6ec826085b2a

git log 2723af6a6d43..6ec826085b2a --date=short --first-parent --format='%ad %ae %s'
2019-12-21 reed@google.com Reland "make clipIsWideOpen virtual, so device's don't have to rely on regions"
2019-12-21 reed@google.com Revert "make clipIsWideOpen virtual, so device's don't have to rely on regions"
2019-12-21 reed@google.com make clipIsWideOpen virtual, so device's don't have to rely on regions

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

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 borenet@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: borenet@google.com
2019-12-21 15:04:37 -05:00
skia-flutter-autoroll
938b7def83 Roll src/third_party/skia 28b0c5d4b3bb..2723af6a6d43 (4 commits) (flutter/engine#14605)
https://skia.googlesource.com/skia.git/+log/28b0c5d4b3bb..2723af6a6d43

git log 28b0c5d4b3bb..2723af6a6d43 --date=short --first-parent --format='%ad %ae %s'
2019-12-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-20 khushalsagar@chromium.org gpu: Disable dual source blending support on buggy driver versions.
2019-12-20 bsalomon@google.com Disable advanced blend equations on Imagination driver 1.10 and earlier
2019-12-20 robertphillips@google.com Add BC1_RGB8_UNORM support

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

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 borenet@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: borenet@google.com
2019-12-20 21:13:30 -05:00
Dan Field
159a0bc76f View ref pair (flutter/engine#14602) 2019-12-20 15:55:02 -08:00
Nurhan Turgut
8ecdd967dc [web] fix leaking problem in tests for text editing. (flutter/engine#14582)
* fix leaking problem in tests for text editing. removing skips for firefox

* addressing pr comments
2019-12-20 15:27:40 -08:00
skia-flutter-autoroll
59c5226c2f Roll src/third_party/skia 088913a63b7e..28b0c5d4b3bb (17 commits) (flutter/engine#14600)
https://skia.googlesource.com/skia.git/+log/088913a63b7e..28b0c5d4b3bb

git log 088913a63b7e..28b0c5d4b3bb --date=short --first-parent --format='%ad %ae %s'
2019-12-20 michaelludwig@google.com Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type
2019-12-20 csmartdalton@google.com Shorten argument lists in GrMesh::SendToGpuImpl
2019-12-20 reed@google.com move clip-stencil function into GpuDevice
2019-12-20 reed@google.com move SkClipStack::asPath into PDFUtils
2019-12-20 michaelludwig@google.com Arenas struct for GrRecordingContext
2019-12-20 reed@google.com simplify asClipRgn to not rely on pathops
2019-12-20 ethannicholas@google.com No longer using default Globals constructor in Metal shader code
2019-12-20 fmalita@chromium.org [skottie] Drop legacy effect logging
2019-12-20 robertphillips@google.com Change GrGpu::onCreateCompressedTexture signature
2019-12-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-20 robertphillips@google.com Prepare CompressedBackendAllocationTest for new compression formats
2019-12-20 jvanverth@google.com Reland "Generate small path SDFs directly from path."
2019-12-20 egdaniel@google.com Add factories to GrSurfaceContext and clean up creation flow.
2019-12-20 kjlubick@google.com Create code size treemaps for executable containing GL/Vulkan
2019-12-20 noah.b.lavine@gmail.com Optimize SkSL xor where one argument is constant
2019-12-20 nifong@google.com Debugger changes to make layer inspection interactive
2019-12-20 bsalomon@google.com Ungenerate GrSimpleTextureEffect

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

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 borenet@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: borenet@google.com
2019-12-20 17:13:48 -05:00
Yegor
527ee6403a [web] implement pushImageFilter (flutter/engine#14599)
implement pushImageFilter in the HTML and CanvasKit backends
2019-12-20 12:10:56 -08:00
Yegor
ceed7446b0 fix editable placement in a11y mode (flutter/engine#14581) 2019-12-20 12:09:54 -08:00
skia-flutter-autoroll
248efc3d77 Roll fuchsia/sdk/core/linux-amd64 from 25LzW... to TUoVa... (flutter/engine#14596)
Roll fuchsia/sdk/core/linux-amd64 from 25LzW... to TUoVa...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-12-20 13:16:23 -05:00
skia-flutter-autoroll
9524d710ed Roll src/third_party/skia dcac29b02d02..088913a63b7e (1 commits) (flutter/engine#14597)
https://skia.googlesource.com/skia.git/+log/dcac29b02d02..088913a63b7e

git log dcac29b02d02..088913a63b7e --date=short --first-parent --format='%ad %ae %s'
2019-12-20 brianosman@google.com Start adding unit tests of SkRuntimeEffect

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

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 borenet@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: borenet@google.com
2019-12-20 13:14:20 -05:00
Nurhan Turgut
7ca8f91259 [web] Long press fix on Safari on IOS (flutter/engine#14588)
* fixing long press by listening click

* documenting the code. creating a new method

* addressing reviewer comments
2019-12-20 09:25:00 -08:00
skia-flutter-autoroll
b4e1fc3c7c Roll src/third_party/skia 7e2dea568299..dcac29b02d02 (3 commits) (flutter/engine#14591)
https://skia.googlesource.com/skia.git/+log/7e2dea568299..dcac29b02d02

git log 7e2dea568299..dcac29b02d02 --date=short --first-parent --format='%ad %ae %s'
2019-12-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6423b7fc7ded..fe2ed33a56dd (9 commits)
2019-12-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 358ffa26e447..1c1af9fcab8f (435 commits)
2019-12-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4fd7fccd6db5..6d29348ddb7e (3 commits)

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

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 borenet@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: borenet@google.com
2019-12-20 02:00:54 -05:00
skia-flutter-autoroll
b6501729a3 Roll src/third_party/skia 87e9ddb675b6..7e2dea568299 (1 commits) (flutter/engine#14589)
https://skia.googlesource.com/skia.git/+log/87e9ddb675b6..7e2dea568299

git log 87e9ddb675b6..7e2dea568299 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 mtklein@google.com SkColorFilter::onProgram()

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

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 borenet@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: borenet@google.com
2019-12-19 22:01:19 -05:00
skia-flutter-autoroll
79c2f138d5 Roll fuchsia/sdk/core/linux-amd64 from uFFWW... to 25LzW... (flutter/engine#14587)
Roll fuchsia/sdk/core/linux-amd64 from uFFWW... to 25LzW...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-12-19 21:10:48 -05:00
Ferhat
62edec4b08 Fix lint warnings across web_ui, add missing browserEngine case in text field. (flutter/engine#14535)
* Fix lint warnings across web_ui

* add textureCoordinates/indices getters for Vertices

* fix compositor indices
2019-12-19 17:39:33 -08:00
Jim Graham
77b9134e96 Engine support for ImageFiltered widget (flutter/engine#14491)
web_ui support coming in https://github.com/flutter/flutter/issues/47163
2019-12-19 16:47:08 -08:00
skia-flutter-autoroll
73e8c556d2 Roll src/third_party/skia a8352ccaae37..87e9ddb675b6 (11 commits) (flutter/engine#14585)
https://skia.googlesource.com/skia.git/+log/a8352ccaae37..87e9ddb675b6

git log a8352ccaae37..87e9ddb675b6 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 bsalomon@google.com GrGLSLShaderBuilder::appendTextureLookupAndBlend
2019-12-19 fmalita@chromium.org [skottie] Treat unknown effects as warnings
2019-12-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-12-19 jvanverth@google.com Revert "Generate small path SDFs directly from path."
2019-12-19 jvanverth@google.com Generate small path SDFs directly from path.
2019-12-19 bsalomon@google.com Revert "Revert "Blend functions as SkSL built ins.""
2019-12-19 reed@google.com Revert "temporarily expose postIDiv"
2019-12-19 jvanverth@google.com Add wireframe support to Metal.
2019-12-19 benjaminwagner@google.com [infra] Use unbuffered I/O for run_recipe
2019-12-19 reed@google.com extend imageshader updater to handle perspective
2019-12-19 jvanverth@google.com Tweak smallpaths so new paths will show up in GM.

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

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 borenet@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: borenet@google.com
2019-12-19 18:03:03 -05:00
mikejurka
36839c42a7 Wire up OpacityLayer to Scenic (flutter/engine#14577)
A previous version of this change also removed
system compositing of PhysicalShapeLayers on
Fuchsia. In this reland, keep using system
composting for PhysicalShapeLayers.

Co-authored-by: David Worsham <arbreng@gmail.com>
2019-12-19 23:25:43 +01:00
George Wright
b44f4ae767 Fix message_loop_fuchsia and thus enable fml_tests and flow_tests for Fuchsia (flutter/engine#14583) 2019-12-19 17:25:06 -05:00