Ben Konyi
ef2a551576
Disable auth codes for Observatory test ( flutter/engine#8646 )
2019-04-18 17:46:32 -07:00
Matthew Dempsky
7f196fec73
Remove unnecessary DartIO::EntropySource wrapper ( flutter/engine#8635 )
2019-04-18 17:15:04 -07:00
Chinmay Garde
1c06891c10
Revert "Remove DartSnapshotBuffer and dry up snapshot resolution logic. ( #8640 )" ( flutter/engine#8644 )
...
This reverts commit 29b322db9ecd6f8fad72b5f7ad91a64e01c89958.
2019-04-18 16:46:03 -07:00
skia-flutter-autoroll
2a6823d1f4
Roll src/third_party/skia 067861e14821..9b67802a4cd0 (6 commits) ( flutter/engine#8641 )
...
https://skia.googlesource.com/skia.git/%2Blog/067861e14821..9b67802a4cd0
git log 067861e1482118dd7071c931a90127c5ca0c9b21..9b67802a4cd01fbbe5fcbe9f4117ff68e7b8e751 --date=short --no-merges --format=%ad %ae %s
2019-04-19 martin@mainframe.co.uk Properly retrieve memory block in SkTextUtils
2019-04-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-18 halcanary@google.com SkPDF: move type1 font code into single file
2019-04-18 csmartdalton@google.com Swap front and back stencil sides when rendering bottom-left
2019-04-18 bsalomon@google.com Swap x/y radii for EllipticalRRectOp depending on matrix.
2019-04-18 halcanary@google.com SkQP: consolidate cut_release scripts
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-18 19:21:24 -04:00
Chinmay Garde
29b322db9e
Remove DartSnapshotBuffer and dry up snapshot resolution logic. ( flutter/engine#8640 )
...
Fixes https://github.com/flutter/flutter/issues/26782 .
2019-04-18 16:01:19 -07:00
Ben Konyi
d6b169c641
Enable VM service authentication codes by default ( flutter/engine#8594 )
2019-04-18 14:17:25 -07:00
liyuqian
452e630ee2
Generate layer unique id for raster cache key ( flutter/engine#8637 )
...
The raw pointer isn't a reliable id as the allocator can reuse an
address that's just been released for another layer.
This will fix Fuchsia bug FL-216.
This problem was not affecting non-Fuchsia Flutter probably because
non-Fuchsia Flutter purges the raster cache key much more frequently so
we won't see a key collision. In Fuchsia, as the key has to wait for the
Vulkan surface to render asynchronously, this suddenly becomes an issue.
2019-04-18 14:14:06 -07:00
skia-flutter-autoroll
e7871ef9fa
Roll src/third_party/skia 2c2240f66805..067861e14821 (6 commits) ( flutter/engine#8636 )
...
https://skia.googlesource.com/skia.git/%2Blog/2c2240f66805..067861e14821
git log 2c2240f66805ac852507f7eea010c153b42485e3..067861e1482118dd7071c931a90127c5ca0c9b21 --date=short --no-merges --format=%ad %ae %s
2019-04-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-18 reed@google.com remove experimental from some APIs (that are no longer experiments)
2019-04-18 michaelludwig@google.com Fix quad type detection from SkPoint array
2019-04-18 brianosman@google.com Remove the axis-aligned vector special case to convexity checker
2019-04-18 ethannicholas@google.com fixed assertion failure in skslc SPIR-V output
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-18 15:51:24 -04:00
Chinmay Garde
bc51cf62bb
Merge runtime lifecycle unittests into the base test target. ( flutter/engine#8634 )
...
`//flutter/runtime: runtime_lifecycle_unittests` was added because the these assumed that there was no VM already running in the process. Running other tests in the base target would mess up that assumption. Now that all test targets have been updated to make sure the VM instance does not leak, the tests in this target can be merged.
LUCI bots don’t need to be patched as these tests were only ever run on the trybots.
2019-04-18 12:15:45 -07:00
Ben Konyi
d78a466267
Add support for authentication codes via MDNS on iOS ( flutter/engine#8625 )
2019-04-18 12:12:29 -07:00
Chinmay Garde
12410da5f7
Avoid leaking the VM in the shell unittests and assert VM state in existing tests. ( flutter/engine#8628 )
2019-04-18 11:32:33 -07:00
liyuqian
9607d1257d
Reland elevation test ( flutter/engine#8633 )
...
Reland "Add a unit test for PhysicalShapeLayer (#8616 )"
This reverts commit 3e1caa0959c5d9f673b2d7c7ed0d9befb1b42353.
The only change is the namespace.
2019-04-18 10:56:24 -07:00
Jason Simmons
01c7482e99
Add an adjustment to the line width check in LineBreaker::addWordBreak ( flutter/engine#8623 )
...
currentLineWidth is the width passed into Paragraph layout, which comes
from the maxIntrinsicWidth returned by a previous call to Paragraph layout.
That width is calculated by Layout::measureText.
postBreak is calculated from the character widths in the LineBreaker.
A slight mismatch between these two widths may unnecessarily cause the
insertion of desperate breaks in addWordBreak. Adding some slack to
currentLineWidth works around this.
Fixes https://github.com/flutter/flutter/issues/30347
2019-04-18 09:44:22 -07:00
skia-flutter-autoroll
2c605f4e8b
Roll src/third_party/skia a94670bd08cd..2c2240f66805 (2 commits) ( flutter/engine#8632 )
...
https://skia.googlesource.com/skia.git/%2Blog/a94670bd08cd..2c2240f66805
git log a94670bd08cd52a19bf72223d63e2cc808b6b057..2c2240f66805ac852507f7eea010c153b42485e3 --date=short --no-merges --format=%ad %ae %s
2019-04-17 bungeman@google.com Make more SkTypeface virtuals pure.
2019-04-18 borenet@google.com [infra] Fixes for chrome_release_branch
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-18 12:24:24 -04:00
Justin McCandless
d0d978fd86
Tight Paragraph Width ( flutter/engine#8530 )
...
Calculate and expose paragraph tightWidth to the framework to allow drawing Text based on this.
2019-04-18 09:08:41 -07:00
Justin McCandless
4db223edaf
Glitchiness with Tab Characters ( flutter/engine#8591 )
...
Fix a bug that caused jumping and flashing when entering tab characters into a TextField.
2019-04-18 08:16:07 -07:00
skia-flutter-autoroll
140fd44ee4
Roll src/third_party/skia 847d55be4e62..a94670bd08cd (1 commits) ( flutter/engine#8631 )
...
https://skia.googlesource.com/skia.git/%2Blog/847d55be4e62..a94670bd08cd
git log 847d55be4e6273fc3cd9c0b30c7bfc8a2d6575b7..a94670bd08cd52a19bf72223d63e2cc808b6b057 --date=short --no-merges --format=%ad %ae %s
2019-04-18 hcm@google.com Update Skia milestone to 76
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-18 08:52:24 -04:00
skia-flutter-autoroll
2b2e988b25
Roll src/third_party/skia ced2b79d00f9..847d55be4e62 (3 commits) ( flutter/engine#8630 )
...
https://skia.googlesource.com/skia.git/%2Blog/ced2b79d00f9..847d55be4e62
git log ced2b79d00f9370cbd874d1462757b554655648f..847d55be4e6273fc3cd9c0b30c7bfc8a2d6575b7 --date=short --no-merges --format=%ad %ae %s
2019-04-18 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c832cdd75f75..82bcffa78747 (7 commits)
2019-04-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 84c3a94e1450..abaecd5f2ba7 (6 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-18 04:41:24 -04:00
skia-flutter-autoroll
b8d98d4ba2
Roll src/third_party/skia 14c90c1ca218..ced2b79d00f9 (1 commits) ( flutter/engine#8629 )
...
https://skia.googlesource.com/skia.git/%2Blog/14c90c1ca218..ced2b79d00f9
git log 14c90c1ca218428418b82be5684bb71f13e81f60..ced2b79d00f9370cbd874d1462757b554655648f --date=short --no-merges --format=%ad %ae %s
2019-04-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a3585f70a100..f968f64cdf27 (436 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-18 01:11:24 -04:00
Joseph Richey
2133dbf219
Allow building without python2 ( flutter/engine#8605 )
...
Almost all of the python build files in the flutter project work if
`python` is `python2` or `python3`. This is the only area where print is
incorrectly used (for `python3`).
Related issue: https://fuchsia-review.googlesource.com/c/fuchsia/+/272925
2019-04-17 19:57:20 -07:00
Chinmay Garde
24ee83dbde
Test saving compilation traces. ( flutter/engine#8618 )
2019-04-17 19:42:33 -07:00
Chinmay Garde
bc238390cc
Avoid leaking the VM in runtime_unittests and update failing tests. ( flutter/engine#8626 )
...
The failing tests were depending on the old assumption that the VM would never
shutdown.
2019-04-17 19:06:03 -07:00
Chinmay Garde
3e1caa0959
Revert "Add a unit test for PhysicalShapeLayer ( #8616 )" ( flutter/engine#8627 )
...
This reverts commit 6f4740c28475c294821aa9229c15f367bb90fa6a.
2019-04-17 17:47:58 -07:00
liyuqian
6f4740c284
Add a unit test for PhysicalShapeLayer ( flutter/engine#8616 )
...
An unnecessary PrerollContext copy is also removed. The added unit test will catch the error if we forget to subtract the elevation after the copy removal.
This change has been tested with the framework (`flutter test --local-engine=host_debug_unopt`).
2019-04-17 17:34:11 -07:00
Chinmay Garde
22a0517fb6
Assert that all VM launches in the process have the same opinion on whether the VM should be leaked in the process. ( flutter/engine#8622 )
...
There is a possibility for a VM launch to not have a requisite shutdown if a previous launch asked to leak the VM instance in the process. Embedders have to ensure (via their Embedding APIs) that all instances of VM launch use consistent settings.
2019-04-17 17:25:16 -07:00
Chinmay Garde
54927647c6
Avoid manually shutting down engine managed isolates. ( flutter/engine#8621 )
...
These are now shutdown by the VM and cleanup waits for their shutdown.
2019-04-17 16:11:47 -07:00
skia-flutter-autoroll
efaf960ce9
Roll src/third_party/skia 6f9047027be3..14c90c1ca218 (5 commits) ( flutter/engine#8619 )
...
https://skia.googlesource.com/skia.git/%2Blog/6f9047027be3..14c90c1ca218
git log 6f9047027be329719bb9fe79e6f892724e6a0fa2..14c90c1ca218428418b82be5684bb71f13e81f60 --date=short --no-merges --format=%ad %ae %s
2019-04-16 bungeman@google.com Reland "Remove includes from SkFontTypes.h"
2019-04-17 benjaminwagner@google.com Add __init__.py to page_sets
2019-04-17 robertphillips@google.com Non-substantive changes
2019-04-17 halcanary@google.com SkQP: fix model colorspace (16-bit gold images)
2019-04-17 egdaniel@google.com Add struct to wrap all the gpu flush options.
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-17 18:58:24 -04:00
Shi-Hao Hong
1ead577b35
Fix typo in comment ( flutter/engine#8617 )
2019-04-17 15:03:50 -07:00
liyuqian
27e4dac06b
Rename flow namespace to flutter ( flutter/engine#8615 )
...
This follows our namespace change from shell to flutter: https://github.com/flutter/engine/pull/8520 .
2019-04-17 14:38:45 -07:00
skia-flutter-autoroll
d05d85027e
Roll src/third_party/skia 5155e09d1466..6f9047027be3 (5 commits) ( flutter/engine#8613 )
...
https://skia.googlesource.com/skia.git/%2Blog/5155e09d1466..6f9047027be3
git log 5155e09d146665be078494247092fa990d5ae4a7..6f9047027be329719bb9fe79e6f892724e6a0fa2 --date=short --no-merges --format=%ad %ae %s
2019-04-17 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-16 reed@google.com Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
2019-04-16 bsalomon@google.com Add flag to map buffer flags in GrCaps to indicate whether mapping a GrGpuBuffer for reading is synchronous or not.
2019-04-17 borenet@google.com [infra] More work on chrome_release_branch
2019-04-17 mtklein@google.com Add clang-cl arm64 builds
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-17 15:30:06 -04:00
bungeman
3d998a667a
Remove call to SkFont::setLinearMetrics ( flutter/engine#8612 )
...
This particular call doesn't do anything since the default is false
anyway. In addition Skia is looking to remove this flag since setting it
to true is now synonymous with setting the hinting to none.
2019-04-17 15:13:19 -04:00
stuartmorgan
1fd410c44f
Add FLEPluginRegistry for macOS ( flutter/engine#8611 )
...
Creates a minimal FLEPluginRegistry protocol, which is a subset of the
FlutterPluginRegistry.
This is a small step toward eventually merging the APIs, but allows
changing the example project structure to better reflect what a future
template will look like.
2019-04-17 10:53:59 -07:00
Zachary Anderson
aa883ac3f8
[fuchsia] Fix SceneUpdateContext for new PaintContext field ( flutter/engine#8608 )
2019-04-17 09:58:58 -07:00
Michael Klimushyn
5df695efdf
Pipe Z bounds from ViewportMetrics to Flow ( flutter/engine#8583 )
...
This is the first step in making Flutter aware of and responsive to Z
bound overflow. On its own this patch shouldn't result in any changes in
behavior. This will need to be followed up with a patch in Fuchsia's
Flutter runner to set the Z bounds after this lands, and another patch
in the engine actually implementing the desired overflow behavior.
This Z bound info is routed through the engine itself to make sure the
bounds in flow are truly consistent from the Fuchsia runner. However
these values should eventually be exposed to the framework as well.
2019-04-17 09:56:46 -07:00
skia-flutter-autoroll
374e7d79ca
Roll src/third_party/skia 33906ad1e26f..5155e09d1466 (4 commits) ( flutter/engine#8609 )
...
https://skia.googlesource.com/skia.git/%2Blog/33906ad1e26f..5155e09d1466
git log 33906ad1e26fd36430a70712382b3edc3970213c..5155e09d146665be078494247092fa990d5ae4a7 --date=short --no-merges --format=%ad %ae %s
2019-04-17 egdaniel@google.com Revert "added more SPIR-V RelaxedPrecision decorations"
2019-04-17 jvanverth@google.com Make Metal render loop more stable
2019-04-17 mtklein@google.com roll clang_win
2019-04-17 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-17 12:00:53 -04:00
skia-flutter-autoroll
76c91b1cfb
Roll src/third_party/skia e88d4382e1cf..33906ad1e26f (1 commits) ( flutter/engine#8604 )
...
https://skia.googlesource.com/skia.git/%2Blog/e88d4382e1cf..33906ad1e26f
git log e88d4382e1cf0041ecc1f148e05fbf3b7d0fb7b1..33906ad1e26fd36430a70712382b3edc3970213c --date=short --no-merges --format=%ad %ae %s
2019-04-17 robertphillips@google.com Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-17 08:31:39 -04:00
skia-flutter-autoroll
1df26d6ea5
Roll src/third_party/skia 652b007a4cbb..e88d4382e1cf (4 commits) ( flutter/engine#8603 )
...
https://skia.googlesource.com/skia.git/%2Blog/652b007a4cbb..e88d4382e1cf
git log 652b007a4cbb0b8c716510949456243573129ff4..e88d4382e1cf0041ecc1f148e05fbf3b7d0fb7b1 --date=short --no-merges --format=%ad %ae %s
2019-04-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e7da32f1c73e..c832cdd75f75 (7 commits)
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 25be5bb97518..84c3a94e1450 (6 commits)
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 95629c4c410f..a3585f70a100 (459 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-17 03:56:24 -04:00
stuartmorgan
e722bba483
Add desktop shell unittests to test script ( flutter/engine#8600 )
...
Builds the unit test on all platforms, and adds them to the aggregate test script.
2019-04-16 22:37:39 -07:00
skia-flutter-autoroll
06f1c71d5f
Roll src/third_party/skia 70ed05e53ad2..652b007a4cbb (1 commits) ( flutter/engine#8601 )
...
https://skia.googlesource.com/skia.git/%2Blog/70ed05e53ad2..652b007a4cbb
git log 70ed05e53ad244b3234415b447e5fcd53fb40e3b..652b007a4cbb0b8c716510949456243573129ff4 --date=short --no-merges --format=%ad %ae %s
2019-04-16 reed@google.com Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-17 00:26:24 -04:00
liyuqian
6a28ed4830
Check that TransformLayer has a finite matrix ( flutter/engine#8585 )
...
To catch issues like https://github.com/flutter/flutter/issues/30586
https://github.com/flutter/flutter/pull/31097 will trigger this CHECK
if https://github.com/flutter/engine/pull/8467 were reverted and the
transform_ were not initialized in this PR.
2019-04-16 20:36:25 -07:00
stuartmorgan
922d6df36f
Implement StandardMethodCodec for C++ shells ( flutter/engine#8598 )
...
Adds StandardMethodCodec support to the C++ client wrapper. This makes it
substantially easier to add Windows and Linux support for existing plugins, as
StandardMethodCodec is the default plugin protocol.
Fixes flutter/flutter#30670
Does not include extensibility for the codec, which will be added later.
2019-04-16 19:49:09 -07:00
skia-flutter-autoroll
4525e1eef2
Roll src/third_party/skia db13d3874846..70ed05e53ad2 (6 commits) ( flutter/engine#8599 )
...
https://skia.googlesource.com/skia.git/%2Blog/db13d3874846..70ed05e53ad2
git log db13d38748462b713beeeed33fb0eb9d95c1270e..70ed05e53ad244b3234415b447e5fcd53fb40e3b --date=short --no-merges --format=%ad %ae %s
2019-04-16 reed@google.com Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
2019-04-17 reed@google.com Revert "Remove includes from SkFontTypes.h"
2019-04-16 csmartdalton@google.com Reland "Add GrDisableColorXPFactory::makeXferProcessor()"
2019-04-16 bungeman@google.com Remove includes from SkFontTypes.h
2019-04-16 reed@google.com Simplify SkTypeface::charsToGlyphs API to require UTF32 input
2019-04-16 bungeman@google.com IWYU for SkCanvas.h
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-16 20:56:24 -04:00
stuartmorgan
9b2819a3bb
Variant type for C++ client wrapper ( flutter/engine#8592 )
...
Adds a type that can hold any of the types corresponding to the Dart types
that are supported by the standard message channel codec. This provides
the foundation for adding standard message codec support for the C++
desktop shells (flutter/flutter#30670 ).
2019-04-16 16:33:07 -07:00
skia-flutter-autoroll
3538461673
Roll src/third_party/skia 68aeec07de4a..db13d3874846 (16 commits) ( flutter/engine#8595 )
...
https://skia.googlesource.com/skia.git/%2Blog/68aeec07de4a..db13d3874846
git log 68aeec07de4a1894a5cefde405abcb5a49801df6..db13d38748462b713beeeed33fb0eb9d95c1270e --date=short --no-merges --format=%ad %ae %s
2019-04-16 bungeman@google.com Move SkTLazy.h to src/
2019-04-16 mtklein@google.com Reland "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 borenet@google.com [infra] Add chrome_release_branch script
2019-04-16 mtklein@google.com roll libpng to 1.6.37
2019-04-16 mtklein@google.com pass SkVx::Vec arguments as const&
2019-04-16 egdaniel@google.com Revert "Add GrDisableColorXPFactory::makeXferProcessor()"
2019-04-16 bungeman@google.com Remove generateCharFromGlyph and charToGlyphID.
2019-04-16 ethannicholas@google.com added more SPIR-V RelaxedPrecision decorations
2019-04-16 mtklein@google.com Revert "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 herb@google.com Reduce use of path generation
2019-04-16 mtklein@google.com align skvx::Vec<N,T> to N*sizeof(T)
2019-04-16 csmartdalton@google.com Add GrDisableColorXPFactory::makeXferProcessor()
2019-04-16 bsalomon@google.com Ensure that insetting for blur texture domain doesn't invert domain rect.
2019-04-16 bungeman@google.com Remove deprecated SkPaintFilterCanvas::onFilter.
2019-04-16 kjlubick@google.com WASM build cleanups
2019-04-16 herb@google.com Remove non-canonical font color
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-16 17:30:04 -04:00
Qxyat
500f19660d
Composite Embedded Views with the correct GrContext
...
PaintRecorder Canvases are not associated with GrContexts.
2019-04-16 14:13:34 -07:00
skia-flutter-autoroll
5d80be8cc3
Roll src/third_party/skia 6c431d52020c..68aeec07de4a (7 commits) ( flutter/engine#8590 )
...
https://skia.googlesource.com/skia.git/%2Blog/6c431d52020c..68aeec07de4a
git log 6c431d52020c6ed8d48681c9443ec3131fd0ed34..68aeec07de4a1894a5cefde405abcb5a49801df6 --date=short --no-merges --format=%ad %ae %s
2019-04-16 bsalomon@google.com Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading.
2019-04-16 jvanverth@google.com Convert 565 and 4444 bitmaps to 8888 for Mac Metal.
2019-04-15 csmartdalton@google.com Don't flush pipeline state when querying sample locations in GL
2019-04-15 mtklein@google.com just some refactoring for fm_bot.go
2019-04-15 egdaniel@google.com Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
2019-04-10 bsalomon@google.com GrSurface -> GrGpuBuffer transfer improvements:
2019-04-10 bsalomon@google.com Avoid multiplication by alpha in fragment shader when known to be 1.
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-16 13:57:24 -04:00
skia-flutter-autoroll
4ff68e6b02
Roll src/third_party/skia 5bee533ef3a3..6c431d52020c (1 commits) ( flutter/engine#8589 )
...
https://skia.googlesource.com/skia.git/%2Blog/5bee533ef3a3..6c431d52020c
git log 5bee533ef3a37c952ed227263be1b6fa508310c7..6c431d52020c6ed8d48681c9443ec3131fd0ed34 --date=short --no-merges --format=%ad %ae %s
2019-04-15 brianosman@google.com Towards a simpler SkSL -> GLSL pipeline (and better shader reflection)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-16 10:27:27 -04:00
skia-flutter-autoroll
711b0d2d0b
Roll src/third_party/skia 9d10206b7add..5bee533ef3a3 (4 commits) ( flutter/engine#8587 )
...
https://skia.googlesource.com/skia.git/%2Blog/9d10206b7add..5bee533ef3a3
git log 9d10206b7add9da6a7e34cf0262cc3cf2e7cba41..5bee533ef3a37c952ed227263be1b6fa508310c7 --date=short --no-merges --format=%ad %ae %s
2019-04-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 065f8dc35f9d..e7da32f1c73e (7 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b2d31144d9af..95629c4c410f (449 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 64b761a8af9b..25be5bb97518 (11 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-16 02:11:24 -04:00
skia-flutter-autoroll
3d192e1f8a
Roll src/third_party/skia d51d00745b1d..9d10206b7add (1 commits) ( flutter/engine#8586 )
...
https://skia.googlesource.com/skia.git/%2Blog/d51d00745b1d..9d10206b7add
git log d51d00745b1ddad78b777973c9df56d351ff5e02..9d10206b7add9da6a7e34cf0262cc3cf2e7cba41 --date=short --no-merges --format=%ad %ae %s
2019-04-15 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 (herb@google.com ), and stop
the roller if necessary.
2019-04-15 22:43:24 -04:00
skia-flutter-autoroll
7dbee97969
Roll src/third_party/skia bf15b6676843..d51d00745b1d (6 commits) ( flutter/engine#8584 )
...
https://skia.googlesource.com/skia.git/%2Blog/bf15b6676843..d51d00745b1d
git log bf15b6676843625cf68b9df44705d808cf8236c7..d51d00745b1ddad78b777973c9df56d351ff5e02 --date=short --no-merges --format=%ad %ae %s
2019-04-15 mtklein@google.com add _M_ARM64 support
2019-04-15 csmartdalton@google.com Support multisample in GrProxyProvider::MakeFullyLazyProxy
2019-04-15 mtklein@google.com add retries to fm_bot
2019-04-15 jvanverth@google.com Fix fontcache GMs on Metal.
2019-04-15 reed@google.com use slope-guess for faster charToGlyph
2019-04-11 herb@google.com Reland "Convert the CPU mask case to use prepareForDrawing"
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (herb@google.com ), and stop
the roller if necessary.
2019-04-15 19:14:59 -04:00