1. 02 5月, 2019 3 次提交
    • S
      Roll src/third_party/skia 6db27c28c61e..35ea04d61370 (8 commits) (#8803) · beeb56b4
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/6db27c28c61e..35ea04d61370
      
      git log 6db27c28c61e7598b4baff4ac70a44be85003a83..35ea04d613705d2329af821a2a7d927fec3a5f9d --date=short --no-merges --format=%ad %ae %s
      2019-05-01 brianosman@google.com Remove skcms shim header
      2019-05-01 robertphillips@google.com Suppress VkDrawableImportTest on some Radeon-based bots
      2019-05-01 ethannicholas@google.com SkSL interpreter performance improvements
      2019-05-01 brianosman@google.com Add an AssertOnShaderCompileFailure GrContextOption
      2019-05-01 robertphillips@google.com Suppress savelayer_clipmask failures on a Win10 and Chromecast bot
      2019-05-01 bungeman@google.com IWYU for gms starting with 'b'.
      2019-05-01 jvanverth@google.com More polyutils fixes
      2019-05-01 reed@google.com Reland "remove legacy 255-biased colormatrix"
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (ethannicholas@google.com), and stop
      the roller if necessary.
      beeb56b4
    • B
      Roll src/third_party/dart 5fbf7720f8..b6997deb3e (26 commits) · ed912a01
      Ben Konyi 提交于
      b6997deb3e Resolve typed constant initializers separately.
      8053c43dde Compute static types for for-in loops
      b9c87ebbda Add scanner languageVersionChanged callback
      fa274ec059 Make each NullabilityNode track those nodes that are downstream of it.
      407378879b Error reporting and ~no location data
      8d4816b7ff Reimplement member usage tracking
      b36734f4da Fix crash when duplicate fields have annotations
      30e21f3dc0 Don't crash when additional exports contain duplicate names
      9670b2ccb9 Update the server API to support context messages
      58c6d78712 [vm] Check Zones are only [un]chained on the correct side of a safepoint transition.
      4ce3aa7af1 [vm] Replace ^= assignments with = where possible
      2e24a992c7 Support for 'nullabilitySuffix' in linked types.
      481d6b9f30 Fix the windows bots
      ee1192e693 [dart/vm] Extended graph checker
      a32fee5d8e [dart/vm] GenericCheckBound (AOT) may throw
      3b22a7ae46 [vm/profiler] Fix native stack walker to properly skip PC = 0xFF..FF
      a30819a2f6 Add a diagnostic associated with the default List constructor
      ac4fd50446 [vm, compiler] Check for length overflow when eliminating write barriers for variable-length objects.
      7cb1365f7f replace individual scanner flags with scanner configuration
      a20e7eee15 update scanner config based on language comment
      26a82dbf38 Support for LibraryElemenet.entryPoint
      de1966db11 Separately handle InterfaceType and FunctionType while collecting free type parameters.
      e178b0726a [test] Speed up unicode-regexp-zero-length_test.
      5896692b42 Introduce pkg/modular_test: a package to specify modular tests
      d543d2e812 Check window.MediaSource before call constructor
      46847f2239 Store super-invoked names for mixins.
      ed912a01
    • B
      Dart SDK roll for 2019-04-30 (#8796) · 6280d426
      Ben Konyi 提交于
      * Update dart_quiver_tag to dart_quiver-dart_tag to match Dart SDK deps
      
      * Roll src/third_party/dart c46deebfb6..5fbf7720f8 (68 commits)
      
      5fbf7720f8 [ VM ] Updated splay-tree licenses, added V8 project authors to AUTHORS
      e803d02227 [vm] Update Isolate to C++11 style.
      aebc542801 update scanner to process language version comment
      597e9c6222 Update new issue template.
      af1dbdf13b Change representation of ExpressionChecks.
      5152269d28 Convert another test class from ResolverTestCase to DriverResolutionTest
      a8d034f3e1 [vm/reload] Make sure classes in saved class table are visited by GC
      25daff618d Support for 'late' keyword.
      ae97367e4a Support for 'required' keyword and default parameter kinds.
      0213a31527 Fix for default parameters without name.
      347b72c260 [vm] Bypass malloc for large Zone allocations to avoid jemalloc leaks.
      a7325f9e59 Re-enable and fix the move_file_test.dart tests in the analysis server.
      4215dc8365 cleanup analyzer warnings
      f6f59c997f Rename quiver revision variable so it matches [dep_name]_tag pattern.
      ea708965ab Find type alias self-references during linking.
      afe805fa6e Fix hint unused_shown_name
      156de21785 Adapt OptionalConstMixin to summary2.
      0bfe57da52 Store unresolved URIs, but as empty strings.
      ca3d908719 With issue 36262 fixed, remove the workaround.
      4d7217016e encapsulate scanner configuration in ScannerConfiguration
      7757c3e948 [vm] Consolidate generic move code between ParallelMoveResolver and FFICall
      1dd0f88c84 Don't allow `null` as argument to `StreamIterator` constructor.
      9cf5e51988 Consolidate test usage of ExpressionChecks.nullCheck into a single method.
      43937aa9ca Don't let expression compilation bleed into real library
      054d1a301c Another test for reissuing problems
      0325d50db2 [CFE] Add disambiguation for type parameters if needed
      d8739b582b Don't try to initialize from empty dill
      af3ec66106 [Kernel] Fix specification of constant reference.
      f3e1480b52 Update manifest checks watnings and corrections
      243373af1c [vm, x64] Tighten the monomorphic entry sequence.
      532226f024 The library is synthetic when its defining unit is synthetic.
      6e72fed210 [vm] Fix for flaky crashes in background compiler while Dart_SortClasses() is running
      611dbeb387 [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden.
      87a3256e8f Add lineOffset and columnOffset fields to the Script service protocol class.
      0b9060ec1d [vm] Fixes for flaky crashes when querying source or source location
      c944328528 Refactor types resolution, compute default types for type parameters.
      6436104712 [vm/tests] Fix flaky crashes on vm/cc/GenKernelKernelMaxRSS test
      b83902d51b Add a language_2 test for missing arguments related to required named parameters
      950e174799 It is not an error for a late final variable to not have an initializer in nnbd
      c4c357eb21 [vm/interpreter] Fix for flaky crashes in interpreter
      6ef55cee3e [dart/vm] fix build breakage in assembler_dbc_test
      9b3567a466 Rename poorly named error code and improve the message
      7d462b12b9 [vm, fuchsia] Add back -fvisibility=hidden suppressions.
      66fbaf30e6 Update CHANGELOG.md with AOT
      9de07a2c58 [infra] Bump version file on master to 2.3.0
      2f06696655 Include the keyword required when printing elements, with additional cleanup
      49573f59d3 cleanup analyzer warnings
      24396182e1 [ VM / Service ] Handle case where user navigates to Observatory without a slash trailing the authentication code.
      4038f91c38 Change the messaging for the CrOS touchscreen check
      e2d0f5a50b Add `featureSet` parameter to Parser constructor.
      b378eef54a Add a option to pass in version file to tools
      37f915543f Introduce AstFactory.compilationUnit2 with a required featureSet argument.
      3d0825da5d Improve the message when a mixin cannot be applied because the superclass does not implement a required class (issue 36775)
      3d0cdc8956 Switch perf.dart completely over to Fasta parser.
      4028fec3b5 Reland "[vm] Finish adding support for ECMAScript 2018 features."
      160aa37b9f Ignore exporting of unavailable libraries.
      f598581e41 Support for type parameters in function typed formal parameters.
      d816a46806 Convert MixinDriverResolutionTest to subclass DriverResolutionTest
      fd76dda221 Identify mobile or web Flutter correctly when both are possible.
      7e0d76c5dd Compute BuiltWorld properties from member usage
      e00b2b577e [dart/fuzzer] restrict length parameter in List fill
      5964ec4db7 Disable all tests in move_file_test.dart by renaming the file to move_file_disabled.dart
      c3669f787e Add a diagnostic for missing arguments associated with required named parameters
      f3b6028edc [vm/interpreter] Bump usage counters and trigger compilation of invoke-field
      ec15148db2 [dart/fuzzer] no target on unsupported build targets
      986978ad8e Additional FeatureSet plumbing for parser_fasta_test.dart
      0dc33da6e8 Add LinterContext.canBeConstConstructor().
      d03323783a Fix an exception in flutter outline when using ui-as-code elements (issue 36772)
      6280d426
  2. 30 4月, 2019 1 次提交
    • S
      Roll src/third_party/skia d425dee662d1..037884e5080b (10 commits) (#8778) · ab01d739
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/d425dee662d1..037884e5080b
      
      git log d425dee662d15a074da981c2fa85d38dc5fd094c..037884e5080bb07d335fb639e62bbc362d5dd664 --date=short --no-merges --format=%ad %ae %s
      2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-04-29 brianosman@google.com Add skcms' LICENSE to include/third_party/skcms
      2019-04-29 mtklein@google.com public_includes -= include/third_party/vulkan
      2019-04-29 mtklein@google.com Revert "SKIA_IMPLEMENTATION is only relevant in shared builds"
      2019-04-26 benjaminwagner@google.com Check event log for all Windows tasks
      2019-04-29 mtklein@google.com remove third_party/skcms from includes
      2019-04-28 halcanary@google.com Experimental text editor: factor out Editor class.
      2019-04-26 halcanary@google.com sk_app: fix BUILD file
      2019-04-29 brianosman@google.com Move skcms.h to include/third_party/skcms
      2019-04-26 jvanverth@google.com Cache some more Metal state.
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (ethannicholas@google.com), and stop
      the roller if necessary.
      ab01d739
  3. 28 3月, 2019 1 次提交
  4. 27 3月, 2019 1 次提交
    • B
      Roll src/third_party/dart f3fd1943fc..8a92d2a8d9 (16 commits) · cadcf1c5
      Ben Konyi 提交于
      8a92d2a8d9 Collect types deeply for deferred loading
      bd99509601 [infra] Fix approve_results race condition checking failing on new builders.
      440d287fa8 [infra] Run pkg/(front_end|kernel) tests only on front-end builders
      4256a97a3d [co19] DEPS file updated
      b7a5e478bb [vm, service] Allow choice of tags and code-verus-function when getting profile samples as timeline events.
      0e485045d4 Deflake socket reads on Fuchsia
      45c367d8e8 Add plugin performance data to the server status pages
      57321c1590 Revert "[vm/kernel] Index all source and line starts before using them"
      419243fc4e Add support for BlockExpression.
      61f0f5bc43 [vm/bytecode] Declare members in bytecode
      e1a689310b [dartdevc] Generating nested functions that invoke super as arrow functions (e.g., mixins)
      3a3731665f Initial implementation of server support for training data
      fbc70da0d3 [cfe] Add inference and type checks in for-elements in lists and sets
      49a7fa1c11 [cfe] Add inference and type checks for if-elements in lists and sets
      73d5c6bab0 Make the collection await for test actually return a stream.
      e8fc260e93 [gardening] Clean up outdated flutter hhh patches
      cadcf1c5
  5. 14 3月, 2019 3 次提交
    • S
      Roll src/third_party/skia 29d5dec9a078..1386b2d5579d (123 commits) (#8161) · cdf55a8d
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/29d5dec9a078..1386b2d5579d
      
      git log 29d5dec9a0783a033b921dc483fb98d565d684f6..1386b2d5579d45be7a81f8706ad1c407e1210dab --date=short --no-merges --format=%ad %ae %s
      2019-03-13 reed@google.com pass common SkStageRec to all effects using rasterpipeline
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 4e87659e289c..494afea985e6 (2 commits)
      2019-03-14 bsalomon@google.com Revert "Try to avoid vertex colors in Texture/FillRect ops when possible."
      2019-03-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-13 bsalomon@google.com Try to avoid vertex colors in Texture/FillRect ops when possible.
      2019-03-13 herb@google.com Fallback for source should not use sub-pixel positioning.
      2019-03-13 reed@google.com assert that during restore, the layer and its parent are in the same colorspace
      2019-03-13 herb@google.com Use bulk api in direct-to-screen fallback
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6480d4e10cb5..4ef71eb81f5d (3 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 25ec7b0cd393..6480d4e10cb5 (1 commits)
      2019-03-13 enne@chromium.org Fix uninitialized read in too small SkDescriptor
      2019-03-13 csmartdalton@google.com Remove GrAAType::kMixedSamples
      2019-03-13 csmartdalton@google.com Replace GrAAType with flags for path renderers
      2019-03-12 benjaminwagner@google.com Omit some SKPs that seem to cause GalaxyS9 to crash.
      2018-11-15 mtklein@google.com reland: add private non-copying SkReadBuffer::readString()
      2019-03-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-03-13 fmalita@chromium.org [skottie] Use kMedium_SkFilterQuality for image filtering
      2019-03-13 stephana@google.com Fix Pixel 3 dimension
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3c1f5a6bd487..4e87659e289c (1 commits)
      2019-03-13 brianosman@google.com Clamp in GrBicubicEffect (to match SW and for general sanity)
      2019-03-13 brianosman@google.com Include test name in error messages for failing tests
      2019-03-13 mtklein@google.com Revert "add private non-copying SkReadBuffer::readString()"
      2019-03-12 herb@google.com Check that a glyph will fit in the atlas instead of a bogus check
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1407297b7f7d..25ec7b0cd393 (1 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader dd2faaeee6b2..1407297b7f7d (1 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bea4751348ca..dd2faaeee6b2 (1 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b6eb34122e07..3c1f5a6bd487 (2 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aa8f699a90af..bea4751348ca (2 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 37fe521d6049..54744c955cd6 (411 commits)
      2019-03-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 914a46d47952..aa8f699a90af (1 commits)
      2019-03-12 mtklein@google.com tweak Descriptor_invalid_rec_size to not over-copy
      2019-03-12 reed@google.com retain colorspace in blurimagefilter_raster
      2019-03-12 enne@chromium.org Fix null pointer crash in looking up nonexistent typeface
      2019-03-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-11 herb@google.com Introduce bulk strike api for glyph metrics for one draw case
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b4de34ef039f..914a46d47952 (2 commits)
      2019-03-12 reed@google.com remove dead SK_SUPPORT_LEGACY_RASTERLAYERCOLORSPACE code
      2019-03-12 kjlubick@google.com [pathkit/canvaskit] Address race when uploading results
      2019-03-12 enne@chromium.org Add validation to reading kRec_SkDescriptorTags
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f945a5e172d0..b4de34ef039f (1 commits)
      2019-03-12 herb@google.com Move GlyphAndPos and PathAndPos to interface and rename.
      2019-03-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-12 mtklein@google.com simplify matrix color filter clamps
      2019-03-12 reed@google.com Initial add SkMixers
      2018-11-15 mtklein@google.com add private non-copying SkReadBuffer::readString()
      2019-03-11 stephana@google.com [infra] Add Pixel3 devices
      2019-03-11 khushalsagar@chromium.org remote fonts: Remove debug asserts for deserialization failures.
      2019-03-12 ethannicholas@google.com added SK_API to SkSK::Compiler
      2019-03-12 mtklein@google.com remove unused clamp_a_dst
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c9bc33cff483..b6eb34122e07 (1 commits)
      2019-03-12 robertphillips@google.com Always explicitly allocate except in Android Framework (take 3)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7ce5de0c17bd..f945a5e172d0 (1 commits)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6a1d92b526d4..7ce5de0c17bd (5 commits)
      2019-03-12 jcgregorio@google.com Turn on CI/CD for api.skia.org. (skia)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6193cb187e4a..6a1d92b526d4 (1 commits)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 04a7830913b3..10ed3a8a5eec (1 commits)
      2019-03-12 mtklein@google.com simplify filterColor()
      2019-03-12 robertphillips@google.com Revert "Always explicitly allocate except in Android Framework (take 2)"
      2019-03-12 kjlubick@google.com [particles] Turn on CI/CD for particles.skia.org
      2019-03-12 robertphillips@google.com Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers"
      2019-03-12 robertphillips@google.com Revert "Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia"
      2019-03-11 robertphillips@google.com Always try to reduce opList splitting in DDL contexts/drawingManagers
      2019-03-12 robertphillips@google.com Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader abb57857c536..6193cb187e4a (1 commits)
      2019-03-12 gkaiser@google.com GrQuadPerEdgeAA: Fix typo in 'if' check
      2019-03-12 kjlubick@google.com [pathkit] Clean up perf/test init
      2019-03-12 bsalomon@google.com Revert "Reintroduce deinstantiate lazy proxy types and use for promise images."
      2019-03-11 robertphillips@google.com Always explicitly allocate except in Android Framework (take 2)
      2019-03-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-11 brianosman@google.com Remove SkToSRGBColorFilter (now unused)
      2019-03-12 rmistry@google.com Add new recipe autoroller service account to list of recognized accounts
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3e2a4780e607..abb57857c536 (3 commits)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3364227fa0d8..3e2a4780e607 (1 commits)
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f563fdc91e83..c9bc33cff483 (2 commits)
      2019-03-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ba6c026602da..37fe521d6049 (397 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 654540e86243..3364227fa0d8 (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms c6c0aae921ea..04a7830913b3 (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 49c9dfe3b832..f563fdc91e83 (1 commits)
      2019-03-11 kjlubick@google.com [canvaskit] Move from experimental to modules
      2019-03-11 bsalomon@google.com Add GM for crbug.com/938592
      2019-03-08 bsalomon@google.com Reintroduce deinstantiate lazy proxy types and use for promise images.
      2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-03-11 brianosman@google.com Add clamped half-float pixel config to Ganesh
      2019-03-11 kjlubick@google.com Add input length check when fuzzing
      2019-03-07 michaelludwig@google.com Handle arbitrary and degenerate quadrilaterals in GrQuadPerEdgeAA
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 2fb061752f70..c6c0aae921ea (1 commits)
      2019-03-06 herb@google.com One routine to rule them all!
      2019-03-11 reed@google.com rename mixer to lerp (in prep for SkMixer)
      2019-03-11 stani@google.com Export libvulkan headers for android libraries depending on skia
      2019-03-11 fmalita@chromium.org [skottie] Fix Gaussian blur repeat edge pixels semantics
      2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-03-11 robertphillips@google.com Revert "Always explicitly allocate except in Android Framework"
      2019-03-11 hcm@google.com update milestones to 2019 dates
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms d2f7012e6a85..2fb061752f70 (1 commits)
      2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-03-08 herb@google.com Convert templates to virtuals in SkGlyphRunPainter
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b72d28ff9975..654540e86243 (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms a81211f5ad2a..d2f7012e6a85 (1 commits)
      2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-03-11 robertphillips@google.com Always explicitly allocate except in Android Framework
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 3b3522324e7b..a81211f5ad2a (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bb8c8e211402..b72d28ff9975 (2 commits)
      2019-03-11 jcgregorio@google.com Change all pointers to doxygen docs to point to api.skia.org.
      2019-03-11 jvanverth@google.com Improve Metal texture uploads.
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cd3e11d9464a..bb8c8e211402 (2 commits)
      2019-03-11 brianosman@google.com Add flag to check that F16Norm pixels are clamped properly
      2019-03-11 kjlubick@google.com Add oss-fuzz compatible fuzzers for sksl2*
      2019-03-11 jcgregorio@google.com api.skia.org - Don't document private.
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fa8603c6113f..cd3e11d9464a (1 commits)
      2019-03-07 egdaniel@google.com Make vulkan GrBackendFormats with ycbcr external texture types.
      2019-03-06 robertphillips@google.com Add kIdentity_SkYUVColorSpace
      2019-03-09 nigeltao@google.com Check that we do not #define WUFFS_IMPLEMENTATION
      2019-03-09 nigeltao@google.com Update Wuffs version
      2019-03-08 kjlubick@google.com [canvaskit] roll on npm
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f2ddde731fb0..fa8603c6113f (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ebefaf7ce64a..f2ddde731fb0 (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b6a2f6bcf657..49c9dfe3b832 (1 commits)
      2019-03-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bc2c6257d015..ba6c026602da (26 commits)
      2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a70166a5efb1..bc2c6257d015 (100 commits)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com), and stop
      the roller if necessary.
      cdf55a8d
    • B
      Roll src/third_party/dart 1bd36d694d..7d560f8385 (27 commits) · cae08365
      Ben Konyi 提交于
      7d560f8385 Remove outdated entries from .packages
      ee529e3451 [vm] Fix typo forwader => forwarder
      2ddb2d2d20 Change 'analyze tests co19_2' to use '-asserts'.
      b03db45379 [vm] Decouple flow graph building of dynamic invocation forwarders from kernel reading
      6587483d33 [frontend] Dont re-report compile-expression errors.
      81fa14eb3c Hollow out AnalysisContextImpl.
      b10a6bd5ce [testing] Multitests' copied imports should not be read-only
      9684748784 Removes superfluous Dart_ExitScope() call in CreateVmServiceIsolate.
      4a7556840f Rename tests ending with Test_Driver
      8c3f74817e dartfmt -w --fix dart:collection
      afb459f7fa [cfe] Iterate map entries in map spreads
      ed5bc9c538 [vm] Fix AssertAssignable strengthening sometimes using wrong deopt_id.
      8436dca626 [co19] DEPS updated
      a43c525de2 Reland "[vm/ffi] Support Windows 64 bit"
      3bc3205e39 Move ConstantValue handling outside BehaviorBuilder
      63e22ea497 Remove unused parts of NativeDataBuilder
      f307524421 Support native member annotations through ir constants
      7cfe216e6b TypeInferrer.library is null iff topLevel
      03ecefc0b2 Move ShadowMember.resolveInferenceNode to TypeInferenceEngine
      c7270f25fe Add Declaration.isAnonymousMixinApplication
      0cbce074ac Add toString to Substitution
      b990c503c8 Fix typo in mixin transformer
      da3c23bdaa Test override-based inference when inheriting conflicting types
      f200c37553 Enable extra VM options in fasta script
      69c1d1096d Update test as combined member signature would fail
      68aeb5cec2 Tweak error messages related to inference and overriding.
      0a337bb36f Report CONST_SPREAD_EXPECTED_LIST_OR_SET and CONST_SPREAD_EXPECTED_MAP.
      cae08365
    • S
      Roll src/third_party/dart 1bd36d694d..674fd0e060 (48 commits) #8152 · 8be2aca5
      Siva 提交于
      674fd0e060 [vm runtime] Dynamically disable dual mapping of code on some platforms
      0bd674c374 [VM-Runtime] set environment when creating detached process
      578fdb0408 Call becomeMap/becomeSet() in AstCloner.
      382cd59388 Update completion target tests for new map syntax
      1db664764a Revert "Copy abi dills in create_sdk build rule"
      a39833d957 Reland "Reland "[VM runtime] Dual mapping of executable pages.""
      49a0502f49 Copy abi dills in create_sdk build rule
      23eb57c2bf Revert "[vm/ffi] Support Windows 64 bit"
      22c2c7ffd8 Sort declarations in build_mode.dart
      e2b5559c77 [infra] Use gclient.py to apply patches to bypass update_depot_tools
      f4b524cdf1 [vm] Extract reading of parameter covariance attributes
      16e40cef2f Generate a diagnostic when a set or map literal is ambiguous
      b89d08355b [infra] Only move coredump files on shards
      7f812dea1a [vm/ffi] Support Windows 64 bit
      469da726d6 [vm] Put covariance attributes into Field flags
      09087490e2 update hasFix lookup table
      bb7b5fcd37 add missing fix tests
      48a5c3825a assist to convert to absolute imports
      b3927f66df [gardening] Mark tests that crash as crashing
      2d6ddf2aff Remove unnecessary override from PartialResolverVisitor
      ba3b9b3b65 Sort static_type_analyzer_test.dart
      1edc6d4b4d [infra] Fix approve_results not erroring properly if tryjobs lack results.
      1a196d43a7 [VM/AOT] Execute catch-entry moves in parallel (our AOT doesn't generate non-cyclic moves)
      6a2aa920cd Support pragma annotations through ir constants
      d3d077090d [VM/FrontendServer] Add 3head patch to frontend server after breaking API changes
      016e3172d1 Default parameters, more metadata, import dart:core.
      853d38896e [VM/AOT] Fixes incorrect deserialization of catch entry moves
      3cf7d6a9c7 [tests] Changing expected cast errors to type errors for collections tests
      b87c44d6b3 Generate diagnostic for non-bool conditions in if elements
      74395d940f Comment out test_import_short_absolute that fails on Windows.
      7c1544898d [vm] Decouple flow graph building of implicit getters and setters from kernel reading
      57f4da318c [vm, gc] The mutator's TLAB and the interpreter's lookup cache must be visited even if the mutator is unscheduled.
      15842d4583 Build more import scopes, support for enums.
      f2029f54cd Fix type inference of map/set literals when the context is a type parameter.
      11b9481403 [vm/frontend] Fix frontend_server_test on Windows.
      bfb30bffe0 Fix a bug in the ConstantVerifier so that conditional elements are lazily verified
      ed1f956991 Fix the abi dills download script
      8f03ae05ff [infra] Add --list-configurations option to test.dart.
      9faca2fa68 [vm] Document lifetime requirements of arguments to Dart_TimelineEvent.
      295ea59385 [vm] Give functions compiled through Dart_LoadCompilationTrace a non-zero usage counter.
      def0b21225 [infra] Fix test.dart saying untested configurations don't exist.
      abd1854176 Fix recording of map/literal context type.
      a8b3461f2e New summaries work snapshot.
      9e7627b6a1 Re-land "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
      210361ae63 Move IgnoreInfo out of the task model code base
      440b4cd84e Insert implicit casts when setting interface targets
      567d552de8 [infra] Add versionchecker and debianpackage to test matrix
      576c4c71d9 [CFE] Always clone subexpressions of unevaluated constants.
      8be2aca5
  6. 12 3月, 2019 1 次提交
  7. 05 3月, 2019 1 次提交
  8. 22 2月, 2019 2 次提交
  9. 21 2月, 2019 2 次提交
  10. 16 2月, 2019 1 次提交
  11. 12 2月, 2019 2 次提交
    • B
      Roll src/third_party/dart fdfe40ea95..754e5f404c (13 commits) · c58f5fef
      Ben Konyi 提交于
      754e5f404c Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)."
      61e109c652 Fix typo in Map.values documentation
      640bfb45f8 Mark test as failing due to #35909
      5f02f3cac2 Remove tests for removed ARGUMENT_LIST suggestions.
      4118d3c793 [vm/extensions] Fix Loader::ReloadNativeExtensions(...).
      a988ed06bd [analyzer] Fix off-by-one-error in experiments
      de2e7e7721 [infra] Update test.py help now that named configurations are implemented.
      859c1ffb79 [testing] Allow test.py test list to be specified as string
      07f2eba311 [infra] Remove remnant of analyzer-linux-release-analyzer-new.
      473c424fe2 [VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!"
      a8e2dfdb9b [vm] Decouple stub code from runtime.
      5e48ccb808 Give more context when initializing from dill fails
      a5c53b03cd Convert more doc comments from block to line style
      c58f5fef
    • S
      Roll src/third_party/skia 77a1a7e6182e..103288b50fa7 (16 commits) (#7787) · 3a1a604d
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/77a1a7e6182e..103288b50fa7
      
      git log 77a1a7e6182e6a8437e357cfa5725409e2d80e30..103288b50fa799631fec5e8f63c990145528f9ba --date=short --no-merges --format=%ad %ae %s
      2019-02-11 mtklein@google.com add Mac OpenCL bots
      2019-02-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-02-11 herb@google.com Plumb strike through the common code.
      2019-02-11 mtklein@google.com remove pointer tagging hack in SkRecord
      2019-02-11 gkaiser@google.com GrGLGpu: Avoid potential nullptr dereference
      2019-02-11 mtklein@google.com update hello-opencl
      2019-02-09 nigeltao@google.com Update Wuffs version
      2019-02-11 mtklein@google.com use /imsvc with clang-cl where we use -isystem
      2019-02-11 gkaiser@google.com sksl: Use va_end() after va_copy()
      2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 abf6dbbb107b..fe59f6b5ed2b (1 commits)
      2019-02-11 gkaiser@google.com bookmaker: Remove fflush() on closed file
      2019-02-11 gkaiser@google.com skc: Avoid undefined variable modification
      2019-02-11 herb@google.com Use descriptor instead of cache for GrStrikeCache lookup
      2019-02-11 michaelludwig@google.com Implement drawImage in terms of drawImageRect
      2019-02-11 mtklein@google.com turn on -Wextra-semi-stmt on Windows
      2019-02-09 brianosman@google.com Add ImGui::DragCanvas, to simplify several custom widgets
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (stephana@google.com), and stop
      the roller if necessary.
      3a1a604d
  12. 06 2月, 2019 1 次提交
    • S
      Roll src/third_party/skia 0ec8ec27b81c..b26b8998fa9c (11 commits) (#7705) · 75d7f24f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/0ec8ec27b81c..b26b8998fa9c
      
      git log 0ec8ec27b81ca3ae46cfc4e85297e09b2c592943..b26b8998fa9cd06c57e091243339f2c7e5396af5 --date=short --no-merges --format=%ad %ae %s
      2019-02-05 fmalita@chromium.org [skottie] Fix logging of oversized messages
      2019-02-04 herb@google.com Remove fPreBlendForFilter
      2019-01-25 halcanary@google.com third_party/icu:  use upstream
      2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-02-05 ethannicholas@google.com Revert "SkSL is now pickier about type conversions"
      2019-02-05 bungeman@google.com s/geTestSVGTypeface/getTestSVGTypeface
      2019-02-05 ethannicholas@google.com SkSL is now pickier about type conversions
      2019-01-28 herb@google.com Move luminace calculation to the SkScalerContext ctor.
      2019-02-05 bsalomon@google.com Remove fIntendedType from GrMtlBuffer. Add accessor to base class
      2019-02-05 egdaniel@google.com Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest.
      2019-02-05 egdaniel@google.com Fill in missing GrMtlCaps functions and fix for 0 buffer alloc.
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
      the roller if necessary.
      75d7f24f
  13. 29 1月, 2019 1 次提交
    • B
      Roll src/third_party/dart 601094e3f2..219a2fcf66 (6 commits) · add0507d
      Ben Konyi 提交于
      219a2fcf66 Revisit existing constants in the constants transformer.
      97cb74cf63 Tweak the subtype rule for Null
      5fbf15d9c4 Mixins have no static members
      d5a558d6c4 [VM/AOT] Make DartTemplateCall::Selector() work even if there is no ICData
      c5a954794b Fix PackageBuildWorkspacePackage's contains
      d84851daf8 [vm/bytecode] Capture receiver if creating a closure
      add0507d
  14. 16 1月, 2019 1 次提交
  15. 10 1月, 2019 1 次提交
  16. 08 1月, 2019 2 次提交
    • S
      Roll src/third_party/skia 26d173fee72b..55ff5d3ba881 (12 commits) (#7406) · e385f5cb
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/26d173fee72b..55ff5d3ba881
      
      git log 26d173fee72b4674d0d044fb7d693c628408e57f..55ff5d3ba88117c667214fc6b4e08768eddc11b2 --date=short --no-merges --format=%ad %ae %s
      2019-01-07 robertphillips@google.com Fix truncation of sigma parameter in blur-mask-filtered mask key
      2019-01-08 robertphillips@google.com Revert "Make SkBitmap/SkPixmap::erase* do so in sRGB"
      2019-01-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5df1d281a992..eb278cb04e97 (1 commits)
      2019-01-07 mtklein@google.com update p3 GM
      2019-01-07 reed@google.com no more text encoding in paint
      2019-01-07 brianosman@google.com Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader""
      2019-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms d2f489e79366..cecf6c0ebb91 (1 commits)
      2019-01-07 csmartdalton@google.com Revert "ccpr: Support caching of paths that span multiple tiles"
      2019-01-07 scroggo@google.com Make SkBitmap/SkPixmap::erase* do so in sRGB
      2019-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d56f15c09e..24e71928441e (1 commits)
      2019-01-07 csmartdalton@google.com ccpr: Support caching of paths that span multiple tiles
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (bsalomon@google.com), and stop
      the roller if necessary.
      e385f5cb
    • S
      Roll src/third_party/skia 46ee3f7a8ff5..b2fdcbf3033f (11 commits) (#7394) · 395b7852
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/46ee3f7a8ff5..b2fdcbf3033f
      
      git log 46ee3f7a8ff52f961b390b8e553483dfe0818c9d..b2fdcbf3033f2df7ec5f37cdfa70897271b096bd --date=short --no-merges --format=%ad %ae %s
      2019-01-07 brianosman@google.com Add SkNamedGamut::kXYZ (ie, the identity matrix)
      2019-01-07 kjlubick@google.com Add canvaskit to the CQ
      2019-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 050698222644..a4afa24ff909 (1 commits)
      2019-01-07 csmartdalton@google.com ccpr: Convert GrCCDrawPathsOp::SingleDraw to a class
      2019-01-07 kjlubick@google.com [canvaskit] Add path/canvas methods
      2019-01-07 ethannicholas@google.com Revert "Revert "we now cache GLSL shaders when we can't cache the binaries""
      2019-01-07 reed@google.com use drawstring with font
      2019-01-06 csmartdalton@google.com Reland "ccpr: Rework the path cache to support sporadic flushing"
      2019-01-02 brianosman@google.com Support combining per-vertex coverage with color in default GP vertex shader
      2018-12-21 bsalomon@google.com Run ddl2-vk and ddl2-gl on bots
      2019-01-07 nigeltao@google.com Update third_party/wuffs version
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (bsalomon@google.com), and stop
      the roller if necessary.
      395b7852
  17. 04 1月, 2019 1 次提交
    • S
      Roll src/third_party/skia 3b7e65107f67..4683942a45f6 (10 commits) (#7362) · 78f6eb5c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/3b7e65107f67..4683942a45f6
      
      git log 3b7e65107f671e35674ab8bfc163d998039b81bf..4683942a45f6927435249677adceefdb8c424443 --date=short --no-merges --format=%ad %ae %s
      2019-01-03 kjlubick@google.com [canvaskit] Refactor skottie into own file
      2019-01-03 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-01-03 robertphillips@google.com Make the RRectEffect's screen coords be Float4 (rather than Half4)
      2019-01-02 michaelludwig@google.com Normalize vectors in dot product for quad type calculations.
      2018-12-27 halcanary@google.com SkPDF: eliminalte one member function
      2019-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 4627b3705d59..9fa54eab2590 (1 commits)
      2019-01-03 reed@google.com use drawSimpleText
      2019-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms e9b211dd665b..8b9d1f9db8a8 (1 commits)
      2019-01-03 reed@google.com remove legacy drawPosText (and variants)
      2019-01-03 mtklein@google.com tear down one-big-switch SkRasterPipeline backend
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (bungeman@google.com), and stop
      the roller if necessary.
      78f6eb5c
  18. 03 1月, 2019 1 次提交
  19. 27 12月, 2018 1 次提交
  20. 12 12月, 2018 1 次提交
  21. 11 12月, 2018 2 次提交
  22. 28 11月, 2018 1 次提交
  23. 20 11月, 2018 2 次提交
  24. 16 11月, 2018 1 次提交
  25. 10 11月, 2018 1 次提交
  26. 08 11月, 2018 1 次提交
  27. 07 11月, 2018 1 次提交
  28. 27 10月, 2018 1 次提交
  29. 26 10月, 2018 1 次提交
  30. 25 10月, 2018 1 次提交