skia-flutter-autoroll
df2fc973ab
Roll src/third_party/skia 154acd7a1374..be9aff25bddc (13 commits) ( #7842 )
...
https://skia.googlesource.com/skia.git/%2Blog/154acd7a1374..be9aff25bddc
git log 154acd7a137438b2e7f0c7c1803a3e9d969e867c..be9aff25bddc3eecf84d9c37af222ea40c261cb1 --date=short --no-merges --format=%ad %ae %s
2019-02-15 robertphillips@google.com Remove GrContextPriv.h from GrRenderTargetContext.h
2019-02-14 herb@google.com Reland "Use bulk interface for paths"
2019-02-15 halcanary@google.com SkPDF: simplify subsetting code
2019-02-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b698b62f407e..5862f084f69f (425 commits)
2019-02-15 herb@google.com Revert "Use bulk interface for paths"
2019-02-15 brianosman@google.com Add curve visualization back, guard eval
2019-02-15 herb@google.com Revert "Calculate strike in path case"
2019-02-15 bsalomon@google.com Add option to force GLSL string caching rather than program binaries.
2019-02-14 robertphillips@google.com Switch GPU blur code over to using GrRecordingContext
2019-02-15 bsalomon@google.com Add SK_API to GrContextOptions and GrContextOptions::PersistentCache
2019-02-15 bsalomon@google.com Remove unused fields related to old multitexturing TextureOp.
2019-02-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 559aaca5abd8..aead8edf8c46 (1 commits)
2019-02-14 brianosman@google.com New SkCurve type with multiple curve segments
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.
2019-02-15 13:36:59 -05:00
Jason Simmons
0ca1d1f318
Remove the Dart JIT snapshot data from AOT builds of the embedder library ( #7806 )
...
Also extend the embedder unit tests to cover AOT execution
2019-02-15 09:43:23 -08:00
skia-flutter-autoroll
c51ea41578
Roll src/third_party/skia 7a74c7cb6da0..154acd7a1374 (1 commits) ( #7840 )
...
https://skia.googlesource.com/skia.git/%2Blog/7a74c7cb6da0..154acd7a1374
git log 7a74c7cb6da0809e2ea2121932b889844e249157..154acd7a137438b2e7f0c7c1803a3e9d969e867c --date=short --no-merges --format=%ad %ae %s
2019-02-15 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-15 09:34:17 -05:00
Martin Kustermann
ecbaea10a4
Ensure to pass dill file after VM options for gen_snapshot ( #7839 )
2019-02-15 15:17:54 +01:00
skia-flutter-autoroll
5d3f7145a1
Roll src/third_party/skia b00f7b34751b..7a74c7cb6da0 (1 commits) ( #7835 )
...
https://skia.googlesource.com/skia.git/%2Blog/b00f7b34751b..7a74c7cb6da0
git log b00f7b34751b64a7dc3051e452f5a63afe222891..7a74c7cb6da0809e2ea2121932b889844e249157 --date=short --no-merges --format=%ad %ae %s
2019-02-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 77874e2ca341..559aaca5abd8 (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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-15 01:07:41 -05:00
skia-flutter-autoroll
733739938b
Roll src/third_party/skia 9a88bee122f1..b00f7b34751b (24 commits) ( #7831 )
...
https://skia.googlesource.com/skia.git/%2Blog/9a88bee122f1..b00f7b34751b
git log 9a88bee122f145014ce246ba872b1738b79efe83..b00f7b34751b64a7dc3051e452f5a63afe222891 --date=short --no-merges --format=%ad %ae %s
2019-02-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader de16f327d051..2bb0864b22e7 (1 commits)
2019-02-14 bungeman@google.com Fix signed/unsigned mismatch in shaper assert.
2019-02-14 bungeman@google.com Fix assert in shaper.
2019-02-14 robertphillips@google.com Allow GrRecordingContext to create surfaceContexts
2019-02-14 bungeman@google.com Remove typeface from SkShaper constructor.
2019-02-14 herb@google.com Calculate strike in path case
2019-02-13 bungeman@google.com Add HarfBuzz callbacks.
2019-02-14 bungeman@google.com Fix calculating clusters from start of input.
2019-02-14 jvanverth@google.com Add MoltenVK support to Viewer.
2019-02-13 michaelludwig@google.com Clean up GrQuad ctors
2019-02-14 nigeltao@google.com Have Wuffs output to BGRA, not indexed color
2019-02-14 herb@google.com Use bulk interface for paths
2019-02-14 brianosman@google.com Various particle system improvements
2019-02-14 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-14 brianosman@google.com Particles/SkReflected: Generalize array reflection
2019-02-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 52047de4d41f..77874e2ca341 (1 commits)
2019-02-14 bsalomon@google.com Use destructors to free resources owned by lazy proxy callbacks
2019-02-14 bungeman@google.com Don't respect FontConfig matrix for bitmap fonts.
2019-02-14 fmalita@chromium.org [SVGCanvas] Clean up public factories
2019-02-14 bungeman@google.com Defer loading particle effect to load time.
2019-02-14 robertphillips@google.com Baulk at creating wait semaphores if we can't always delete them
2019-02-13 michaelludwig@google.com Add blendmode to GrRTC::drawTexture
2019-02-14 egdaniel@google.com Use kRGB_888x_SkColorType when importing R8G8B8X8 AHB.
2019-02-14 recipe-roller@chromium.org 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-14 19:22:35 -05:00
Alexander Aprelev
6f318efe0b
Move up ndk version that is being downloaded(old one no longer available) ( #7830 )
2019-02-14 15:16:44 -08:00
Gary Qian
a8aa1ee060
Track flow id ( #7826 )
...
(Authored by @nathanrogersgoogle )
2019-02-14 12:30:29 -08:00
skia-flutter-autoroll
b1ce6b72ff
Roll src/third_party/skia a0dcd29f536b..9a88bee122f1 (4 commits) ( #7825 )
...
https://skia.googlesource.com/skia.git/%2Blog/a0dcd29f536b..9a88bee122f1
git log a0dcd29f536b195681684b3105842970d82383a5..9a88bee122f145014ce246ba872b1738b79efe83 --date=short --no-merges --format=%ad %ae %s
2019-02-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 1f0e830f475f..b698b62f407e (516 commits)
2019-02-14 halcanary@google.com resources: add text for testing shaper
2019-02-14 egdaniel@google.com Add kRGB_888X_GrPixelConfig
2019-02-14 rmistry@google.com Bring back PerCommit-Bookmaker to the waterfall
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.
2019-02-14 13:10:59 -05:00
skia-flutter-autoroll
dbc1663876
Roll src/third_party/skia 6152470dc69e..a0dcd29f536b (2 commits) ( #7824 )
...
https://skia.googlesource.com/skia.git/%2Blog/6152470dc69e..a0dcd29f536b
git log 6152470dc69ee96172e5f4c3270f98e47ff9693d..a0dcd29f536b195681684b3105842970d82383a5 --date=short --no-merges --format=%ad %ae %s
2019-02-14 zhuo@hexoasis.com Fix bug of the destructor of SkSVGDevice
2019-02-13 reed@google.com Update examples to use SkFont
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.
2019-02-14 09:15:00 -05:00
skia-flutter-autoroll
942677695f
Roll src/third_party/skia 4037f7f5d8b4..6152470dc69e (1 commits) ( #7823 )
...
https://skia.googlesource.com/skia.git/%2Blog/4037f7f5d8b4..6152470dc69e
git log 4037f7f5d8b465f50f28135bfe0e532e2154089f..6152470dc69ee96172e5f4c3270f98e47ff9693d --date=short --no-merges --format=%ad %ae %s
2019-02-14 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-14 04:49:27 -05:00
nathanrogersgoogle
e2394ad77e
Add flow events connecting pointer events to frames ( #7807 )
2019-02-13 22:27:12 -08:00
skia-flutter-autoroll
0a5a7c56dd
Roll src/third_party/skia 09c01e9df260..4037f7f5d8b4 (3 commits) ( #7821 )
...
https://skia.googlesource.com/skia.git/%2Blog/09c01e9df260..4037f7f5d8b4
git log 09c01e9df260053399eb22efcfd6b248d66a2492..4037f7f5d8b465f50f28135bfe0e532e2154089f --date=short --no-merges --format=%ad %ae %s
2019-02-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6fc22a13d45d..52047de4d41f (3 commits)
2019-02-13 reed@google.com remove unused variable
2019-02-13 zhuo@hexoasis.com Fix bug of SkSVGCanvas::Make
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.
2019-02-14 00:36:21 -05:00
skia-flutter-autoroll
b867f4858b
Roll src/third_party/skia 186669c4128b..09c01e9df260 (5 commits) ( #7820 )
...
https://skia.googlesource.com/skia.git/%2Blog/186669c4128b..09c01e9df260
git log 186669c4128bf9de63453e238d7c2e6ffbf34bca..09c01e9df260053399eb22efcfd6b248d66a2492 --date=short --no-merges --format=%ad %ae %s
2019-02-13 rmistry@google.com Make Housekeeper-PerCommit-Bookmaker a tryjob only bot
2019-02-13 herb@google.com Remove empty processing from drawGlyphRunAsBMPWithPathFallback
2019-02-13 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-13 brianosman@google.com Use half-floats for out-of-gamut color in GrAAFillRRectOp
2019-02-13 nigeltao@google.com Keep scaledHeight calculation across oID 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-13 20:21:35 -05:00
Gary Qian
af39e22c31
Fix tests that were committed after cirrus ran ( #7819 )
2019-02-13 16:27:15 -08:00
Ben Konyi
1f2cbf792b
Roll src/third_party/dart 0a7dcf17eb..c92d5ca288 (64 commits)
...
c92d5ca288 Migrate ClassElementImplTest from task model.
d566a674d0 Revert "[standalone] Name dart:io threads."
cc3218b771 [standalone] Name dart:io threads.
525b43d747 [vm] Decouple intrinsifier code from runtime
4510fa08ca [vm / library] reduce dart:ffi test recursion depth
def7e2dac7 Migrate ConstantVisitorTest from task model.
010a12330e [vm] Fix ThrowErrorSlowPath-derived instructions (e.g. CheckNull) in JIT mode.
76f531e742 [vm / library] dart:ffi status file entry for flaky dartkb crash
c8a2a7b719 [vm/ffi] Move FFI transformations from pkg/kernel to pkg/vm.
7fe7e28c46 [vm] Fix location of Flutter 3xH patch file.
d1bf6ae7d2 Track nonNullIntent in unconditional control flow.
13c4b160ba Add migration tool support for bare "return;" statements
3796dd8ba1 [vm] Pass --enable-asserts to analyze.dart in analyze_flutter.sh.
809d8123d3 [vm] Add FFI library to more targets and Flutter file libraries.json (in patch).
d6a763ebd1 [vm / library] dart:ffi fix android build
cf5a7cf36a Simplify class_hierarchy_test: Move tests of getLegacyLeastUpperBound to own file
a92ddcf34b Add package:expect/matchers_lite.dart
0dfac95dac Simplify class_hierarchy_test: don't use package:test
5bf0065b46 Simplify class_hierarchy_test: don't use package:test_reflective_loader
f954c0535c Simplify class_hierarchy_test: remove abstract class
a200ef3124 Don't include main in computeTransitiveClosure
0651c8c4fd [vm / library] dart:ffi status file entry for reload crash
4fa1e3a3ca [vm / library] dart:ffi status file entry for appjitk crashes
3236ac15a1 Fix flutter-analyze bot.
3196b87f10 Incremental compiler: Include right libraries when entry point is translated
e6a181a583 Add set literal release comment to changelog.
7d46d4b5cb [vm / library] Foreign function interface prototype
671865cd1a Fix JSON parser.
bffa51efa2 Add ClassHierarchyBuilder.getKernelTypeAsInstanceOf
857d834e64 Remove obsolete expectMoreSpecific parameter
9c1b50b1aa Copy inferred mixin application type arguments to builder hierarchy
f815b4cba7 Add Loader.computeTypeBuilder
a31a72521b Don't include declarations of the library itself.
c8b28c4cf9 [vm/compiler] graph checker addition
f21fafd411 Migrate SimpleResolverTest from task model.
80e43c6a75 Remove the Modification class; use SourceEdit instead.
3e5a4f1a5d Sort declarations in file inferred_type_test.dart
1e72e9c985 Fix tests now that set literal support is enabled by default.
f841096701 Fix for crash if MixinDeclaration has a const constructor.
80c8848624 Support for enums in available suggestions, getDetails, boost relevance.
6588eaf794 Fix calls to generator-bodies to correctly model elided parameters
3f96de7855 Cleanup intermediate control flow collection structures in AstBuilder
ca32bef641 Add migration support for the `@required` annotation.
8d5958bd9a Migrate ErrorResolverTest.
9d280198a4 Prepare to publish analyzer version 0.35.1.
135abb41f7 Migrate ElementResolverCodeTest from task model.
6d2daa692c Set non_nullable experiments flag during migration tests.
c507acfae4 Fix Js-interop factory calls which broke when eliding optional parameters.
0541640e37 [testing] Create list from test list iterable
66c404a26e dart2js: Reduce assert helpers
c812d5a373 Fix available suggestions tests on Windows.
78509055b6 [vm] Add names for more types to the V8 snapshot profile output.
80e85d06ab Fixes for enum constants in available declarations.
cccaae2b01 bump to linter 0.1.82
5fe0202b0b Unify MapElement and CollectionElement
92227c05fc [infra] Remove ContentShell support in test driver interface js.
f54650ccaf Add LineInfo to Declaration search results
ce91bcb442 Add migration support for named parameters.
69589be237 [infra] Rename analyzer-stable branch builders to have branch suffix.
ed5bdfa227 [CFE] Fix check for unavailable constructors.
660cf26dbb Reland "[vm] Decouple stub code from runtime"
250f9665fb [CFE] Get constants backend from backend target.
b7afb22323 [CFE] Eliminate redundant coreTypes parameter.
44681fa98e [CFE] Move DDC specific behavior into ConstantsBackend.
2019-02-13 16:02:58 -08:00
Gary Qian
033f2072c3
Add space metrics tracking for trailing whitespace "ghost" runs. ( #7791 )
...
* Begin space tracking metrics in LibTxt.
* Add tracking for trailing whitespace.
* Store is_ghost in BidiRun
* Add comments
2019-02-13 15:19:53 -08:00
Dan Field
adf02abcd1
Allow specifying the buildtools path ( #7815 )
2019-02-13 15:16:49 -08:00
Dan Field
f519aedb95
Fix typo in painting.dart ( #7814 )
2019-02-13 15:14:10 -08:00
Ben Konyi
3757390fa4
Roll src/third_party/dart ecd7a88606..0a7dcf17eb (4 commits)
...
0a7dcf17eb Attempt tracing to /sys/kernel/tracing/trace_marker on Linux.
02b65ee478 Include 'includedSuggestionRelevanceTags' into completion response.
71e8588399 Include enum constants into available declarations.
30f9143831 Revert "[vm] Decouple stub code from runtime." and "[VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!""
2019-02-13 13:59:09 -08:00
sjindel-google
61d3080d5d
Add FFI to libraries.yaml. ( #7811 )
2019-02-13 22:28:07 +01:00
skia-flutter-autoroll
f5259b8e2d
Roll src/third_party/skia b6f53783337e..186669c4128b (8 commits) ( #7816 )
...
https://skia.googlesource.com/skia.git/%2Blog/b6f53783337e..186669c4128b
git log b6f53783337e096d6803ba3907044b79b4ac9f6c..186669c4128bf9de63453e238d7c2e6ffbf34bca --date=short --no-merges --format=%ad %ae %s
2019-02-13 reed@google.com work to fix bookmaker
2019-02-13 jvanverth@google.com Fix drag events in Mac viewer.
2019-02-13 herb@google.com Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface.
2019-02-13 mtklein@google.com rewrite SkMasks::CreateMasks to work in bytesPerPixel
2019-02-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d3fac74a236e..6fc22a13d45d (7 commits)
2019-02-13 mtklein@google.com add Windows -Wuffs builders
2019-02-13 reed@google.com fix contour-measure for move-line-move
2019-02-13 robertphillips@google.com Switch path renderers over to using GrRecordingContext
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.
2019-02-13 16:21:38 -05:00
Dan Field
816921b9e4
Use newer Skia API for PathMeasure ( #7809 )
2019-02-13 11:15:19 -08:00
skia-flutter-autoroll
da56ff9c66
Roll src/third_party/skia 94a5328e0e4b..b6f53783337e (8 commits) ( #7812 )
...
https://skia.googlesource.com/skia.git/%2Blog/94a5328e0e4b..b6f53783337e
git log 94a5328e0e4b59286ec0e04e0fabe6a447451f30..b6f53783337e096d6803ba3907044b79b4ac9f6c --date=short --no-merges --format=%ad %ae %s
2019-02-13 halcanary@google.com SkShaper: enable for unit and render tests
2019-02-13 reed@google.com fix rawiter::peek
2019-02-12 robertphillips@google.com Switch Ops over to using GrRecordingContext
2019-02-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 77b5d9247fd7..1f0e830f475f (486 commits)
2019-02-12 scroggo@google.com Blacklist Codec tests on Wuffs bot
2019-02-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 73c3124cc249..de16f327d051 (1 commits)
2019-02-12 ethannicholas@google.com added constant 0 and 1 swizzle components to SkSL
2019-02-13 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-13 12:21:02 -05:00
skia-flutter-autoroll
04fbc25450
Roll src/third_party/skia 66f09a72995a..94a5328e0e4b (1 commits) ( #7810 )
...
https://skia.googlesource.com/skia.git/%2Blog/66f09a72995a..94a5328e0e4b
git log 66f09a72995a761bb9bde11b0e378ce84b84bae9..94a5328e0e4b59286ec0e04e0fabe6a447451f30 --date=short --no-merges --format=%ad %ae %s
2019-02-12 benjaminwagner@google.com Add Ubuntu18 Calmbench and Valgrind jobs
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.
2019-02-13 08:19:35 -05:00
Josh Gargus
347d690b29
Add support for new Scenic clip planes. ( #7804 )
...
Uses SetClipPlanesCmd in addition to the old clipping approach.
Flutter will use both clipping methods during a transition period
(Scenic will select internally which one to use).
2019-02-12 18:33:14 -08:00
skia-flutter-autoroll
309b90ca58
Roll src/third_party/skia 14d64dd4c47c..66f09a72995a (8 commits) ( #7805 )
...
https://skia.googlesource.com/skia.git/%2Blog/14d64dd4c47c..66f09a72995a
git log 14d64dd4c47c2ecf45e8b9e02b264fcd5eea7b09..66f09a72995a761bb9bde11b0e378ce84b84bae9 --date=short --no-merges --format=%ad %ae %s
2019-02-12 mtklein@google.com replace gamma_correct with gamut/transfer_fn in DM
2019-02-12 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-12 herb@google.com Inline allocateNewGlyph
2019-02-12 bungeman@google.com Font fallback to handle no font with character.
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c66fb571be1a..d3fac74a236e (8 commits)
2019-02-12 fmalita@chromium.org [sksg] Fix group hit-testing order
2019-02-12 reed@google.com update sample-sg with hittesting
2019-02-12 bungeman@google.com Check both thickness and position in gm.
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.
2019-02-12 20:07:43 -05:00
skia-flutter-autoroll
1dead52a80
Roll src/third_party/skia 0b6ae6386d34..14d64dd4c47c (10 commits) ( #7802 )
...
https://skia.googlesource.com/skia.git/%2Blog/0b6ae6386d34..14d64dd4c47c
git log 0b6ae6386d34efa7554d1b515c016f1c66e09a30..14d64dd4c47c2ecf45e8b9e02b264fcd5eea7b09 --date=short --no-merges --format=%ad %ae %s
2019-02-12 herb@google.com Remove unneeded SkPackedUnicharID
2019-02-12 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-12 egdaniel@google.com Remove private configs from GrPixelConfig.
2019-02-12 halcanary@google.com SkPaint: clean up ctor, dtor, etc
2019-02-12 brianosman@google.com Experimental Particle System
2019-02-12 bungeman@google.com Primitive SkShaper to do primitive line breaking.
2019-02-12 reed@google.com starter sample for playing with SG. will flesh out more over time.
2019-02-12 bungeman@google.com Make SkSpan C++11 compatible.
2019-02-12 benjaminwagner@google.com Upgrade to Mesa 18.3.3
2019-02-12 herb@google.com Remove redundant fGlyphMap.set
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.
2019-02-12 16:13:47 -05:00
Gary Qian
74d94e52c6
Revert "Use all font managers to discover fonts for strut. ( #7734 )" ( #7801 )
...
This reverts commit c4a55552b5f07fdb0bb1db73df08a1843dd7e5a8.
2019-02-12 13:11:16 -08:00
skia-flutter-autoroll
769016c880
Roll src/third_party/skia 63d477cd99b0..0b6ae6386d34 (9 commits) ( #7798 )
...
https://skia.googlesource.com/skia.git/%2Blog/63d477cd99b0..0b6ae6386d34
git log 63d477cd99b0706262a284a03cba859d0f19d638..0b6ae6386d34efa7554d1b515c016f1c66e09a30 --date=short --no-merges --format=%ad %ae %s
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0f34a98a206d..73c3124cc249 (1 commits)
2019-02-12 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f96948857780..0f34a98a206d (1 commits)
2019-02-12 fmalita@chromium.org [sksg] Hit-testing API
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 35663ddf4997..77b5d9247fd7 (472 commits)
2019-02-08 ethannicholas@google.com SkSL Metal backend can now handle CCPR
2019-02-12 kjlubick@google.com Build code size treemaps for skottie_tool
2019-02-11 gkaiser@google.com SkUTF: Avoid potential nullptr dereference
2019-02-12 recipe-roller@chromium.org 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-12 12:18:44 -05:00
skia-flutter-autoroll
f7eb3cb203
Roll src/third_party/skia 217acf58d0d8..63d477cd99b0 (1 commits) ( #7797 )
...
https://skia.googlesource.com/skia.git/%2Blog/217acf58d0d8..63d477cd99b0
git log 217acf58d0d80c50854c1fd8f6684c325d8d6de6..63d477cd99b0706262a284a03cba859d0f19d638 --date=short --no-merges --format=%ad %ae %s
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ad194995ed72..c66fb571be1a (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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-12 08:26:23 -05:00
Gary Qian
c4a55552b5
Use all font managers to discover fonts for strut. ( #7734 )
2019-02-12 03:32:59 -08:00
Ben Konyi
17b7d1e0ae
Roll src/third_party/dart 754e5f404c..ecd7a88606 (8 commits)
...
ecd7a88606 [vm, gc] Don't enqueue pre-marked Instructions.
553e20863c [vm] Remove some dead code from the old front end.
7ff0cbe8a3 Add types to TimelineSyncFunction and Timeline.timeSync; fixes #35509
3de72ae066 Added files, when in a context root, should be accessible through getLibraries().
b9bcfb4529 Change IncludedSuggestionRelevanceTag to using 'relevanceBoost'.
d93ef933d5 [tests] Add 'spread-collections' flag
b88d11a9bd Implement LSP workspace/symbol
25cefbdad7 Add HintCode.INVALID_VISIBILITY_ANNOTATION. Fixes #35141
2019-02-12 01:20:14 -08:00
skia-flutter-autoroll
b4ed8cff38
Roll src/third_party/skia 233fc0b03c02..217acf58d0d8 (1 commits) ( #7795 )
...
https://skia.googlesource.com/skia.git/%2Blog/233fc0b03c02..217acf58d0d8
git log 233fc0b03c0255c96880e8e4561ee0d7eb352836..217acf58d0d80c50854c1fd8f6684c325d8d6de6 --date=short --no-merges --format=%ad %ae %s
2019-02-12 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-12 03:48:49 -05:00
skia-flutter-autoroll
27ab9f7afc
Roll src/third_party/skia 454e5fb7457d..233fc0b03c02 (4 commits) ( #7794 )
...
https://skia.googlesource.com/skia.git/%2Blog/454e5fb7457d..233fc0b03c02
git log 454e5fb7457dacc4c508187ed879ceb6c9d0302d..233fc0b03c0255c96880e8e4561ee0d7eb352836 --date=short --no-merges --format=%ad %ae %s
2019-02-11 reed@google.com remove unused cruft
2019-02-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fe59f6b5ed2b..ad194995ed72 (8 commits)
2019-02-10 nigeltao@google.com SkWuffsCodec: zero dst buffer before decodeFrame
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.
2019-02-11 23:42:39 -05:00
Ben Konyi
c58f5fefe0
Roll src/third_party/dart fdfe40ea95..754e5f404c (13 commits)
...
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
2019-02-11 19:17:53 -08:00
Stanislav Baranov
d48de7a3ec
Support for binary decompression of dynamic patches. ( #7777 )
2019-02-11 16:56:33 -08:00
skia-flutter-autoroll
713fe130eb
Roll src/third_party/skia 103288b50fa7..454e5fb7457d (11 commits) ( #7792 )
...
https://skia.googlesource.com/skia.git/%2Blog/103288b50fa7..454e5fb7457d
git log 103288b50fa799631fec5e8f63c990145528f9ba..454e5fb7457dacc4c508187ed879ceb6c9d0302d --date=short --no-merges --format=%ad %ae %s
2019-02-08 bungeman@google.com Fix cluster reporting from shaper.
2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 64c44b0c53c4..f96948857780 (3 commits)
2019-02-11 herb@google.com Common code calculates strike for mask case.
2019-02-11 mtklein@google.com run all available OpenCL devices
2019-02-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-11 herb@google.com Introduce SkScopedStrike
2019-02-11 mtklein@google.com add a -Wuffs bot
2019-02-11 robertphillips@google.com Outline GrDrawAtlasOp and GrDrawVerticesOp
2019-02-11 brianosman@google.com Use clang versions of SK_RESTRICT and SK_WARN_UNUSED_RESULT on Windows
2019-02-11 robertphillips@google.com Plumb abandonment throughout GrContext hierarchy
2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d9ce258c174b..64c44b0c53c4 (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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-11 19:51:02 -05:00
Chinmay Garde
87b40ba974
Allow embedders to specify pointer device IDs. ( #7790 )
2019-02-11 16:49:45 -08:00
Matt Carroll
4663d357a3
Recommended implementation of combining characters implementation. ( #7758 )
2019-02-11 15:27:55 -08:00
Ben Konyi
d521212719
Revert "Roll src/third_party/dart fdfe40ea95..de2e7e7721 (7 commits)" ( #7789 )
...
This reverts commit a003c46788cea2c95cdbf419054ed8307619cb45.
2019-02-11 14:27:56 -08:00
Ben Konyi
a003c46788
Roll src/third_party/dart fdfe40ea95..de2e7e7721 (7 commits)
...
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
2019-02-11 13:17:15 -08:00
skia-flutter-autoroll
3a1a604d71
Roll src/third_party/skia 77a1a7e6182e..103288b50fa7 (16 commits) ( #7787 )
...
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.
2019-02-11 15:56:28 -05:00
Jason Simmons
f804279964
Update licenses for the switch away from the Wuffs GIF decoder ( #7786 )
2019-02-11 11:41:21 -08:00
Michael Klimushyn
28bafe6903
Don't use Wuffs ( #7785 )
...
This code path isn't stable yet.
Fixes flutter/flutter#27718
Reopens flutter/flutter#23838
2019-02-11 11:09:45 -08:00
Jason Simmons
a3be1ff580
libtxt: support justification of RTL text ( #7719 )
...
Fixes https://github.com/flutter/flutter/issues/25567
2019-02-11 10:57:28 -08:00
Jason Simmons
694300d325
Provide a default pressure range if a MotionEvent does not have a device ( #7737 )
...
Fixes https://github.com/flutter/flutter/issues/27641
2019-02-11 09:29:07 -08:00
skia-flutter-autoroll
5dfa029498
Roll src/third_party/skia d336ebdea812..77a1a7e6182e (5 commits) ( #7784 )
...
https://skia.googlesource.com/skia.git/%2Blog/d336ebdea812..77a1a7e6182e
git log d336ebdea812c4c260c2d10bb5a515b7a98a42c1..77a1a7e6182e6a8437e357cfa5725409e2d80e30 --date=short --no-merges --format=%ad %ae %s
2019-02-11 halcanary@google.com find_commit_with_best_gold_results takes arguments
2019-02-11 thakis@chromium.org Remove a few semicolons.
2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9388dded242f..d9ce258c174b (1 commits)
2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 1fcc8416fd35..35663ddf4997 (90 commits)
2019-02-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9686153413f3..9388dded242f (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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-11 12:06:09 -05:00
skia-flutter-autoroll
dbb90a534c
Roll src/third_party/skia 136cd7018a99..d336ebdea812 (4 commits) ( #7781 )
...
https://skia.googlesource.com/skia.git/%2Blog/136cd7018a99..d336ebdea812
git log 136cd7018a9999f9104758c5dd807fc545f796a4..d336ebdea812c4c260c2d10bb5a515b7a98a42c1 --date=short --no-merges --format=%ad %ae %s
2019-02-10 gkaiser@google.com SkDeque: Move asserts prior to pointer dereference
2019-02-10 gkaiser@google.com GrGLGpu: Remove unused 'return'
2019-02-10 gkaiser@google.com SkPath: Cleanup code to make array size match
2019-02-10 gkaiser@google.com SkImage_GpuYUVA: Also sanity check 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 (stephana@google.com ), and stop
the roller if necessary.
2019-02-11 08:04:57 -05:00
Ben Konyi
6933fcb2bf
Roll src/third_party/dart 174d6fec3d..fdfe40ea95 (27 commits)
...
fdfe40ea95 Compute 'executableElement' and 'parameterElement' in CompletionTarget.
36a31879da Preserve indentation when converting documentation from block to line
6875b9b26b Do not convert empty function bodies to async (issue 35899)
d32ca512ec fix linter changelog entry
00ee3159e5 Convert interfaces to use implements not extends
0a2672453f Split out several more hint tests
a49f7f1d44 Remove FunctionTypeAlias in _isFunctionalParameter().
5f2d651d94 Move FindElement to analyzer/src/test_utilities/.
7cec1b03b6 Add missing awaits to migration tests.
b3ee960092 Stop indirecting through VariableRecorder/VariableRepostitory to create constraint variables.
5f79c9f4d1 Move UNCHECKED_NULL to error verifier.
090ba0a520 Fix FUNCTION_TYPE_ALIAS test, provide the name for the named parameter.
d5038fc976 Stop using FileContentOverlay in RuntimeCompletionComputer and AbstractContextTest.
ad3adb6285 Move nullability migration algorithm into analysis server.
9103baf31c Move find_node into test_utilities so that it can be re-used in analysis server tests.
5787f08619 Clean up some hints in server and analyzer
5f3ed76854 Issue 3172. When adding a required argument, create a linked group for the default value.
32603d5626 [vm/compiler] improve equality constant folding
6f6bed94fd Replace TypeMatcher with isXyzElement.
18b5d66966 pass analysis options to linter contexts
2bab9eab49 Guard against empty URIs.
6c73b25ba9 [js_runtime] Don't use ReflectionInfo
e6bc1d317a Break AvailableDeclarationsTest into several test classes.
61ae86bce2 Add relevance tags to available declarations.
6b0baad623 Track definitely nullable and non-nullable variables.
67c5923cce Enhance protocol to allow changing relevance of individual suggesions.
4b8ff1275c bump to linter 0.1.80 (set literals FTW!)
2019-02-11 01:18:11 -08:00