1. 19 6月, 2019 9 次提交
    • S
      Roll src/third_party/skia 7694b90eb000..48fec763d45d (11 commits) (#9367) · 4a3e69d5
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/7694b90eb000..48fec763d45d
      
      git log 7694b90eb000cd91813171cb9ad5a2b45d51dcf9..48fec763d45d9b2e952b34122d2fc7312fdcfe3e --date=short --no-merges --format=%ad %ae %s
      2019-06-18 egdaniel@google.com Rename GrColorType::kRGB_565 to kBGR_565
      2019-06-18 fmalita@chromium.org [sksg] RenderNode visibility control
      2019-06-18 rmistry@google.com Increase android compile bot timeout
      2019-06-19 brianosman@google.com Reland "Revert "Interpreter: Support striped inputs for less overhead""
      2019-06-18 robertphillips@google.com No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface
      2019-06-18 brianosman@google.com Add option to use a program binary cache in DM, etc
      2019-06-18 brianosman@google.com Implement program binary caching in ES2 (with GL_OES_get_program_binary)
      2019-06-18 herb@google.com Cleanup findOrCreateScopedStrike
      2019-06-18 brianosman@google.com Revert "Revert "Interpreter: Support striped inputs for less overhead""
      2019-06-17 dhoss@chromium.org Remove use of hb_subset_input_set_drop_layout() from SkPDFSubsetFont.cpp
      2019-06-18 mtklein@google.com Revert "extract Assembler so it can be tested"
      
      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.
      4a3e69d5
    • G
      Surrogate binary messenger (#9347) · 2f36285b
      gaaclarke 提交于
      Created FlutterSurrogateBinaryMessenger to make sure that channels are
      holding onto engines and not viewcontrollers.  This doesn't change the
      public API but makes clients do what we want them to be doing, using
      Engine for FlutterBinaryMessenger.
      2f36285b
    • F
      0ca0a416
    • M
      Add APIs for querying FlutterView for a FlutterEngine and listening for... · 66db3d58
      Matt Carroll 提交于
      Add APIs for querying FlutterView for a FlutterEngine and listening for attachment/detachment (#29114). (#9356)
      
      66db3d58
    • M
    • M
    • S
      Roll src/third_party/skia c6438c0b7f32..7694b90eb000 (12 commits) (#9364) · 63591bcd
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/c6438c0b7f32..7694b90eb000
      
      git log c6438c0b7f323a40ffbb571fc72981c6c1ac7282..7694b90eb000cd91813171cb9ad5a2b45d51dcf9 --date=short --no-merges --format=%ad %ae %s
      2019-06-18 bsalomon@google.com Revert "Consolidate quad optimizations into single internal function."
      2019-06-18 brianosman@google.com Cast to fix Linux ANGLE builds
      2019-06-17 jlavrova@google.com Refactor font resolution out of font iterator; few minor bug fixes
      2019-06-18 robertphillips@google.com Add Ganesh support for RGBA_16161616 and RG_half (take 2)
      2019-06-18 mtklein@google.com extract Assembler so it can be tested
      2019-06-18 brianosman@google.com Revert "Interpreter: Support striped inputs for less overhead"
      2019-06-18 borenet@google.com [infra] Add UpdateGoDeps bot
      2019-06-18 brianosman@google.com Connect ANGLE's trace events to Skia's tracing
      2019-06-18 michaelludwig@google.com Consolidate quad optimizations into single internal function.
      2019-06-18 jvanverth@google.com Minimize renderstate changes and vertex buffer rebinding.
      2019-06-18 egdaniel@google.com Reland "Store GrSwizzle on proxies for texturing and swizzling."
      2019-06-18 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 (bsalomon@google.com), and stop
      the roller if necessary.
      63591bcd
    • L
      Fix test name typo (#9362) · 92cb11d0
      liyuqian 提交于
      Had change locally but forgot to `git commit -a` before `git push`...
      92cb11d0
    • S
      Roll src/third_party/skia 07edcfd4dc19..c6438c0b7f32 (9 commits) (#9359) · 340d958f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/07edcfd4dc19..c6438c0b7f32
      
      git log 07edcfd4dc1962921de1775fd506e04e27f98642..c6438c0b7f323a40ffbb571fc72981c6c1ac7282 --date=short --no-merges --format=%ad %ae %s
      2019-06-18 mtklein@google.com start excising xbyak
      2019-06-18 borenet@google.com Remove experimental Go bindings
      2019-06-18 benjaminwagner@google.com Add Firestore emulator to gcloud_linux asset.
      2019-06-18 rmistry@google.com [skottie-wasm-perf] Add recipe and CPU bot
      2019-06-18 bungeman@google.com Remove SK_IGNORE_MAC_BLENDING_MATCH_FIX.
      2019-06-18 brianosman@google.com Interpreter: Support striped inputs for less overhead
      2019-06-18 brianosman@google.com Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU""
      2019-06-18 borenet@google.com [infra] Fix Cloud Build
      2019-06-18 egdaniel@google.com Move a bunch of gpu files out of include/private and into src/gpu.
      
      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.
      340d958f
  2. 18 6月, 2019 15 次提交
  3. 17 6月, 2019 1 次提交
  4. 16 6月, 2019 1 次提交
  5. 15 6月, 2019 10 次提交
  6. 14 6月, 2019 4 次提交