skia-flutter-autoroll
c2e047bbfe
Roll src/third_party/skia de7e074e8190..7730d7cb8fb2 (2 commits) ( flutter/engine#9096 )
...
https://skia.googlesource.com/skia.git
/%2Blog/de7e074e8190..7730d7cb8fb2
git log de7e074e819037b80c1c432217683ddf979b963c..7730d7cb8fb220fd6f54e91b4ca4def7d68302cc --date=short --no-merges --format=%ad %ae %s
2019-05-28 jvanverth@google.com Revert "Change Metal to not take ownership of objects"
2019-05-27 michaelludwig@google.com Revert "Update GrRTC to use GrFillRectOp::MakeGeneric"
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 (kjlubick@google.com ), and stop
the roller if necessary.
2019-05-27 23:59:20 -04:00
skia-flutter-autoroll
c67edf0289
Roll src/third_party/skia f06b6d5469a5..de7e074e8190 (1 commits) ( flutter/engine#9094 )
...
https://skia.googlesource.com/skia.git
/%2Blog/f06b6d5469a5..de7e074e8190
git log f06b6d5469a505bb5ce3d823a8362b5ffa5a24dc..de7e074e819037b80c1c432217683ddf979b963c --date=short --no-merges --format=%ad %ae %s
2019-05-26 fmalita@chromium.org [skottie] Shaper::VAlign::kResizeToFit should also scale line height
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 (kjlubick@google.com ), and stop
the roller if necessary.
2019-05-27 11:42:50 -04:00
skia-flutter-autoroll
2aba311a46
Roll src/third_party/skia 7e5a64f517e4..f06b6d5469a5 (2 commits) ( flutter/engine#9093 )
...
https://skia.googlesource.com/skia.git
/%2Blog/7e5a64f517e4..f06b6d5469a5
git log 7e5a64f517e46d4e136b9acc90bc7ae0aee854f3..f06b6d5469a505bb5ce3d823a8362b5ffa5a24dc --date=short --no-merges --format=%ad %ae %s
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e794ddc8a662..40757b28bdc8 (6 commits)
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 778c5dab5f92..017b02e115dd (514 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 (kjlubick@google.com ), and stop
the roller if necessary.
2019-05-27 04:55:43 -04:00
skia-flutter-autoroll
3789a0b42e
Roll src/third_party/skia dc01a84ae098..7e5a64f517e4 (1 commits) ( flutter/engine#9092 )
...
https://skia.googlesource.com/skia.git
/%2Blog/dc01a84ae098..7e5a64f517e4
git log dc01a84ae09838cf084e3e17f253d72a995ffd8c..7e5a64f517e46d4e136b9acc90bc7ae0aee854f3 --date=short --no-merges --format=%ad %ae %s
2019-05-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8a2441d37d80..5e9441a25484 (4 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 (kjlubick@google.com ), and stop
the roller if necessary.
2019-05-27 01:25:40 -04:00
Mehmet Fidanboylu
d0b8eba0af
Fix internal break since listing contents can return null ( flutter/engine#9078 )
2019-05-26 20:07:13 -07:00
skia-flutter-autoroll
4c2dd170b2
Roll src/third_party/skia f33c95cd6f55..dc01a84ae098 (3 commits) ( flutter/engine#9091 )
...
https://skia.googlesource.com/skia.git
/%2Blog/f33c95cd6f55..dc01a84ae098
git log f33c95cd6f55537cc13eb1e62267f0c2fd32ca11..dc01a84ae09838cf084e3e17f253d72a995ffd8c --date=short --no-merges --format=%ad %ae %s
2019-05-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 ccameron@chromium.org Change Metal to not take ownership of objects
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 (kjlubick@google.com ), and stop
the roller if necessary.
2019-05-26 05:33:20 -04:00
stuartmorgan
f0c950fb04
Rename macOS FLEPlugin* to FlutterPlugin* ( flutter/engine#9074 )
...
As another step toward aligning the macOS plugin API with the iOS plugin
API, and with its final form, rename the plugin-related classes from
FLEPlugin* to FlutterPlugin*. This makes the names of the clasess the
same between iOS and macOS. Eventually they should actually merge, with
annotations/ifdefs for platform differences, but for now since the macOS
version uses the same method names and is simply a subset of the iOS
APIs (with one to-be-stabilized method that is macOS-specific) doing the
merge later won't be a breaking change.
Doing this now allows for building out plugin tooling and plugin
implementations on macOS without creating a growing body of code that
will experience a breaking change later.
See:
https://github.com/flutter/flutter/issues/31735
https://github.com/flutter/flutter/issues/32718
2019-05-25 20:45:00 -04:00
Chris Bracken
8150bff997
Apply minor cleanups to Android embedding ( flutter/engine#9088 )
...
Eliminate an unused import, add missing @Override annotations, and
eliminate an unused logger.
2019-05-25 15:45:14 -07:00
Chris Bracken
7cdc09e0b2
Removed outdated deprecation comments ( flutter/engine#9087 )
...
In breaking change flutter/engine#4487 , a typo was fixed in our Android
APIs correcting RequestPermissionResult to RequestPermissionsResult
(note the 's' on Permissions) for consistency with the Android SDK.
Various tombstone comments were left to help guide developers in the
right direction. These comments were slated for removal in March of
2018; at over a year later, we can probably safely remove them.
2019-05-25 15:02:52 -07:00
Chris Bracken
f7fe97bf24
Delete BSDiff sources ( flutter/engine#9086 )
...
BSDiff is no longer used as of flutter/engine#8663 . This removes the
unused Java import and sources.
2019-05-25 13:49:28 -07:00
Chris Bracken
21fd6fb32a
Correct typos, adopt US spellings ( flutter/engine#9081 )
...
Corects a bnuch of typeos throughout teh engien codebsae. Also makes
a couple minor Commonwealth -> US spelling adjustments for consistency
with the rest of Flutter's codebase.
Made use of `misspell` tool:
https://github.com/client9/misspell
2019-05-25 13:14:46 -07:00
Terry Lucas
03d5bb8f53
Use track-widget-creation transformer included in the sdk. ( flutter/engine#9085 )
...
This improves performance as the version in the SDK is able to work more
incrementally and avoids creating an expensive ClassHierarchy.
There is now no measureable performance difference with the option so the
kernel transformer can be enabled by default.
2019-05-25 06:38:51 -07:00
Matt Carroll
82b9848101
New Plugin API PR4: Adds Lifecycle support to the new plugin system. ( flutter/engine#9049 )
2019-05-24 19:28:49 -07:00
skia-flutter-autoroll
377cc25a50
Roll src/third_party/skia d9430297e74a..f33c95cd6f55 (5 commits) ( flutter/engine#9082 )
...
https://skia.googlesource.com/skia.git
/%2Blog/d9430297e74a..f33c95cd6f55
git log d9430297e74a8a381ead2d83988703a0a7d5e310..f33c95cd6f55537cc13eb1e62267f0c2fd32ca11 --date=short --no-merges --format=%ad %ae %s
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 fmalita@chromium.org Reland "Active layer excludes outPoint"
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-24 22:10:45 -04:00
stuartmorgan
d1a7209236
Update macOS podspec version requirement ( flutter/engine#9077 )
...
The framework is currently built with a 10.12 deployment target, so the
podspec can be at 10.12 rather than 10.13.
The TODO is left because this is an update to the current reality rather
than a final decision about what should be supported.
2019-05-24 21:29:37 -04:00
skia-flutter-autoroll
6eb999a637
Roll src/third_party/skia a4b837971c4b..d9430297e74a (30 commits) ( flutter/engine#9080 )
...
https://skia.googlesource.com/skia.git
/%2Blog/a4b837971c4b..d9430297e74a
git log a4b837971c4b91de29f62909d340cbae33919e33..d9430297e74a8a381ead2d83988703a0a7d5e310 --date=short --no-merges --format=%ad %ae %s
2019-05-24 mtklein@google.com blacklist Samsung Mongoose 3 from ASIMDHP
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 csmartdalton@google.com Add "GrMipMapped" parameter to visitProxies
2019-05-23 michaelludwig@google.com Update GrRTC to use GrFillRectOp::MakeGeneric
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 bsalomon@google.com Apply local matrix and then plane scaling matrix in GrYUVToRGBEffect
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms fb9fa4a9a009..5b8149aaf52b (1 commits)
2019-05-24 brianosman@google.com Interpreter: Optimize common swizzles
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 egdaniel@google.com Fix VkhardwareBufferTest to check for egl native fence extension.
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 622c42a2cf22..fb9fa4a9a009 (1 commits)
2019-05-24 michaelludwig@google.com Add generic factory function to GrFillRectOp
2019-05-24 fmalita@chromium.org [skottie] Always use explicit text line height
2019-05-24 ethannicholas@google.com add SkSL support for mix, cross, and dot
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 ethannicholas@google.com restructured SkSL include files
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 1578d6b6f5dd..622c42a2cf22 (1 commits)
2019-05-24 halcanary@google.com add SkNamedTransferFn::kRec2020
2019-05-24 bsalomon@google.com Enable GL by default if GPU enabled and no backend selected.
2019-05-24 halcanary@google.com replace SkFont::glyphsToUnichars with SkFontPriv::GlyphsToUnichars
2019-05-24 fmalita@chromium.org [skottie] Add kBottom text alignment extension
2019-05-24 bsalomon@google.com Reland "Allow swapping out of GrBackendTexture used by SkSurface"
2019-05-23 herb@google.com Remove SkPackedID
2019-05-24 bsalomon@google.com Revert "Allow swapping out of GrBackendTexture used by SkSurface"
2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-24 bsalomon@google.com Blacklist ReplaceSurfaceBackendTexture on all Nexus5x Vulkan bots
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8224a58b4749..e794ddc8a662 (5 commits)
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a410b6988151..778c5dab5f92 (458 commits)
2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cae8cde7fa65..8a2441d37d80 (26 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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-24 18:40:27 -04:00
skia-flutter-autoroll
1c0840a9dc
Roll src/third_party/skia 9339a8a61af0..a4b837971c4b (34 commits) ( flutter/engine#9076 )
...
https://skia.googlesource.com/skia.git
/%2Blog/9339a8a61af0..a4b837971c4b
git log 9339a8a61af0955840775dc89f4791a7215c2caf..a4b837971c4b91de29f62909d340cbae33919e33 --date=short --no-merges --format=%ad %ae %s
2019-05-24 brianosman@google.com Revert "Active layer excludes outPoint"
2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 bsalomon@google.com Disable two new tests on two bots while errors investigated
2019-05-23 brianosman@google.com Interpreter: Disassemble during execution when TRACE is enabled
2019-05-23 brianosman@google.com Support larger compound types in the interpreter
2019-05-23 jvanverth@google.com Remove Metal Perf bot from MacBook Air
2019-05-22 bungeman@google.com Add test of char to glyph round tripping.
2019-05-23 reed@google.com split RGB into YUV planes
2019-05-23 fmalita@chromium.org [skottie] Clamp seek() to the valid frame range
2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-22 isabelren@google.com Active layer excludes outPoint
2019-05-23 khushalsagar@chromium.org remote fonts: Also send empty paths so they don't count in cache misses.
2019-05-23 michaelludwig@google.com Reland "Track quad type on GrQuad directly"
2019-05-23 bsalomon@google.com Allow swapping out of GrBackendTexture used by SkSurface
2019-05-22 herb@google.com Get bulk advances for SkPDFDevice::internalDrawGlyphRun
2019-05-23 bsalomon@google.com Add GPU implementation of rescaling for SkSurface::asyncRescaleAndRead.
2019-05-23 robertphillips@google.com Revert "Track quad type on GrQuad directly"
2019-05-22 herb@google.com Start using strike specs in PDF.
2019-05-20 michaelludwig@google.com Track quad type on GrQuad directly
2019-05-23 robertphillips@google.com Expand backend allocation API to allow an initialization color (only for GL to start)
2019-05-23 ethannicholas@google.com Reland "remove unused functions in sksl.inc"
2019-05-22 brianosman@google.com Interpreter: Fix scalar -> vector constructors
2019-05-22 egdaniel@google.com Remove viewport from GrGLRenderTarget.
2019-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fb8e1b25ad71..8224a58b4749 (5 commits)
2019-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src aacbdfe80aea..a410b6988151 (444 commits)
2019-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f4d2a446cc12..cae8cde7fa65 (12 commits)
2019-05-22 brianosman@google.com Interpreter: Tweak tracing output
2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-23 csmartdalton@google.com Revert "remove unused functions in sksl.inc"
2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-22 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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-24 10:52:29 -07:00
Jason Simmons
4b5ce6b3ae
Fix unchecked operation warnings in FlutterMain ( flutter/engine#9073 )
...
Also remove trailing whitespace on some lines
2019-05-23 15:30:08 -07:00
Jason Simmons
31a7a9b5a6
Roll third_party/dart/tools/sdks to 2.3.0 ( flutter/engine#9072 )
2019-05-23 14:37:34 -07:00
skia-flutter-autoroll
43fa4e85c0
Roll src/third_party/skia f77dbd04b926..9339a8a61af0 (12 commits) ( flutter/engine#9065 )
...
https://skia.googlesource.com/skia.git
/%2Blog/f77dbd04b926..9339a8a61af0
git log f77dbd04b92645d0f62d645210c449b5cac9b484..9339a8a61af0955840775dc89f4791a7215c2caf --date=short --no-merges --format=%ad %ae %s
2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-22 bungeman@google.com Remove SkTextEncoding and SkFontHinting macros.
2019-05-22 robertphillips@google.com Revert "De-GL-ify tests, gm and tools"
2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 herb@google.com Use bulk advances in SkFont
2019-05-22 robertphillips@google.com De-GL-ify tests, gm and tools
2019-05-22 jvanverth@google.com Add new Metal bots
2019-05-22 herb@google.com Check for SDF or ARGB in SDF case.
2019-05-22 ethannicholas@google.com remove unused functions in sksl.inc
2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-22 halcanary@google.com SkMatrix: get rid of AggregateMatrix
2019-05-21 herb@google.com Reland "Make SkRemoteGlyphCache obey the prepareForDrawing contract"
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-22 19:01:34 -04:00
Ben Konyi
019b3fc927
Roll src/third_party/dart e3edfd36b2..ec4d48e241 (7 commits)
...
ec4d48e241 [vm/bytecode] Add starting and ending source positions for closures
efde7dd642 [dartdevc] fix assert
345af8d9ed [vm/compiler/dbc] Make LoadIndexedInstr load unboxed values and StoreIndexedInstr take unboxed values
b22cd05c51 Reland fix for #28233 : add hint for missing returns to function expressions
e15a98c4f2 Tighten types for runtimeStatement and runtimeCall
c86c277c0f Reapply "Use the full URI for DDK library debug names"
7cb48804ee [vm/compiler] Merge cid ranges when generating receiver check
2019-05-22 15:53:01 -07:00
stuartmorgan
8eaa8b8a87
Add mouse button support to the macOS shell ( flutter/engine#9054 )
...
Uses the new embedding API support for device type and buttons to pass
appropriate mouse button events, allowing for right click, middle click,
etc.
Also fixes some edge cases where macOS event delivery violated Flutter
requirements by tracking more data about the mouse event stream and
adjusting the sent events as necessary.
2019-05-22 17:51:17 -04:00
stuartmorgan
cca1b1bf43
Add a podspec for FlutterMacOS.framework ( flutter/engine#9062 )
...
Based on the iOS Flutter.podspec. This will be used for plugin
management via CocoaPods, as on iOS.
Part of https://github.com/flutter/flutter/issues/32718
2019-05-22 17:48:41 -04:00
Jason Simmons
6b2bdb6147
libtxt: have GetRectsForRange(strut) fall back to tight bounds if layout isn't forcing use of the strut ( flutter/engine#9058 )
2019-05-22 13:57:59 -07:00
Ben Konyi
89b0c5a1e7
Roll src/third_party/dart fde6a5917e..e3edfd36b2 (14 commits)
...
e3edfd36b2 [vm/snapshots] Finalize and sort all classes in snapshots with compilation trace
93481167a6 Add innerText field to Element class
a17b52c2c1 Revert "[vm, compiler] Unoptimized megamorphic calls."
7d1b54bd47 Add a minimal implementation of ExtensionDeclaration
07a45e9d4c [cfe] Transform collections before set literals
bbd22cb8ff Changes that slipped through rebasing
978dc6b372 [vm/compiler] Remove left-over free in unit_test.cc (we attach a finalizer now to the ExternalTypedData)
4317c5ff3f Don't set elements and types during AstRewriteVisitor.
6457ac1d4b Test potentially-nullable access errors
ab6aeaa106 [vm/kernel] Use GC-tracked ExternalTypedData/TypedDataView for kernel buffers
2bbb2f3c1f Disallow implicit casts
add95652d2 fix AstBuilder invalid getter recovery
79062c7587 Revert "[Test] Remove some dead code."
27e1c91c39 Add src/diagnostics test for assert(bool?)
2019-05-22 12:02:13 -07:00
skia-flutter-autoroll
bc0df359b8
Roll src/third_party/skia e63b01b364a0..f77dbd04b926 (19 commits) ( flutter/engine#9057 )
...
https://skia.googlesource.com/skia.git
/%2Blog/e63b01b364a0..f77dbd04b926
git log e63b01b364a0e86668ff4c4508b725b2e6752c00..f77dbd04b92645d0f62d645210c449b5cac9b484 --date=short --no-merges --format=%ad %ae %s
2019-05-21 mtklein@google.com remove -ffp-contract
2019-05-22 senorblanco@chromium.org GrTessellator: improved straight skeleton implementation.
2019-05-21 herb@google.com Move SkFont over to SkStrikeSpecStorage
2019-05-21 csmartdalton@google.com Remove VisitorType from GrOp::visitProxies
2019-05-20 jvanverth@google.com Fix resize and vsync issues in Mac Viewer
2019-05-21 robertphillips@google.com Make GrGLGpu::createBackendTexture parallel GrGLGpu::createTextureImpl
2019-05-22 halcanary@google.com VkTestUtils: respect new optional SK_GPU_TOOLS_VK_LIBRARY_NAME define
2019-05-22 jvanverth@google.com ARC cleanup and memory leak fix.
2019-05-21 mtklein@google.com use float -> float math functions
2019-05-22 zhenyu.shan@intel.com Add AVX2 implementation for blit_row_s32a_opaque
2019-05-21 jcgregorio@google.com Add Huawei P30 to the tree.
2019-05-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e8247a574956..fb8e1b25ad71 (6 commits)
2019-05-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 09fbfa7a6919..aacbdfe80aea (446 commits)
2019-05-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9e2844fa2744..f4d2a446cc12 (2 commits)
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-22 15:00:59 -04:00
stuartmorgan
2b6a8b2d4c
Expose pointer type and buttons in embedder.h ( flutter/engine#9034 )
...
Rather than hard-coding the type of incoming events to mouse, and
synthesizing a primary button press for kDown/kUp, expose device kind
and buttons in the API.
For backwards compatibility, if the type is not set, the old behavior is
used. If an embedder sets the type to mouse explicitly, however, they
must also set correct button information.
For the touch type, the API abstracts away the framework's internal
expectation that a button is set for touch down/move for simplicity.
Fixes flutter/flutter#32854
2019-05-22 11:30:32 -04:00
Ben Konyi
ab4714b1eb
Roll src/third_party/dart b11308657c..fde6a5917e (8 commits)
...
fde6a5917e [vm, compiler] Unoptimized megamorphic calls.
e20da9c220 Fix order of resolving / writing / reading of function / method declarations.
5218970024 Update README.md
cfdcfe2bfe Update DeclarationsTracker when a context options change.
181685b852 Allow disabling individual server features.
e114fc3453 [release] Prepare changelog and version file for 2.3.1 and 2.3.2-dev.0.0
9b017a1ced [dart/vm] Peephole optimizer (window size one) on stack code
2b6b0e00d9 Fix resolveToBound for nullability
2019-05-21 22:16:26 -07:00
Jason Simmons
74193f1e04
Update FlutterDevCompilerTarget for the new superclass constructor in the Dart SDK ( flutter/engine#9039 )
2019-05-21 18:01:46 -07:00
Jason Simmons
869c92a3d7
Add font features (such as tabular numbers) as an option in text styles ( flutter/engine#8823 )
...
Fixes https://github.com/flutter/flutter/issues/31691
2019-05-21 16:47:57 -07:00
Ben Konyi
99fa9d5c3a
Roll src/third_party/dart b11308657c..b11308657c (0 commits) ( flutter/engine#9037 )
...
* Roll src/third_party/dart b48c8b1d1c..433bc1b350 (2 commits)
433bc1b350 [vm/compiler] Avoid adding unused Redefinition instructions
04e329b6ed Add override annotations across DDC
* Roll src/third_party/dart 433bc1b350..6d76c8790d (5 commits)
6d76c8790d bump to linter 0.1.89
0799ac0edb Enforce DDC lints
2fd1021326 [dartdevc] Turn on lints and cleanup violations
9adc5be551 Dartfmt all of DDC with the latest
e9b5c9ce8b Ignore todos in DDC
* Remove duplicate flag "track-widget-creation". Unblocks SDK roll.
* Roll src/third_party/dart b11308657c..b11308657c (0 commits)
2019-05-21 16:32:50 -07:00
Jonah Williams
490cb86f01
fix dartdevc build ( flutter/engine#9036 )
2019-05-21 15:30:57 -07:00
skia-flutter-autoroll
5795c151db
Roll src/third_party/skia 12710911dcc2..e63b01b364a0 (11 commits) ( flutter/engine#9035 )
...
https://skia.googlesource.com/skia.git
/%2Blog/12710911dcc2..e63b01b364a0
git log 12710911dcc2056d8b6697cd0aa540f01a1c47df..e63b01b364a0e86668ff4c4508b725b2e6752c00 --date=short --no-merges --format=%ad %ae %s
2019-05-21 halcanary@google.com SkTypeface_mac/SkPDF codepoints out of BMP
2019-05-21 ethannicholas@google.com SkSL interpreter intrinsics
2019-05-21 herb@google.com Revert "Make SkRemoteGlyphCache obey the prepareForDrawing contract"
2019-05-21 herb@google.com Simplify scale handling
2019-05-21 csmartdalton@google.com ccpr: Visit atlas proxies during visitProxies()
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 herb@google.com Make SkRemoteGlyphCache obey the prepareForDrawing contract
2019-05-21 mtklein@google.com simplify VECTOR macros, negates
2019-05-21 robertphillips@google.com Rename createTestingOnlyBackendTexture to createBackendTexture
2019-05-21 csmartdalton@google.com Blacklist PinnedImageTest on LenovoYogaC630
2019-05-21 mtklein@google.com 16-bit instructions
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-21 17:32:53 -04:00
Matthew Dempsky
e59951fa15
Avoid unnecessary copying of vectors in AccessibilityBridge ( flutter/engine#9033 )
2019-05-21 12:39:11 -07:00
skia-flutter-autoroll
33216db5ef
Roll src/third_party/skia 54fbe0f813c1..12710911dcc2 (5 commits) ( flutter/engine#9032 )
...
https://skia.googlesource.com/skia.git
/%2Blog/54fbe0f813c1..12710911dcc2
git log 54fbe0f813c146afa9c983d8fa358937d00d2fec..12710911dcc2056d8b6697cd0aa540f01a1c47df --date=short --no-merges --format=%ad %ae %s
2019-05-21 mtklein@google.com negateS -> negateI
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-05-21 mtklein@google.com Revert "Revert "SkSLInterpreter refactoring""
2019-05-20 bungeman@google.com Move SkLeanWindows.h to src.
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-21 13:59:52 -04:00
skia-flutter-autoroll
e38bfd86b1
Roll src/third_party/skia 1903c94f44fd..54fbe0f813c1 (6 commits) ( flutter/engine#9030 )
...
https://skia.googlesource.com/skia.git
/%2Blog/1903c94f44fd..54fbe0f813c1
git log 1903c94f44fd0abce10da49b3a53b2c4e4af428f..54fbe0f813c146afa9c983d8fa358937d00d2fec --date=short --no-merges --format=%ad %ae %s
2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-05-21 csmartdalton@google.com Revert "SkSLInterpreter refactoring"
2019-05-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 70958d15db70..e8247a574956 (3 commits)
2019-05-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4dc9df3b70d6..09fbfa7a6919 (351 commits)
2019-05-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7ab65834bc02..9e2844fa2744 (2 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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-21 08:52:59 -04:00
skia-flutter-autoroll
734808c922
Roll src/third_party/skia dbc3caaf6c3d..1903c94f44fd (1 commits) ( flutter/engine#9028 )
...
https://skia.googlesource.com/skia.git
/%2Blog/dbc3caaf6c3d..1903c94f44fd
git log dbc3caaf6c3d9e257f078fc273941a7cf148be9d..1903c94f44fd0abce10da49b3a53b2c4e4af428f --date=short --no-merges --format=%ad %ae %s
2019-05-20 reed@google.com use rect-memset in legacy rect blit
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-20 20:49:19 -04:00
Matthew Dempsky
ca6d80857f
Initialize next_pointer_flow_id_ to 0 ( flutter/engine#9026 )
...
This member variable was added to three classes in #7807 , but only
initialized to 0 in one of them. Initialize to 0 in the other two.
2019-05-20 16:52:16 -07:00
liyuqian
3aed059cc5
Correct the return type of addRetained ( flutter/engine#9025 )
...
It should return void as SceneBuilder::addRetained is returning void.
Thanks yjbanov@ for finding this typo!
2019-05-20 15:58:35 -07:00
Ben Konyi
c5fd27ad8c
Roll src/third_party/dart 82c8c78739..b48c8b1d1c (5 commits) ( flutter/engine#9021 )
...
b48c8b1d1c [vm] Re-order ICData entries to allow CID and count to be accessed with a load-pair.
959e7df20e Remove 'await null' in build mode.
59381cd8d0 Fix summary2 linking when using API summaries, which don't include line starts.
59bcb38db7 Report the missing library in LinkedElementFactory.
f9402d635a [vm] Get script of closure from owner as parent function may contain wrong script
2019-05-20 14:32:57 -07:00
skia-flutter-autoroll
4f665a66ef
Roll src/third_party/skia d93ee53affd3..dbc3caaf6c3d (9 commits) ( flutter/engine#9024 )
...
https://skia.googlesource.com/skia.git
/%2Blog/d93ee53affd3..dbc3caaf6c3d
git log d93ee53affd3ffaa8e3206d9358b8f9197d118bf..dbc3caaf6c3d9e257f078fc273941a7cf148be9d --date=short --no-merges --format=%ad %ae %s
2019-05-20 reed@google.com rect-memset: memset + stride and height
2019-05-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-20 mtklein@google.com SkSLInterpreter refactoring
2019-05-20 ethannicholas@google.com switched over to using fallthrough in SkSL interpreter vector operations
2019-05-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-05-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-20 bsalomon@google.com return kSkip in async read GMs when context is abandoned
2019-05-20 iannucci@chromium.org Manual recipe roll
2019-05-20 mtklein@google.com update SkUserConfig.h a bit
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-20 17:20:34 -04:00
stuartmorgan
7092aaf246
Fix horizontal scroll direction for macOS ( flutter/engine#9022 )
...
macOS uses negative values to represent scrolls to the right, while
Flutter expects the opposite, so flip X deltas.
2019-05-20 17:01:29 -04:00
stuartmorgan
1cf094e38b
Macos systemnavigator pop ( flutter/engine#9019 )
...
Adds the flutter/platform channel to the macOS shell, and implements
SystemNavigator.pop.
Other methods from this channel will be implement in the future.
macOS part of flutter/flutter#30713
2019-05-20 16:15:58 -04:00
Amir Hardon
8ab4eb57a0
remove m prefix from fields in the Android PlatformViews code ( flutter/engine#9020 )
2019-05-20 12:38:23 -07:00
stuartmorgan
f0ab13a0bb
Minor fixes/adjustments to the GLFW shell ( flutter/engine#8990 )
...
- Makes json_method_codec.cc compatible with the last stable RapidJSON release.
- Allows removing the GTK dependency with a compile flag.
- Fixes a missing break in a switch flagged by some toolchains.
2019-05-20 14:36:59 -04:00
skia-flutter-autoroll
6e4d0dc733
Roll src/third_party/skia a8ceb775c12f..d93ee53affd3 (8 commits) ( flutter/engine#9018 )
...
https://skia.googlesource.com/skia.git
/%2Blog/a8ceb775c12f..d93ee53affd3
git log a8ceb775c12f1516e11dd7463f0576d9fb26d524..d93ee53affd3ffaa8e3206d9358b8f9197d118bf --date=short --no-merges --format=%ad %ae %s
2019-05-20 reed@google.com Rework colorfilter bench
2019-05-20 reed@google.com simplify setColor, without needing the 4f or the colorspace
2019-05-20 bsalomon@google.com Fix async_rescale_and_read_no_bleed with --preAbandonGpuContext
2019-05-20 bsalomon@google.com Reland "Make SkSurface::asyncRescaleAndRead use kStrict constraint"
2019-05-20 robertphillips@google.com Move explicit backend object allocation API to GrContext
2019-05-17 bungeman@chromium.org Move ccpr headers for display list out of include/private.
2019-05-20 reed@google.com remove allocs for colorfilters
2019-05-17 ethannicholas@google.com support for SkSL interpreter external function calls
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-20 13:47:00 -04:00
Emmanuel Garcia
a2b0765104
Add mode to load AOT snapshots as a native lib ( flutter/engine#8979 )
2019-05-20 10:08:50 -07:00
Ben Konyi
8972f3f76f
Roll src/third_party/dart ed169c4bb0..82c8c78739 (17 commits)
...
82c8c78739 Make StreamTransformer(..) transformed stream mimic original's isBroadcast.
022adc5bc3 Implement using suggestion sets for LSP completions
0f24e4b277 Wire up LSP completion resolution provider + sendWorkspaceEdit command
b6ce27a141 Add LSP tests for suggestion sets (marked failing)
7be23977f1 Minor LSP tweaks in preperation for included suggestionSets
435066d194 [infra] Increase number of shards for debug precomp builder.
09b46aa084 Support in-memory CodegenResult serialization/deserialization
c69d0c6e30 Flatten DynamicUse and StaticUse class hierarchies
6757d0c6d9 Use ModularNamer/ModularEmitter to generate code separate from codegen enqueuing
a9827a0c05 Refactor OneShotInterceptorData to prepare for modular codegen
c0b967d7da Refactor Namer and ConstantEmitter to prepare for modular compilation
670ac1aca8 Prepare js_ast for more advanced use of DeferredExpression
e13b1b6e0c Build summary2 for SDK.
58cf83df4d Don't crash on during indexing references to named parameters of a generic function types.
5e5b03881c Fix for exporting setters.
234103f9d4 Fix for hasImplicitReturnType.
2d8fc016b9 Sort declarations in resynthesize_common.dart
2019-05-20 09:54:29 -07:00
skia-flutter-autoroll
8f99546db6
Roll src/third_party/skia f4c66ccafcb7..a8ceb775c12f (3 commits) ( flutter/engine#9015 )
...
https://skia.googlesource.com/skia.git
/%2Blog/f4c66ccafcb7..a8ceb775c12f
git log f4c66ccafcb7fe62201cbe9a6eb72b09ef8a31da..a8ceb775c12f1516e11dd7463f0576d9fb26d524 --date=short --no-merges --format=%ad %ae %s
2019-05-20 mtklein@google.com Revert "remove SkMiniPicture and co."
2019-05-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-05-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-20 10:17:52 -04:00
skia-flutter-autoroll
70370535d9
Roll src/third_party/skia 6a8c3f07e81a..f4c66ccafcb7 (2 commits) ( flutter/engine#9013 )
...
https://skia.googlesource.com/skia.git
/%2Blog/6a8c3f07e81a..f4c66ccafcb7
git log 6a8c3f07e81a6647c7de1b6d9b7835435dbfe691..f4c66ccafcb7fe62201cbe9a6eb72b09ef8a31da --date=short --no-merges --format=%ad %ae %s
2019-05-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 06de90c66c18..70958d15db70 (8 commits)
2019-05-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5ca9f9560554..4dc9df3b70d6 (533 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 (csmartdalton@google.com ), and stop
the roller if necessary.
2019-05-20 04:34:50 -04:00