1. 26 3月, 2019 4 次提交
    • A
      Delegate a11y events and action to/from embedded Android platform views. (#8250) · 345ae7d3
      Amir Hardon 提交于
      Delegate a11y events and action to/from embedded Android platfrom views.
      
      This handles delegation of:
        * AccessibilityNodeProvider#performAction
        * ViewGroup#requestSendAccessibilityEvent
        * View#onHoverEvent
      
      Additionally updates the currently input accessibility focused node state that is
      tracked by the a11y bridge when an embedded view's node is focused.
      345ae7d3
    • S
      Roll src/third_party/skia 42197c0bc68e..15dc59e65cfa (19 commits) (#8294) · dd6be2fd
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/42197c0bc68e..15dc59e65cfa
      
      git log 42197c0bc68e4c109fad2f3665bf05ac0556ab0e..15dc59e65cfa9b06f1505d6e44e6dbb0e52ecf6a --date=short --no-merges --format=%ad %ae %s
      2019-03-25 brianosman@google.com Stop supporting VC8 (Visual Studio 2005) in GrConfig
      2019-03-22 ericrk@chromium.org Ensure we don't skip image memory barriers when queue change needed
      2019-03-25 mtklein@google.com spin off :trace target
      2019-03-25 brianosman@google.com Fix doc comment error for allocN32Pixels
      2019-03-22 scroggo@google.com Only dereference imgcfg if non-null
      2019-03-25 kjlubick@google.com Revert "Generate GrGLInterface and GrGlAssembleInterface* from table"
      2019-03-25 brianosman@google.com Remove bookmaker sources and data files
      2019-03-25 mtklein@google.com clean up stray libpng deps
      2019-03-25 egdaniel@google.com Add option to disable vsync on viewer unix.
      2019-03-25 brianosman@google.com Clean up texture domain effect GM, wrt proxy creation
      2019-03-25 brianosman@google.com Stop flooding perf with uninteresting GPU stats
      2019-03-25 egdaniel@google.com Fix up readPixels, writePixels, and copies when dealing with ycbcr textures in vulkan.
      2019-03-25 mtklein@google.com de-common the rest of the flags
      2019-03-25 kjlubick@google.com Delete in favor of autogenerated file
      2019-03-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 eae464dd3092..9078c6a7199b (1 commits)
      2019-03-25 brianosman@google.com Fix GM that was trying to create mip-mapped proxies without checking caps
      2019-03-25 bsalomon@google.com Avoid special shader for opaque alpha when drawing simple rectangles.
      2019-03-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e24bc66dcda3..221459f4ecc9 (1 commits)
      2019-03-25 kjlubick@google.com Delete old assembleInterface code
      
      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 (stani@google.com), and stop
      the roller if necessary.
      dd6be2fd
    • C
      Make it easy to write embedder unit tests by creating a fixture and config builder. (#8276) · d6ead18f
      Chinmay Garde 提交于
      All embedder unit-tests have to setup the Flutter project arguments from scratch
      before launching the engine. The boilerplate and having to deal with the low
      level C API during each engine launch is a hinderance to writing tests.
      
      This patch introduces an EmbedderTest fixture that sets up all the embedder side snapshots before allowing the unit test to create a FlutterConfigBuilder` that
      the test can use to incrementally build and edit the Flutter project
      configuration. From the given state state of a configuration, multiple engines
      can be launched with their lifecylces managed by appropriate RAII wrappers.
      
      This allows the a fully configured Flutter engine to be launched using 4 lines
      of code in a fixture.
      
      ```
      EmbedderConfigBuilder builder;
      builder.SetSoftwareRendererConfig();
      builder.SetAssetsPathFromFixture(this);
      builder.SetSnapshotsFromFixture(this);
      auto engine = builder.LaunchEngine();
      ```
      d6ead18f
    • S
      Roll src/third_party/skia cd54466473fe..42197c0bc68e (10 commits) (#8292) · 3a445cec
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/cd54466473fe..42197c0bc68e
      
      git log cd54466473fe5fdc462c6dac6def8b327ad58263..42197c0bc68e4c109fad2f3665bf05ac0556ab0e --date=short --no-merges --format=%ad %ae %s
      2019-03-25 brianosman@google.com Add support for 1010102 on ES2 devices with EXT_texture_type_2_10_10_10_REV
      2019-03-25 rmistry@google.com Add new Intel x86_64 CPU SkottieTracing bot
      2019-03-25 michaelludwig@google.com Respect stroke width in Android rrect clip optimization
      2019-03-25 rmistry@google.com [Recipe] Add CPU bot capability to perf_skottietrace.py
      2019-03-25 kjlubick@google.com Generate GrGLInterface and GrGlAssembleInterface* from table
      2019-03-25 brianosman@google.com Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)"
      2019-03-25 brianosman@google.com SkBaseDevice::drawAtlas doesn't antialias either, so remove fallback
      2019-03-25 rmistry@google.com [Recipe Modules] Make DefaultFlavor.step signature match the other step funcs
      2019-03-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 62f62a6efa2c..e24bc66dcda3 (1 commits)
      2019-03-25 rmistry@google.com [Recipe Modules] remove_file_on_device was in all flavors except DefaultFlavor
      
      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 (stani@google.com), and stop
      the roller if necessary.
      3a445cec
  2. 25 3月, 2019 3 次提交
  3. 24 3月, 2019 6 次提交
  4. 23 3月, 2019 7 次提交
  5. 22 3月, 2019 18 次提交
    • S
      Roll src/third_party/skia bc7402f30ad8..f9264bac4e99 (8 commits) (#8264) · d21cca71
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/bc7402f30ad8..f9264bac4e99
      
      git log bc7402f30ad83f04a81401cc2b1bcb19d7dec7a9..f9264bac4e995c2ee0fbd127ce10000ceed30945 --date=short --no-merges --format=%ad %ae %s
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cf1866183620..2e96bac879cf (2 commits)
      2019-03-22 brianosman@google.com Remove Perf-Valgrind-AbandonGpuContext bot
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3dbb77576f93..cf1866183620 (1 commits)
      2019-03-22 bsalomon@google.com Revert "Use glTexStorage for non-MIP mapped textures."
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader af26cfe3fd74..3dbb77576f93 (1 commits)
      2019-03-21 bsalomon@google.com Use glTexStorage for non-MIP mapped textures.
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4d3cdbc27b79..af26cfe3fd74 (1 commits)
      2019-03-21 reed@google.com update/add benches to look at colorspace as well as alphatype
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      d21cca71
    • B
      Roll src/third_party/dart 8b8a8f7b4e..fa74184b7a (1 commits) · 09cb4264
      Ben Konyi 提交于
      fa74184b7a Verify that constructor initializers use only potentially constant expressions.
      09cb4264
    • B
      Roll src/third_party/dart 266d823f5c..8b8a8f7b4e (3 commits) · 28846b69
      Ben Konyi 提交于
      8b8a8f7b4e Report error for invalid this/super in initializer
      74b7890597 Fix a few mistakes and oversights in the control flow collection tests.
      f5d97104e8 [dartdevc] Fix ForElement downcasts and expected run time errors
      28846b69
    • B
      Roll src/third_party/dart ba0147ac07..266d823f5c (12 commits) · 663967b5
      Ben Konyi 提交于
      266d823f5c remove unused scanner error list
      986fbe34d7 [dartdevc] fix #36275, emit members whose names are from other libraries
      602ac1226d Check if element conditions for downcasts
      2ffe0c7b7a Report not potential constants in ShortCircuitOperators.
      298dacfef5 [vm] Avoid main thread compilation of implicit accessors.
      1e405a8226 [ddc] sidestep constant regression in ddk
      61e71e785f Prepare to publish analyzer version 0.36.0
      c403804d9c [vm/interpreter] Take arg desc into consideration when resolving call method in invoke field dispatchers.
      40e77d29d5 Tests for implicit cast properties; add cast for `<T>[...dynamic]`.
      9622562482 Make _cancelWakeup a no-op if _sendPort is null
      8f827aef4f [vm/bytecode] Recognize identical() in bytecode flow graph builder
      02d5d26b83 Fix for 'int' in const List<void>.
      663967b5
    • J
      Fix incorrect vertices colors length check (#8247) · 81dbfc12
      Justin McCandless 提交于
      A DCHECK was checking incorrect values, and this corrects it.
      81dbfc12
    • S
      Roll src/third_party/skia f4af3608b95a..bc7402f30ad8 (5 commits) (#8261) · cb3a9962
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/f4af3608b95a..bc7402f30ad8
      
      git log f4af3608b95a188777441c955d213263d9b1916b..bc7402f30ad83f04a81401cc2b1bcb19d7dec7a9 --date=short --no-merges --format=%ad %ae %s
      2019-03-21 benjaminwagner@google.com [infra] Cleanup unused OS mappings in gen_tasks.go
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 756b54d7073a..4d3cdbc27b79 (1 commits)
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3f9c56c3cd54..756b54d7073a (2 commits)
      2019-03-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b55772e6e7dd..3f9c56c3cd54 (1 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 (brianosman@google.com), and stop
      the roller if necessary.
      cb3a9962
    • S
      Roll src/third_party/skia a39bbdad93be..f4af3608b95a (2 commits) (#8259) · db9d864d
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/a39bbdad93be..f4af3608b95a
      
      git log a39bbdad93be9778642d9f3bca3904f649222d16..f4af3608b95a188777441c955d213263d9b1916b --date=short --no-merges --format=%ad %ae %s
      2019-03-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 2219b18c984e..9e586a0f8a1c (1 commits)
      2019-03-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      db9d864d
    • S
      Roll src/third_party/skia d0995493f8f3..a39bbdad93be (2 commits) (#8257) · f226db94
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/d0995493f8f3..a39bbdad93be
      
      git log d0995493f8f3d1d4d882c6b5b5dbc327072dd41b..a39bbdad93be9778642d9f3bca3904f649222d16 --date=short --no-merges --format=%ad %ae %s
      2019-03-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-03-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      f226db94
    • S
      Roll src/third_party/skia 19fb3971bca5..d0995493f8f3 (11 commits) (#8255) · 272957d6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/19fb3971bca5..d0995493f8f3
      
      git log 19fb3971bca5dd30c33513697fa082075c07c036..d0995493f8f3d1d4d882c6b5b5dbc327072dd41b --date=short --no-merges --format=%ad %ae %s
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 80c796becc43..b55772e6e7dd (2 commits)
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4ecc9d4073ce..80c796becc43 (1 commits)
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b57a03014063..9aca4d1c479e (502 commits)
      2019-03-21 bungeman@google.com Make zoom in viewer exponential.
      2019-03-21 rmistry@google.com Fix upload collisions in the AndroidOne SkottieTracing bot
      2019-03-21 csmartdalton@google.com Rename GrAAFillRRectOp to GrFillRectOp
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 232bfeae6b29..2219b18c984e (6 commits)
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 603a1b53f72e..4ecc9d4073ce (2 commits)
      2019-03-21 bsalomon@google.com Put SkImageInfo on SkImage to avoid cost of reconstructing for queries.
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7bc4f45a391f..603a1b53f72e (2 commits)
      2019-03-21 egdaniel@google.com In viewer measure and show full frame times.
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      272957d6
    • J
      Do not drop the DartExecutor's message handler when a FlutterNativeView is... · 68bd4f2c
      Jason Simmons 提交于
      Do not drop the DartExecutor's message handler when a FlutterNativeView is detached from the FlutterView (#8254)
      
      An activity can use ViewFactory.retainNativeFlutterView to reuse a
      FlutterNativeView across multiple instances of the activity.  In this
      scenario, the FlutterNativeView should continue to handle incoming messages
      sent from Dart.
      68bd4f2c
    • J
      Add platformViewId to stub_ui (#8253) · adc66854
      Jonah Williams 提交于
      adc66854
    • C
      Allow specifying an alternate Mac host SDK. (#8249) · b68f7e72
      Chinmay Garde 提交于
      b68f7e72
    • B
      Roll src/third_party/dart cabaa78cc5..ba0147ac07 (3 commits) (#8248) · 3df69430
      Ben Konyi 提交于
      ba0147ac07 Resynthesize typedef(s) and generic function types.
      a7a36961bd math: dartfmt -f --fix
      1d7dcfff97 Cleanup scanner tests
      3df69430
    • S
      Roll src/third_party/skia d6ab77a2e20f..19fb3971bca5 (17 commits) (#8245) · 69c4d82f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/d6ab77a2e20f..19fb3971bca5
      
      git log d6ab77a2e20ff54644ffc247da4dd2ea755c1111..19fb3971bca5dd30c33513697fa082075c07c036 --date=short --no-merges --format=%ad %ae %s
      2019-03-21 mtklein@google.com de-common some flags
      2019-03-21 jvanverth@google.com Revert &#34;Fix blurry edges on large ovals.&#34;
      2019-03-21 brianosman@google.com Add maksing to SkSL byte code generator to please MSVC&#39;s RTC
      2019-03-21 kjlubick@google.com [canvaskit] npm version 0.5.1
      2019-03-21 ethannicholas@google.com fix Google3 roll
      2019-03-21 bungeman@google.com Add font scale and skew in x to viewer.
      2019-03-20 bungeman@google.com Always draw emoji with GPU.
      2019-03-21 jvanverth@google.com Check for null parameter to SkOffsetSimplePolygon
      2019-03-21 rmistry@google.com Add new AndroidOne SkottieTracing bot
      2019-03-21 michaelludwig@google.com Use YUV effect in drawEdgeAAImageSet
      2019-03-21 mtklein@google.com DEFINE_int32 &#43; DEFINE_uint32 -&gt; DEFINE_int
      2019-03-21 brianosman@google.com Remove SkColorSpaceXformCanvas, and supporting code:
      2019-03-21 jvanverth@google.com Fix blurry edges on large ovals.
      2019-03-21 mtklein@google.com moar static flags
      2019-03-21 rmistry@google.com New perf-skottietrace recipe
      2019-03-21 mtklein@google.com refactor for saner constness
      2019-03-21 mtklein@google.com update SkShader appendStages() fallback plan
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      69c4d82f
    • A
      Mirror Android platform views a11y tree in the Flutter a11y tree. (#8237) · 06635d38
      Amir Hardon 提交于
      This PR mirrors virtual a11y tree of embedded platform views in the Flutter
      a11y tree.
      
      Non virtual hierarchies are not currently supported.
      
      Only works on Android versions earlier than Android P as it relies on
      reflection access to hidden system APIs which cannot be done starting
      Android P.
      
      A11y is not yet working as we also need to delegate a11y events from the
      platform view to the FlutterView. This will be done in a following PR to
      keep the change size a little saner.
      06635d38
    • M
      FlutterJNI no longer asserts it is attached when dispatching platform messages... · 28433c51
      Matt Carroll 提交于
      FlutterJNI no longer asserts it is attached when dispatching platform messages and instead fizzles with a warning if not attached. Not sure what root cause of issue is, but this is necessary to avoid crashes. (#8246)
      
      28433c51
    • B
      Roll src/third_party/dart 5e9df35a57..cabaa78cc5 (36 commits) (#8244) · 1addfb59
      Ben Konyi 提交于
      cabaa78cc5 [VM] Generalize generic bounds check elimination
      16eefa4b75 [VM] Infer ranges for truncating divisions with positive divisor & Fix missing deopt env bug
      46e0a87008 Add summary support for "for each" elements with declarations.
      915b35e463 Add summary support for "for each" elements with identifiers.
      3019a8873a Check for completeness of test_all in analysis server and analyzer plugin
      9b5a956a0e Remove AstTestFactory.forStatement2
      a7ab99dd84 [vm/kernel] Index all source and line starts before using them
      1f10174891 [vm/service] Test collecting coverage for a concatenated dill file
      0cacd6c28d [CFE] Compile if map entries in map literals
      7dd4259d87 Handle ir constants in inferrer
      8915407f2c Support computation of NativeData directly from IrAnnotationData
      eb344e2072 Keep live libraries and uri to source in sync
      2805a376b2 Added tests for superinterface variance constraints
      34af8b95e5 Revert "[vm] Free readonly header bit so it can be used for other uses."
      59931e3340 [vm] Free readonly header bit so it can be used for other uses.
      cb4b6157a2 fix #36205, static calls in dart:html should directly call the DOM
      e3d6fc974f [dart/vm] fix off-by-a-lot error in DAG test
      ecb1bff326 Add summary support for `for` elements with declarations.
      7d277c4a32 Introduce methods and classes to replace "2" variants left over from "UI as code" work.
      973a4d0b2e [vm] Drop 'testonly = true' from gen_kernel_bytecode_dill GN rule
      c79927fdd7 Change type of `Expression.precedence` to the Precedence class.
      b10ac42527 [VM] Parentenvironment for Macos and Android
      9f00d1b384 [VM] Ensure Top level class is finalized for loadedscripts in library
      24e5f9142a Revise ElementResolver postfix NNBD bang processing
      2919b5577f [Analyzer] move usage of mostSpecificTypeArgument in resolver
      d9371f206d Integration test for AstBinaryWriter and AstBinaryReader.
      137171af71 [VM runtime] Disable dual mapping code in AOT runtime (fixes #36260).
      d14dfc5d8a [vm] Support FFI on ARM64 and Android.
      b032f1b284 [vm] Support FFI on 32-bit Intel.
      b78e386bbb Remove ConstantUseKind enum
      e2c577333c [testing] Mark an uncatchable flaky test as Skip.
      a2d7227a76 [vm] Never give DBC instructions executable permissions.
      6135a81d51 Separate type reference resolution and types building.
      8556e97218 Remove ResultProvider and its implementations.
      495c319574 Reland "Add hints to check the SDK constraints for both set literals and for the ui-as-code features"
      416649250f Rework tracking of variables in scope while summarizing expressions.
      1addfb59
    • S
      Roll src/third_party/skia a695da930510..d6ab77a2e20f (11 commits) (#8243) · 13e3b710
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/a695da930510..d6ab77a2e20f
      
      git log a695da930510831e7d1a7be3ddf98b9f8183b91c..d6ab77a2e20ff54644ffc247da4dd2ea755c1111 --date=short --no-merges --format=%ad %ae %s
      2019-03-21 mtklein@google.com restore .clang-format
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9041bb7c0011..7bc4f45a391f (2 commits)
      2019-03-21 ethannicholas@google.com Initial checkin of new SkSL interpreter.
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 290908500aed..9041bb7c0011 (1 commits)
      2019-03-21 rmistry@google.com Remove auto adding CQ keywords for non-master branches
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aff2dd067015..290908500aed (2 commits)
      2019-03-20 bsalomon@google.com Avoid making new image snapshot in GPU-&gt;GPU SkSurface::draw()
      2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 10ed3a8a5eec..99740cdf2835 (1 commits)
      2019-03-21 robertphillips@google.com Add support for Y410 (i.e., 1010102) to wacky_yuv_formats
      2019-03-21 kjlubick@google.com Add GN args for GL/GLES interface
      2019-02-20 tushar.khandelwal@arm.com Store LZW dictionary suffixes in larger chunks
      
      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 (brianosman@google.com), and stop
      the roller if necessary.
      13e3b710
  6. 21 3月, 2019 2 次提交