mirror of
https://github.com/encounter/engine.git
synced 2026-07-10 03:18:43 -07:00
fix-opacity
3098 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
41e2fa3220 |
Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (#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 |
||
|
|
c070cf34ee |
Roll src/third_party/skia 6791ee2f8059..d445e2b6fcf1 (1 commits) (#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 |
||
|
|
ea16489e98 |
Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (#15143)
https://dart.googlesource.com/sdk.git/+log/2f57602411b3..76e3faa9824e git log 2f57602411b3..76e3faa9824e --date=short --first-parent --format='%ad %ae %s' 2020-01-04 scheglov@google.com Resolve MethodInvocation(s) with Never and Never? receivers. 2020-01-04 sigmund@google.com (dart2js): enable new-rti by default 2020-01-03 mfairhurst@google.com [nnbd_migration] Fix ConditionalModification on IfElement 2020-01-03 scheglov@google.com Remove duplication in checking elements in TypeNameResolver. 2020-01-03 mfairhurst@google.com [nnbd_migration] handle yoda conditions with null literals 2020-01-03 mfairhurst@google.com [nnbd_migration] handle Object better, to fix void -> Object assignments 2020-01-03 fishythefish@google.com [dart2js] Treat type variable bounds checks as implicit is-tests. 2020-01-03 scheglov@google.com Resolve MethodInvocation fully in MethodInvocationResolver. 2020-01-03 scheglov@google.com Report error during constant evaluation for ForElement. 2020-01-03 alexmarkov@google.com [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT 2020-01-03 mfairhurst@google.com [nnbd_migration] Save enum `index` getter in the node builder 2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Do not generate annotations for empty values. 2020-01-03 mfairhurst@google.com [nnbd_migration] Support mixins, specifically `super` on a mixin. 2020-01-03 bkonyi@google.com [ package:vm_service ] Export dart:io service extensions through package_vm_service 2020-01-03 markzipan@google.com Inlining list copy in Queue.toList. 2020-01-03 alexmarkov@google.com [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize 2020-01-03 scheglov@google.com Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor. 2020-01-03 nshahan@google.com [tests] Update test expectations 2020-01-03 kustermann@google.com [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets 2020-01-03 bkonyi@google.com [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service 2020-01-03 scheglov@google.com Stop using assertHasTestErrors() where possible. 2020-01-03 danny@tuppeny.com Show parens in LSP workspace symbols for methods/functions 2020-01-03 danny@tuppeny.com Don't include end of comment markers in TODO range 2020-01-03 scheglov@google.com Remove unnecessary climbing up when reporting non-type element. 2020-01-03 scheglov@google.com Remove _checkElementOfType(). 2020-01-03 johnniwinther@google.com [cfe] Include nullability in implicit tearoff 2020-01-03 johnniwinther@google.com [cfe] Replace isImplicitCall with ExpressionInvocation node 2020-01-03 sjindel@google.com [vm/tfa] Use pragma to pass type arguments to exact return types. 2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Support annotated code generation 2020-01-03 alexmarkov@google.com [vm/tfa] Cleanup unused entry points json files 2020-01-03 sigmund@google.com (dart2js) release some data-structures after resolution. 2020-01-03 fishythefish@google.com [dart2js] Add redirections for unneeded native classes in ruleset. 2020-01-02 fishythefish@google.com [dart2js] Add new RTI impact for is-tests and type checks. 2020-01-02 nshahan@google.com [dartdevc] Cleanup violations of always_declare_return_types lint 2020-01-02 rmacnak@google.com [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks. 2020-01-02 pquitslund@google.com typos 2020-01-02 asiva@google.com [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting Created with: gclient setdep -r src/third_party/dart@76e3faa9824e 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 |
||
|
|
cbdc7bde22 |
Roll src/third_party/skia 7ac038f302f2..6791ee2f8059 (20 commits) (#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 |
||
|
|
5858519139 |
Roll src/third_party/dart 05e70d5b38cb..2f57602411b3 (44 commits) (#15100)
https://dart.googlesource.com/sdk.git/+log/05e70d5b38cb..2f57602411b3 git log 05e70d5b38cb..2f57602411b3 --date=short --first-parent --format='%ad %ae %s' 2020-01-02 nshahan@google.com [dartdevc] Update is, as, and _check methods for null safety 2020-01-02 markzipan@google.com [dartdevc] Removing nullability wrappers from const __proto__ fields. 2020-01-02 pquitslund@google.com Validate incompatible lint rules 2020-01-02 mfairhurst@google.com [nnbd_migration] Fix return Bottom from async function. 2020-01-02 rmacnak@google.com [vm, service] Account for image pages in the capacity reported by heap snapshots. 2020-01-02 mfairhurst@google.com [nnbd_migration] handle enum `values` getter 2020-01-02 scheglov@google.com Extract individual assists / fixes into separate classes. 2020-01-02 bkonyi@google.com [ package:vm_service ] Fix issue where `TimelineEvent.toJson` always returned an empty map 2020-01-02 nbosch@google.com Enforce that `allowInterop` is used in DDC 2020-01-02 scheglov@google.com Report unchecked nullable for explicit / implicit 'this' in extensions. 2020-01-02 scheglov@google.com Use NullableDereferenceVerifier in ErrorVerifier. 2020-01-02 scheglov@google.com Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix. 2020-01-02 alexmarkov@google.com [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr 2020-01-02 alexmarkov@google.com [vm/compiler] Refactor PolymorphicInstanceCallInstr 2020-01-02 scheglov@google.com Remove ResolutionTest.assertErrorsWithCodes(). 2020-01-02 danny@tuppeny.com Don't statically register LSP capabilities that will be dynamically registered 2020-01-02 jcollins@google.com Add --migrate-dependencies hidden option for dartfix. 2020-01-02 danny@tuppeny.com Unskip LSP integration tests that were skipped for being flaky 2020-01-02 pquitslund@google.com Add deprecated member messages 2020-01-02 scheglov@google.com Remove assertTestErrorsWithCodes() and assertNoTestErrors(). 2020-01-02 kustermann@google.com [vm/nnbd] First start on migrating VM patch files for NNBD 2020-01-02 dacoharkes@google.com [vm] Fix IntConverter canonicalization 2020-01-02 scheglov@google.com Use ErrorReporter in TypeNameResolver. 2020-01-02 scheglov@google.com Simplify 'void' resolution in TypeNameResolver. 2020-01-02 brianwilkerson@google.com Disable a lint in the LSP generated code and re-run the generator 2020-01-02 brianwilkerson@google.com Enable avoid_return_types_on_setters in analysis_server_client 2020-01-02 pquitslund@google.com Remove unnecessary `const` modifiers 2020-01-01 scheglov@google.com Extract error reporting from TypeNameResolver. 2020-01-01 brianwilkerson@google.com Enable annotate_overrides in several packages 2020-01-01 brianwilkerson@google.com Minor cleanup of DartFixInfo 2020-01-01 brianwilkerson@google.com Improve the fix for avoid_init_to_null to match the lint 2020-01-01 scheglov@google.com Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode(). 2020-01-01 scheglov@google.com Stop using Identifier in several Scope.lookup() methods. 2020-01-01 scheglov@google.com Add Element.getDisplayString(withNullability), use it in analyzer. 2020-01-01 scheglov@google.com Deprecate 'ErrorReporter.source' setter. 2019-12-31 scheglov@google.com Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes. 2019-12-31 scheglov@google.com Tweaks for DuplicateDefinitionVerifier. 2019-12-31 scheglov@google.com Simplify getNullability(hasQuestion). 2019-12-31 scheglov@google.com Remove almost all uses of assertTestErrorsWithCodes(). 2019-12-31 scheglov@google.com Update TypedLiteralResolver.computeElementType() 2019-12-31 scheglov@google.com TypeNameResolver refactoring - extract Element instantiation. 2019-12-31 scheglov@google.com Remove unnecessary methods to record errors or tokens and nodes. 2019-12-31 scheglov@google.com Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType 2019-12-30 scheglov@google.com Use DartType.isDartCoreList in analysis_server. Created with: gclient setdep -r src/third_party/dart@2f57602411b3 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 |
||
|
|
8b133818e5 |
Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB... (#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 |
||
|
|
d35a4b3008 |
Roll src/third_party/skia 107c66669d37..7ac038f302f2 (30 commits) (#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 |
||
|
|
4cc307ca44 |
Roll src/third_party/dart b52d264f5b2f..05e70d5b38cb (17 commits) (#15085)
https://dart.googlesource.com/sdk.git/+log/b52d264f5b2f..05e70d5b38cb git log b52d264f5b2f..05e70d5b38cb --date=short --first-parent --format='%ad %ae %s' 2019-12-30 whesse@google.com [infra] Add unapproved failures test to builder status script 2019-12-30 zichangguo@google.com [vm/io] add endian.host to RawSocketOption.fromInt 2019-12-30 srawlins@google.com analyzer: move tests for 10 error codes to separate files 2019-12-30 srawlins@google.com analyzer: Fix duplicate error-reporting with duplicate field formals 2019-12-30 srawlins@google.com analyzer: move 'non-error' tests for 12 codes to separate files 2019-12-30 scheglov@google.com Remove reporting duplicate CompileTimeErrorCode.CONST_NOT_INITIALIZED from ConstructorFieldsVerifier. 2019-12-30 devoncarew@google.com [analyzer] improve the cursor insertion position for required params 2019-12-30 scheglov@google.com Simplify SyntheticIdentifier to partial SimpleIdentifier. 2019-12-30 scheglov@google.com Remove 'referencingLibrary' from several Scope.lookupX() methods. 2019-12-29 scheglov@google.com Add canReferenceElementWithoutThisPrefix() to LinterContext. 2019-12-29 devoncarew@google.com [analyzer] fix an issue with the missing_required_param warning ending in two periods 2019-12-29 brianwilkerson@google.com Add a fix for prefer_if_null_operators 2019-12-29 devoncarew@google.com [analyzer] insert missing params before child/children 2019-12-28 paulberry@google.com Migration: teach FixBuilder to add the `required` keyword when necessary. 2019-12-28 mfairhurst@google.com [nnbd_migration] Handle invokeType on function invocation expression 2019-12-28 brianwilkerson@google.com Enable unnecessary_this in several packages 2019-12-28 brianwilkerson@google.com Update the generators to not generate unnecessary uses of "this" Created with: gclient setdep -r src/third_party/dart@05e70d5b38cb 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 |
||
|
|
a8d170f6f8 |
Roll fuchsia/sdk/core/linux-amd64 from sxapd... to AVtRQ... (#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 |
||
|
|
fa05d367ad |
Roll src/third_party/skia c65d0069ec56..107c66669d37 (4 commits) (#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 |
||
|
|
eb05391962 |
Roll src/third_party/skia 7c095dc67ce6..c65d0069ec56 (9 commits) (#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 |
||
|
|
79f45cdd2e |
Roll src/third_party/skia 5a2f962313a5..7c095dc67ce6 (6 commits) (#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 |
||
|
|
4ef65fae04 |
Roll src/third_party/dart c547f5d933e5..b52d264f5b2f (19 commits) (#14827)
https://dart.googlesource.com/sdk.git/+log/c547f5d933e5..b52d264f5b2f git log c547f5d933e5..b52d264f5b2f --date=short --first-parent --format='%ad %ae %s' 2019-12-27 asiva@google.com [VM/runtime] Address code review comments. 2019-12-27 mfairhurst@google.com [nnbd_migration] Visit annotations in field formal parameters 2019-12-27 brianwilkerson@google.com Enhance the fix for unnecessary_this to handle constructor initializers 2019-12-27 bkonyi@google.com [ VM ] Update ABI version after SIMD typed_data changes 2019-12-27 srawlins@google.com analyzer: move 31 'non-error' tests to separate files 2019-12-27 bkonyi@google.com [ VM / dart:typed_data ] Fixed more cases where null was a valid parameter for typed data functions in AOT 2019-12-27 mfairhurst@google.com [nnbd_migration] fix crash by composing non-null/type promotion 2019-12-27 asiva@google.com [VM/runtime] Conditionally include kernel/service isolate code 2019-12-27 pquitslund@google.com incompatibleRules 2019-12-27 scheglov@google.com Extract ConstructorFieldsVerifier. 2019-12-27 scheglov@google.com Move getElementDeclaration() tests, prepare for adding new tests. 2019-12-27 paulberry@google.com Add/fix return types to NNBD migration tests. 2019-12-27 pquitslund@google.com update dart.dev links 2019-12-27 asiva@google.com [VM/runtime] Remove support for loading URLs through service isolate 2019-12-27 brianwilkerson@google.com Enable prefer_adjacent_string_concatenation in most of the packages 2019-12-27 srawlins@google.com analyzer: Move tests for 7 more codes to separate files 2019-12-27 paulberry@google.com Migration: add new test files to test_all.dart 2019-12-27 scheglov@google.com Extract TypedLiteralResolver. 2019-12-27 srawlins@google.com analyzer: Move tests for 9 more codes to separate files Created with: gclient setdep -r src/third_party/dart@b52d264f5b2f 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 |
||
|
|
bdc9708d23 |
Revert "Use ELF for Dart AOT snapshots on Fuchsia. (#13896)" (#14823)
This reverts commit
|
||
|
|
c60b6af519 |
Roll src/third_party/skia 89bf1547f3aa..5a2f962313a5 (16 commits) (#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 |
||
|
|
d36a001129 |
Roll fuchsia/sdk/core/linux-amd64 from ikxBh... to sxapd... (#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 |
||
|
|
ef8fdd0a61 |
Roll src/third_party/dart 94a4f6415e6c..c547f5d933e5 (9 commits) (#14812)
https://dart.googlesource.com/sdk.git/+log/94a4f6415e6c..c547f5d933e5 git log 94a4f6415e6c..c547f5d933e5 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 brianwilkerson@google.com Enable prefer_generic_function_type_aliases in most of the packages 2019-12-26 bkonyi@google.com [ VM / dart:io / Service ] Add service extension RPCs to dart:io to allow for HttpClient.enableTimelineLogging to be set remotely. 2019-12-26 scheglov@google.com Extract TypeNameResolver. 2019-12-26 bkonyi@google.com [ dartfuzz ] Fix update_spreadsheet.py so it can be run from any directory. 2019-12-26 bkonyi@google.com [ package:vm_service ] Added support for dart:io service extensions 2019-12-26 scheglov@google.com Move ResolverErrorCode codes into CompileTimeErrorCode. 2019-12-26 scheglov@google.com Extract TypeProvider class into lib/dart/element/type_provider.dart file 2019-12-26 scheglov@google.com Remove unused InstanceFieldResolverVisitor. 2019-12-26 markzipan@google.com [dartdevc] Adding nullability check to is expressions. Created with: gclient setdep -r src/third_party/dart@c547f5d933e5 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 |
||
|
|
a1817c3534 |
Roll src/third_party/skia f2d522a3f434..89bf1547f3aa (4 commits) (#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 |
||
|
|
e731ad9b70 |
Roll src/third_party/dart 232a171a0b1c..94a4f6415e6c (8 commits) (#14808)
https://dart.googlesource.com/sdk.git/+log/232a171a0b1c..94a4f6415e6c git log 232a171a0b1c..94a4f6415e6c --date=short --first-parent --format='%ad %ae %s' 2019-12-26 scheglov@google.com Remove PartialResolverVisitor. 2019-12-26 scheglov@google.com Copy flatbuffer lists in available declarations. 2019-12-26 brianwilkerson@google.com Add newly added fixes to the master list (TBR) 2019-12-26 bkonyi@google.com [ VM / dart:io ] Added lastReadTime, lastWriteTime to socket profiling 2019-12-26 paulberry@google.com Fix return types in fix_aggregator_test.dart. 2019-12-26 brianwilkerson@google.com Add a fix for prefer_generic_function_type_aliases 2019-12-26 brianwilkerson@google.com Add a fix for prefer_adjacent_string_concatenation 2019-12-26 brianwilkerson@google.com Address comments from a previous CL Created with: gclient setdep -r src/third_party/dart@94a4f6415e6c 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 |
||
|
|
99df4064f1 |
Roll src/third_party/skia 07d744fb8a53..f2d522a3f434 (4 commits) (#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 |
||
|
|
69e4149740 |
Roll src/third_party/skia 05eb83be171c..07d744fb8a53 (3 commits) (#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 |
||
|
|
ed4ab2143a |
Roll fuchsia/sdk/core/linux-amd64 from v3R8A... to ikxBh... (#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 |
||
|
|
58889f9241 |
Roll src/third_party/skia 3d3150c89c5f..05eb83be171c (3 commits) (#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 |
||
|
|
8f1d62cc48 |
Roll src/third_party/skia a2d7225c0fc1..3d3150c89c5f (1 commits) (#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 |
||
|
|
d669f634dd |
Roll src/third_party/dart 4a639e8df261..8736fec094bb (11 commits) (#14678)
https://dart.googlesource.com/sdk.git/+log/4a639e8df261..8736fec094bb git log 4a639e8df261..8736fec094bb --date=short --first-parent --format='%ad %ae %s' 2019-12-23 brianwilkerson@google.com Add a fix and assist for omit_local_variable_types and enable it through dartfix 2019-12-23 sra@google.com [js_runtime] Address leaks in _HashMap, _HashSet and _LinkedHashSet 2019-12-23 pquitslund@google.com assist to surround w/ setState 2019-12-23 mfairhurst@google.com [nnbd_migration] Fix method calls on newly promoted types. 2019-12-23 scheglov@google.com Remove special support for dart:_foreign_helper 2019-12-23 srawlins@google.com analysis_server: clean up 2 more pedantic lints 2019-12-23 scheglov@google.com Fix annotate-overrides in analyzer. 2019-12-22 scheglov@google.com Add instantiateToBounds() to ClassElement and FunctionTypeAliasElement. 2019-12-22 devoncarew@google.com [analyzer] disable crash reporting for the AngularDart analysis plugin 2019-12-22 paulberry@google.com Migration: modify FixBuilder to make use of the NodeChange type from FixAggregator. 2019-12-22 paulberry@google.com Introduce a FixAggregator. Created with: gclient setdep -r src/third_party/dart@8736fec094bb 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 |