Adam Barth
73790140e7
Record layer tree to an SkPicture before rasterization ( flutter/engine#2628 )
...
This lets Skia run an optimization pass over the SkPicture before actually
issuing GL commands.
2016-04-28 10:15:38 -07:00
Adam Barth
1b3ef50223
Fix iOS build
2016-04-27 15:46:59 -07:00
Adam Barth
624c3ce42f
Use the GrGLCreateNativeInterface_glfw.cpp from Skia ( flutter/engine#2627 )
...
Instead of our own shadow copy.
2016-04-27 15:11:56 -07:00
Adam Barth
5210b088eb
Update Skia ( #2626 )
2016-04-27 14:59:06 -07:00
Jason Simmons
14a770309f
Roll Dart to 14ec00f86bbc893f1c731ea36afb1b98d8cd77cc ( #2620 )
2016-04-26 12:52:25 -07:00
Jason Simmons
38f4bfd597
Remove a redundant line from the gn script ( #2619 )
2016-04-25 17:05:31 -07:00
Jason Simmons
58345daf37
Fix the dist target when building in AOT (deploy) mode on Android ( #2617 )
2016-04-25 15:37:48 -07:00
Adam Barth
ae16e4249e
Remove the extra lints from _embedder.yaml ( flutter/engine#2616 )
...
These were forcing our customers to obey these lints, but not all of our
customers like them. We might enable some of these in the future if they have
concrete benefits (e.g., faster generated code when compiling ahead-of-time).
2016-04-25 11:31:48 -07:00
Jason Simmons
dcfb093293
Support ahead-of-time compilation on Android in the engine ( flutter/engine#2614 )
...
This include build system changes for selecting Dart's precompiler mode
plus a way to locate and load the precompiled snapshot library from an
Android application
2016-04-25 10:45:23 -07:00
Yegor
2966060425
libdart_precompiled_runtime is gone; fix ios build ( #2613 )
2016-04-22 16:31:32 -07:00
Jason Simmons
b3dd19dc8f
Roll Dart and set dart_runtime_mode in the GN script ( #2610 )
2016-04-22 11:02:41 -07:00
Adam Barth
75b5912bd2
Break dependency from Layer to PaintContext ( flutter/engine#2609 )
...
Instead, make Layer::Paint take a new PaintContext that has just exactly
the state that it needs, mirroring PrerollContext. Also, rename
PaintContext to CompositorContext because it holds the context for the
whole compositor.
2016-04-21 23:05:41 -07:00
Adam Barth
785c11d6d9
Fix style in //flow/instrumentation ( flutter/engine#2608 )
...
This patch makes these files better match Google C++ style.
Also, add the engine lap time when running on Mojo.
2016-04-21 22:36:46 -07:00
Adam Barth
98fc65a85b
Improve paint bounds computation in flow ( flutter/engine#2607 )
...
We now compute the bounds for all container layers, including clips, and
use those bounds to tighten down our clips and save layers.
2016-04-21 21:50:44 -07:00
Adam Barth
5778b6fdad
Update to mojo a37b8c21cedc3d1b94f7be276e513cdea88e09ac
2016-04-21 14:12:34 -07:00
Ryan Macnak
abcdfd1318
Merge pull request #2605 from rmacnak-google/roll-dart
...
Roll dart to ccfd19bfd775c7cfc400aeda2c08fd821616cc82.
2016-04-21 12:19:12 -07:00
Adam Barth
9c8595512e
Make OpacityLayer hit SkRecordNoopSaveLayerDrawRestores ( flutter/engine#2604 )
...
Previously we were applying opacity in a different way than Skia
expects. Now we use the exact pattern that Skia expects so that we hit
more optimizations inside SkRecordOptimize.
After this patch, we don't actually get the optimization because we
don't yet run SkRecordOptimize over the composited tree. A later patch
will actually cause us to run SkRecordOptimize.
2016-04-21 07:55:37 -07:00
Devon Carew
c7c2b6aa1c
update _embedder.yaml ( #2599 )
2016-04-18 09:50:02 -07:00
Jason Simmons
a72bdad086
Add a --deploy build option that enables Dart product mode ( #2598 )
2016-04-15 12:18:57 -07:00
John McCutchan
6c60410c09
Fix snapshotter deps file output ( flutter/engine#2593 )
...
- [x] Add the path not the url to the dependencies
2016-04-12 09:48:19 -07:00
Jason Simmons
25eff9fadf
Enable compression when building flutter.jar ( flutter/engine#2592 )
...
Fixes https://github.com/flutter/flutter/issues/3234
2016-04-11 11:41:13 -07:00
Chinmay Garde
9cf1a6e7ac
Create iOS armv7 assets in a separate directory. ( flutter/engine#2589 )
...
This allows us to create a separate buildbot target.
2016-04-08 12:47:09 -07:00
Jason Simmons
a1ebcdeb94
Do not show an assertion failure if Dart_FinalizeLoading returns an error while building a snapshot ( flutter/engine#2584 )
...
This might happen due to errors expected during development (e.g. a mistyped
Dart class name)
2016-04-07 12:33:21 -07:00
Jason Simmons
c1b21af2c5
Fix a typo ("threshold") ( #2583 )
2016-04-07 10:37:33 -07:00
Chinmay Garde
eaa5e9fb5d
Bump up the mac_sdk_min GN arg to 10.8 and fix deprecated declaration.
...
Required by the Dart dependency.
2016-04-06 11:20:04 -07:00
John McCutchan
83f0b02a4c
Fix Loader::Fetch to use the file path and not the uri.
2016-04-05 12:52:12 -07:00
John McCutchan
9426588891
Merge pull request #2574 from johnmccutchan/fix_canonicalization
...
Fix uri canonicalization in DartLibraryProviderFiles
2016-04-05 10:24:08 -07:00
Chinmay Garde
eb13c213af
Merge pull request #2571 from chinmaygarde/timeline
...
Update thread names in the Dart timeline.
2016-04-04 11:43:17 -07:00
Adam Barth
424df08728
Add support for backdrop filters in the compositor
...
Particularly, add support for blur filters to implement backdrop blur effects.
2016-04-01 17:15:36 -07:00
Collin Jackson
c7526e2aee
Allow third-party services to listen to openURL on iOS and support Google Sign-In
2016-03-31 18:15:18 -07:00
Chinmay Garde
acf4204b75
Merge pull request #2567 from chinmaygarde/master
...
Update Dart revision to pull in changes related to tracing and add more trace types to TracingController
2016-03-30 18:07:17 -07:00
Chinmay Garde
4e8f8bb18d
Update Dart revision to pull in changes related to tracing and add more trace types to TracingController
2016-03-30 17:33:02 -07:00
Adam Barth
1bdaa49f9a
Update code to account for Mozart changes
...
The layout protocol in Mozart changed. Now we need to pipe a scene version
through the system to the compositor.
2016-03-30 15:13:58 -07:00
Adam Barth
5f5448137a
Update CONTRIBUTING.md
2016-03-29 08:39:43 -07:00
Adam Barth
f0c070d0d7
Merge pull request #2560 from abarth/flutter_run
...
Update `flutter start` to `flutter run`
2016-03-28 15:01:41 -07:00
Adam Barth
6f83ffe462
Update flutter start to flutter run
...
These commands are the same, but `run` is the new hotness.
2016-03-28 14:52:35 -07:00
Adam Barth
80cc335e27
Merge pull request #2557 from abarth/dot_packages2
...
Teach SkyShell about .packages files
2016-03-28 14:42:59 -07:00
Chinmay Garde
e99defb149
Merge pull request #2558 from chinmaygarde/master
...
Update base to pull in fixes for toolchain: clang_i386
2016-03-28 13:06:18 -07:00
Chinmay Garde
5fcad60757
Update base to pull in fixes for toolchain: clang_i386
2016-03-28 12:58:30 -07:00
Adam Barth
b9f29d3553
Teach SkyShell about .packages files
...
SkyShell now supports --packages instead of --package-root.
2016-03-28 12:51:56 -07:00
Adam Barth
1e646fcaad
Merge pull request #2555 from abarth/use_glfw
...
Add a --use-glfw flag to //sky/tools/gn
2016-03-28 10:02:47 -07:00
Adam Barth
4be7fd917a
Add a --use-glfw flag to //sky/tools/gn
...
This flag makes it easier to enable the glfw configuration.
Also, fix an unrelated build error in loader.cc.
2016-03-28 09:58:53 -07:00
Adam Barth
b461cce6d7
Merge pull request #2554 from abarth/dot_packages
...
Teach sky_snapshot about .packages
2016-03-28 09:46:59 -07:00
Adam Barth
7529b6dbf4
Teach sky_snapshot about .packages
...
The sky_snapshot tool now understands the --packages command-line flag.
Progress on https://github.com/flutter/flutter/issues/1351
2016-03-28 00:43:42 -07:00
Adam Barth
ae06836ae6
Merge pull request #2553 from abarth/remove_type_lint
...
Remove one type-related lint
2016-03-26 18:07:36 -07:00
Adam Barth
eea6d8220a
Remove one type-related lint
...
We currently whitelist some types that don't need parameters. Turning on
this lint causes too many lint errors in Atom.
2016-03-26 17:55:30 -07:00
Adam Barth
adf8d7586c
Merge pull request #2552 from abarth/enable_lints
...
Sync lint rules with `flutter analyze`
2016-03-26 14:32:43 -07:00
Adam Barth
8a75538417
Sync lint rules with flutter analyze
...
This patch updates _embedder.yaml to enforce the same set of lints as
`flutter analyze`. We're still not enabling strong mode via this
mechanism, but we might consider that in a later patch.
Related to https://github.com/flutter/flutter/issues/2687
2016-03-26 14:11:24 -07:00
Adam Barth
479c0f8026
Merge pull request #2548 from abarth/platform_glfw
...
Add GLFW platform to //sky/shell
2016-03-24 22:14:31 -07:00
Adam Barth
a1772b12a6
Add GLFW platform to //sky/shell
2016-03-24 17:15:33 -07:00