1. 17 4月, 2019 10 次提交
    • S
      Roll src/third_party/skia 70ed05e53ad2..652b007a4cbb (1 commits) (#8601) · fdd42724
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/70ed05e53ad2..652b007a4cbb
      
      git log 70ed05e53ad244b3234415b447e5fcd53fb40e3b..652b007a4cbb0b8c716510949456243573129ff4 --date=short --no-merges --format=%ad %ae %s
      2019-04-16 reed@google.com Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
      
      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 (herb@google.com), and stop
      the roller if necessary.
      fdd42724
    • L
      Check that TransformLayer has a finite matrix (#8585) · 3b016106
      liyuqian 提交于
      To catch issues like https://github.com/flutter/flutter/issues/30586
      
      https://github.com/flutter/flutter/pull/31097 will trigger this CHECK
      if https://github.com/flutter/engine/pull/8467 were reverted and the
      transform_ were not initialized in this PR.
      3b016106
    • S
      Implement StandardMethodCodec for C++ shells (#8598) · 4805d72a
      stuartmorgan 提交于
      Adds StandardMethodCodec support to the C++ client wrapper. This makes it
      substantially easier to add Windows and Linux support for existing plugins, as
      StandardMethodCodec is the default plugin protocol.
      
      Fixes flutter/flutter#30670
      
      Does not include extensibility for the codec, which will be added later.
      4805d72a
    • S
      Roll src/third_party/skia db13d3874846..70ed05e53ad2 (6 commits) (#8599) · 388124f9
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/db13d3874846..70ed05e53ad2
      
      git log db13d38748462b713beeeed33fb0eb9d95c1270e..70ed05e53ad244b3234415b447e5fcd53fb40e3b --date=short --no-merges --format=%ad %ae %s
      2019-04-16 reed@google.com Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
      2019-04-17 reed@google.com Revert "Remove includes from SkFontTypes.h"
      2019-04-16 csmartdalton@google.com Reland "Add GrDisableColorXPFactory::makeXferProcessor()"
      2019-04-16 bungeman@google.com Remove includes from SkFontTypes.h
      2019-04-16 reed@google.com Simplify SkTypeface::charsToGlyphs API to require UTF32 input
      2019-04-16 bungeman@google.com IWYU for SkCanvas.h
      
      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 (herb@google.com), and stop
      the roller if necessary.
      388124f9
    • S
      Variant type for C++ client wrapper (#8592) · b819b62b
      stuartmorgan 提交于
      Adds a type that can hold any of the types corresponding to the Dart types
      that are supported by the standard message channel codec. This provides
      the foundation for adding standard message codec support for the C++
      desktop shells (flutter/flutter#30670).
      b819b62b
    • B
      Roll src/third_party/dart a8f3a5dae6..8e73b3c006 (92 commits) · db36d28e
      Ben Konyi 提交于
      8e73b3c006 Enable ui-as-code features.
      698800a902 [ VM / Service ] Initialize ThreadInterrupter state even if profiler isn't enabled.
      e7f75e11ae Add more checks for manifest
      4b7d256a06 Revert "Enable constant-update-2018 by default." and "Update .expect files in pkg/front_end after e9ca6a53"
      ecdbdf00b8 [dartdevc] Retry ddc incremental compile on crash
      6dc209e858 [tests] UI-as-Code in const collections is a compile time error
      f175b0baf8 Report errors for using control-flow and spread features in a const context
      73d99df7e0 Report when a potentially nullable type is used in an on clause
      80dd5ca3d4 new "modifier out of order" error code
      9070d6ae61 [dart/vm] Inspect shift constant in absence of range analysis
      49607d13e2 Bump markdown to 2.0.3
      1642934663 [vm, interpreter] Emit only one copy of exception processing.
      41e9878348 Unbreak two tests that were failing on Windows.
      cef1e31284 Rewrite AST for implicit instance creation.
      6e28c24a01 [vm/compiler/bytecode] Ensure CheckStackOverflow is in the join block
      5af34ea93d [CFE] Handle invalid constant string interpolation in unevaluated constant expressions
      457a781bd7 Reland "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
      2b4d27bf6f Fix test_unresolved_annotation_instanceCreation_argument_super.
      c3428c9342 Disallow UI-as-code in constants if constant-update-2018 is disabled.
      a8e8b2c426 [vm/compiler] Elide DebugStepCheck instructions in PRODUCT mode
      4b19ca1489 Add language_2 tests for NNBD null-assertion operator (!)
      2768cce4bf Revert "Do not append `!` to type names in tests that exercise NullabilitySuffix.none."
      8188e02661 Create ConstFieldElementImpl for final instance fields in classes with const constructors.
      6761015e30 Fixes for unresolved and invalid URIs.
      890d12fa47 Do not append `!` to type names in tests that exercise NullabilitySuffix.none.
      2f77be6dc7 Fix overzealous rename.
      58ff41ad33 Add test for static tear-off
      e0bb1c8a58 [dartdevc] switch DDC tests to use Kernel files
      32f5223119 Search all directories when attempting to analyze manifest files
      5319d76b5a Run ddc worker tests
      a63bf3c846 [vm] Don't call the debug step check stub or bytecode in PRODUCT mode.
      f8c1cc7c24 Update the output for the generated Outline.java to compile.  Outline.java has a special fromJson() method special cased in codegen_java_types.dart that was not updated when fields were added to the protocol.
      144bfdfce6 [vm] Use a separate kind tag for static field initializers.
      92c14cb7ef [fuchsia] Mark subprocess images as executable
      f0ae4de9a7 [ VM / Service ] Fixed GetCpuProfileTimeline which was attempting to parse 64-bit values as if they were 32 bits.
      bd4576174e Remove the nullability variants of dynamic, bottom, and void.
      a82a35af71 Rework _checkForDeadNullCoalesce using `isNonNullable`.
      fa5440a568 Fix a typo in the comments
      77d096ca94 Add AST representation of the required keyword
      f315727b79 Add basic resolution semantics for null-assertion operator
      067293b7fc Update the copyright year to 2019 before pushing DAS 1.26.0 version to the Dart plugin
      3937751b94 Switch AST summaries tests from the hardcoded SDK to MockSdk.
      369c9653c6 Store 'definingType' for next to raw Element references.
      b9eb7c312c Add nullability testing methods to TypeSystem
      55ff0abde5 Rework building types for type annotations and declarations.
      76e62d83e3 [vm/precompiler,const eval] Properly handle constant closures with delayed type args.
      0b6c61dbd3 tests for issue 36055
      ae05bc6ec5 Add support for the type Never
      92b4f78148 Fix warnings discovered during Apr 15 analyzer/front_end roll.
      79974bb026 Rename Nullability enum to avoid confusion with spec.
      e42a8032fb [cfe] Remove uninferred initializers from outlines
      4b42f87971 Remove unused import
      193458abaa Return the keyword from childEntities for import and export directives
      d3e00fd35e Update .expect files in pkg/front_end after e9ca6a53
      b997b59c09 Include manifest in the list of files to analyze
      ec0447db5d Add support for using ExpectedError and convert a couple of tests over to use it
      ea8d6e6fa9 Rename some error checking methods
      3e6fd64a8a Dependencies based type inference with AST summaries.
      c18c1f4bfb [fuchsia] Use Unmap() instead of zx_vmar_unmap()
      0aa5547de1 Add missed tests and fix bug
      22a843a23d Fix precedence of postfix "!" operator
      f3dbfee467 Fix the error message template for EXPERIMENT_NOT_ENABLED.
      2e7bd1359d parse dart language version comment
      e89850f95d Move STRICT_RAW_TYPE on constructors to INFERENCE_FAILURE_ON_INSTANCE_CREATION
      381f94522c [fuchsia] Fix vmo leak
      61bb30822b Revert "[VM-debugger] resolve column breakpoint tokenposition into a single value"
      0314d86af4 Add errors when a nullable type is used as a supertype
      9cc008e49c [vm/bytecode] Add bytecode instructions for double operations
      734c50cbf2 [vm/bytecode] Update expectations for bytecode generator unit test
      3714658d0f [vm] Fix Win32 build broken by 2a237327b220d54f64469484d35a02b641914053
      1ca57fc729 Update cfe_constant_evaluation_test and remove old constant-expression tests now that constant-update-2018 is on by default
      2d1440b848 [VM-debugger] resolve column breakpoint tokenposition into a single value
      0d65bb9ab3 [VM] Adjust the expected results for get_source_report_test.dart
      7b893ce825 Check return value from Dart_PostCObject() in sample extension
      47520b1856 test.py plumbing for ABI versions
      25cb45c02f [vm/aot/tfa] Update TFA tests after front-end starts evaluating constants
      6c5709c44a Remove the URI of types until we can produce better URIs
      2a237327b2 [vm/compiler] Take into account all redefinitions when computing aliasing.
      bc5cc91fef Fix the command line for getting the Git head short hash
      85f623374a Triage and fix some more tests.
      5746227588 Support for configurations in import/export directives.
      e9ca6a5335 Enable constant-update-2018 by default.
      125ee3b719 [vm/compiler/aot] Avoid using EnterCallRuntimeFrame/LeaveCallRuntimeFrame due to code size of register spilling
      d81783ff5f Begin writing language_2 tests for NNBD.
      c2eb9a9860 Add support to the element model for both lazy variables and required parameters
      4ed24862ee [CFE] Extra dummy SDK classes that the constant evaluator needs.
      ce9a1e2b54 [vm/compiler] Fix write-barrier elimination issue
      a3d13fbf54 [CFE] Option to report error on unevaluated constants.
      394f88d5cf Create source information from ConstantExpression
      b7b7a63407 Fix relative import from pkg/kernel/test to pkg/kernel/lib.
      0136d96a96 [dartdevc] fix #36532, adds DDC support for CFE constant flag
      022400eecb Fix several small issues with AST based summaries.
      db36d28e
    • S
      Roll src/third_party/skia 68aeec07de4a..db13d3874846 (16 commits) (#8595) · c0ee647c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/68aeec07de4a..db13d3874846
      
      git log 68aeec07de4a1894a5cefde405abcb5a49801df6..db13d38748462b713beeeed33fb0eb9d95c1270e --date=short --no-merges --format=%ad %ae %s
      2019-04-16 bungeman@google.com Move SkTLazy.h to src/
      2019-04-16 mtklein@google.com Reland "align skvx::Vec<N,T> to N*sizeof(T)"
      2019-04-16 borenet@google.com [infra] Add chrome_release_branch script
      2019-04-16 mtklein@google.com roll libpng to 1.6.37
      2019-04-16 mtklein@google.com pass SkVx::Vec arguments as const&
      2019-04-16 egdaniel@google.com Revert "Add GrDisableColorXPFactory::makeXferProcessor()"
      2019-04-16 bungeman@google.com Remove generateCharFromGlyph and charToGlyphID.
      2019-04-16 ethannicholas@google.com added more SPIR-V RelaxedPrecision decorations
      2019-04-16 mtklein@google.com Revert "align skvx::Vec<N,T> to N*sizeof(T)"
      2019-04-16 herb@google.com Reduce use of path generation
      2019-04-16 mtklein@google.com align skvx::Vec<N,T> to N*sizeof(T)
      2019-04-16 csmartdalton@google.com Add GrDisableColorXPFactory::makeXferProcessor()
      2019-04-16 bsalomon@google.com Ensure that insetting for blur texture domain doesn't invert domain rect.
      2019-04-16 bungeman@google.com Remove deprecated SkPaintFilterCanvas::onFilter.
      2019-04-16 kjlubick@google.com WASM build cleanups
      2019-04-16 herb@google.com Remove non-canonical font color
      
      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 (herb@google.com), and stop
      the roller if necessary.
      c0ee647c
    • Q
      Composite Embedded Views with the correct GrContext · 28a46d51
      Qxyat 提交于
      PaintRecorder Canvases are not associated with GrContexts.
      28a46d51
    • V
      Roll buildroot to ce7b5c786a12927c9e0b4543af267d48c52e0b3a (#8593) · 7af3f2b9
      Vyacheslav Egorov 提交于
      ce7b5c7 Don't assume anything above SSE2 when compiling X64 code (e.g. dart binary) (#233)
      7af3f2b9
    • S
      Roll src/third_party/skia 6c431d52020c..68aeec07de4a (7 commits) (#8590) · d2eeceb9
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/6c431d52020c..68aeec07de4a
      
      git log 6c431d52020c6ed8d48681c9443ec3131fd0ed34..68aeec07de4a1894a5cefde405abcb5a49801df6 --date=short --no-merges --format=%ad %ae %s
      2019-04-16 bsalomon@google.com Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading.
      2019-04-16 jvanverth@google.com Convert 565 and 4444 bitmaps to 8888 for Mac Metal.
      2019-04-15 csmartdalton@google.com Don't flush pipeline state when querying sample locations in GL
      2019-04-15 mtklein@google.com just some refactoring for fm_bot.go
      2019-04-15 egdaniel@google.com Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
      2019-04-10 bsalomon@google.com GrSurface -> GrGpuBuffer transfer improvements:
      2019-04-10 bsalomon@google.com Avoid multiplication by alpha in fragment shader when known to be 1.
      
      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 (herb@google.com), and stop
      the roller if necessary.
      d2eeceb9
  2. 16 4月, 2019 7 次提交
  3. 15 4月, 2019 4 次提交
  4. 14 4月, 2019 3 次提交
  5. 13 4月, 2019 14 次提交
  6. 12 4月, 2019 2 次提交