Commit graph

28721 commits

Author SHA1 Message Date
engine-flutter-autoroll 0d343b181d
Roll Plugins from 3e43f590d4d0 to ac3167f83402 (4 revisions) (#102768) 2022-04-28 11:24:06 -07:00
Phil Quitslund 80849adee1
[dev, bots, examples] rename local functions with _s (#102703) 2022-04-28 10:44:06 -07:00
Phil Quitslund 6a443138cd
fix unnecessary_null_checks (#102705) 2022-04-28 10:39:06 -07:00
Taha Tesser b1f88a6535
ReorderableListView: fix broken dartpad example & update examples, add tests (#102723) 2022-04-28 10:19:08 -07:00
Kate Lovett b333fe2e17
Revert "Fix BottomNavigationBar label style text colors" (#102756) 2022-04-28 09:54:12 -07:00
engine-flutter-autoroll 9211d7cc8a
Roll Engine from 7ffb3c560939 to 966757c6cc8e (1 revision) (#102740) 2022-04-28 09:44:10 -07:00
engine-flutter-autoroll f9f4915e5e
Roll Engine from b62ea5dce007 to 7ffb3c560939 (1 revision) (#102729) 2022-04-28 01:54:04 -07:00
engine-flutter-autoroll 4bf06a37ca
Roll Engine from 67940eb62023 to b62ea5dce007 (1 revision) (#102721) 2022-04-28 00:49:07 -07:00
engine-flutter-autoroll 8fc22a7df2
Roll Engine from ba644fafb2c5 to 67940eb62023 (2 revisions) (#102717) 2022-04-27 23:44:04 -07:00
engine-flutter-autoroll e42b9dd516
Roll Engine from 220613fc0b20 to ba644fafb2c5 (1 revision) (#102715) 2022-04-27 22:39:05 -07:00
engine-flutter-autoroll d873157287
Roll Engine from 80c04d70c0d6 to 220613fc0b20 (3 revisions) (#102708) 2022-04-27 20:14:06 -07:00
engine-flutter-autoroll faab7f81ea
Roll Engine from b75aaa34f16d to 80c04d70c0d6 (435 revisions) (#102704)
* 28af36b9d Merge entity renderer impl into the entity renderer.

* 08f00cd5e Move entity shaders to their own directory.

* e95252f06 Shorten names of the render target attachment descriptors.

* b5ed864d7 Fixup names of pipeline descriptors.

* 531162ff5 Minor fixups to pipeline creation.

* a09363684 Make pipelines store pipeline descriptors.

* 612b54fd7 Start consolidating content rendering.

* 27473322e Separate save layer calls into a canvas pass.

* 97455db0f Start wiring up the entity playground.

* 778fc113b Allow shader libraries to look at multiple shader dylibs.

* 5405b9a6f Implement texture mapping.

* 866045d5f WIP on stroke rendering.

* d35f10ab1 Insert additional padding at the end of the struct if the size of the struct does not satisfy the alignment requirements of all its members.

* 41ed619fc Fix struct padding calculations.

* ac10b798e Rendering of continuous strokes.

* ede764556 Cleanup entity API.

* 9ce9a81d5 WIP Add test for clip rendering.

* 05705810a Add support for typed commands.

* 9c88b09aa Give the default render target a stencil buffer.

* 60c3b2191 Implement stencil-only clips.

* 65ffd0482 Rework canvas passes in prep for subpasses.

* 38d4abac5 Renderer components no longer need a surface reference to function.

* 17d301b96 WIP on creating utils for creating offscreen render targets.

* 935931173 Fix bug in texture usage mask.

* 3f417887c Setup aiks for canvas subpasses.

* ab16b0bc8 Setup canvas pass hierarchies.

* 3a8fb57fc Canvas subpasses rendering into their own command buffers.

* 398b74fac Work towards making canvas subpasses configure postprocessing effects.

* bb633cade Fix alpha writes while rendering to texture.

* f9a6a2cb1 Fixup ortho calculations and add ostream printers for geometry utils.

* 18f8e729b Setup a framework to collapse passes.

* d00efdd5f Move entity pass management to the entity framework.

* ead8058c9 Setup a paint pass delgate.

* ed8b78a96 Allow entity passes to be elided based on their contents.

* 026dcd191 Turn on full-screen 4xMSAA by default and additional render target validations.

* 603b91575 Add render pass and pipeline sample count validation.

* 30f28f161 All creation of pipeline variants from a pipeline.

* 2b7848053 Allow for the on-demand creation and caching of pipeline variants from the prototype.

* 723ca3b97 Add more validation logs instead of FML logs.

* 6d871081a Implement Canvas::Skew.

* 18399a5ff Implement Canvas::SaveLayer with bounds.

* 4234b343d Minor: Add Canvas::Transform.

* 8e90d388d Rect union and intersection.

* 4417fa637 Don't let subpass coverage exceed entity coverage.

* a63c04785 Remove unused and confusing API in TRect.

* 20d22fd3e Add macOS availability checks.

* 05e9f893a Add missing availability check for macOS 10.12.

* cb547949c Fix broken test.

* e3d435755 Support non-uniform rounding radii.

* 10487e3c1 Stub out a display list dispatcher.

* f83a0211a Support path fill types.

* 66096b5ba Add support for path composition in path builder.

* d3626cd1f Implement conversion SkPath to Impeller paths.

* 98c18b3e1 Import the archivist framework.

* 147e64fbd Update translation units for style guide.

* 8d7d8e653 Cleanup archive structure.

* 89589cc3d Separate archive_location into its own TU.

* 547fc005e Clearer names for primary keys.

* 4a6e2d07f Add uncommitted patches from a previous change.

* 0c595a929 More use of optionals in archivist.

* 52891357c Make primary keys optional.

* 7b3ab4178 Minor: Rename primary key variable name.

* 188890c35 Support user readable table names.

* 94b9bfd7c Add error message for incorrect member lookup.

* 95386ed3f Remove superfluous auto_key from ArchiveDef.

* bf24ff925 Cleanup macros in archive statement.

* 85b8a0093 Remove remaining C-Style casts.

* 4ca5af44c Fix temporary database file deletion.

* 84eee265a Fix iOS compilation issues.

* a104fa53d Update GN rules for Flutter updates.

* a404064ac Minor: Rename the Impeller dispatcher to be something sane and prep for sidecar wireup.

* 57a0728c1 Rework the confusingly named renderer subsystem instances.

* db3c4a11d Make the Metal drawable wrapping routine from the playground a utility.

* 7566d670c Minor: Change the names of the intermediates for the wrapped render target.

* 0016e4808 Allow resizing the playground.

* 64e3b29ee Holy size savings Batman!

* 3ac38d8b1 Forward targets specification to the code generator in impellerc.

* 0b63e2cc2 Shader data can now be compiled into the binary.

* 86c91dc62 Fix pipeline library issue related to not tracking pending futures.

* 687f18991 Don't waste space on an unnecessary depth buffer.

* 8748c7687 Setup default pixel formats.

* f282f414b Remove support for the weird 5 byte pixel format.

* 7e5364a4d Minor: Account for macro namespacing.

* c66b7fb34 IOS macros have not been namespaced yet.

* f70087318 Gate the minimum iOS deployment versions in the generated shaders.

* 819b0336f Cross reference issues and add additional tracing.

* 169abed1c Add a README.

* c251e079a Fixup minor Markdown formatting issues in the README.

* 6d520d234 Add an image overview of the shader compilation pipeline.

* a449707c0 Link to the shader pipeline from the README.

* 844d40063 Enable playgrounds in all tests and fix default sample counts.

* 9c536958c Update tests to account for sample count defaults.

* 14bf82761 Back out changes to the Impeller dispatcher stub that depend on WIP interface changes. (flutter/engine#3)

* 2a6bb6eb3 create scorecards-analysis.yml (flutter/engine#4)

* fec03558c Use -M0 instead of -frecord-sources (flutter/engine#5)

* e982526e8 Compensate for change to saveLayer (flutter/engine#6)

* 14ec50ada Adds a GN flag for playgrounds (flutter/engine#7)

* 3d422b2f7 Wrap all MD files at 80 cols, minor cleanup of headers/indenting (flutter/engine#8)

* ca3433db3 Fix Rect::Compare bugs (flutter/engine#10)

* e768f4d0a adopt new DlColorFilter objects (flutter/engine#12)

* 88f4c24ac Support 16bit index buffers (flutter/engine#11)

* dde655fdd Add viewport and scissor support (flutter/engine#9)

* 4220ef372 Add cull mode to command (flutter/engine#13)

* 9b2cbc13c Support nested clips & clip state restoration (flutter/engine#14)

* a2f755518 Fix bug introduced in a476b92 which broke a bunch of tests (flutter/engine#15)

* e7f90736b changes for new DlMaskFilter objects (flutter/engine#17)

* ba1ecb66c Add baseVertex (flutter/engine#16)

* 542b8c4c3 Fix index size check to respect 16 bit buffers (flutter/engine#19)

* 26090e475 Add mixed type specializations on algebraic ops in TPoint (flutter/engine#21)

* cb9997ab9 Respect TextureContents/Canvas::DrawImageRect source rect (flutter/engine#22)

* 9ecbb76c5 Add an ImGui backend targetting Impeller to the playground (flutter/engine#20)

* 604a93f96 Fix prod build (flutter/engine#23)

* 6cd7a4553 Bad cubic tests (flutter/engine#24)

* e94acaae6 Match skia's path param ordering (flutter/engine#25)

* b26c6ac38 Do not include the leading point for cubic polylines (flutter/engine#29)

* bafa73b54 Add assignment operators to point (flutter/engine#26)

* 2373da89f Add entity playground callback (flutter/engine#27)

* 2dceced0e adopt new DlAttributeType enum naming (flutter/engine#30)

* f41c0a93e Support subcontours in strokes, lay groundwork for fills (flutter/engine#31)

* 4be3053ec Add immediate mode manipulator widget macros for the playground (flutter/engine#28)

* f0a7b4e90 Fix MoveTo for fills (flutter/engine#32)

* df2485c90 Add dot and cross product to Point (flutter/engine#33)

* 3cff1a93b Remove duplicate points between connected components when generating polylines (flutter/engine#34)

* 451f93e83 Handle all corner cases for stroke geometry, add bevel join & cap/join enums (flutter/engine#35)

* 0dae5ada0 Add `//impeller/typographer`. (flutter/engine#36)

* e1a9ae853 Remove schedule runs of scorecards. (flutter/engine#38)

* 8d79ce674 Bump ossf/scorecard-action from 1.0.3 to 1.0.4 (flutter/engine#40)

* 137fa4816 Fix license to make the license script happy (flutter/engine#37)

* 91ec4c207 Bump github/codeql-action from 1.0.26 to 1.1.3 (flutter/engine#39)

* 62135be77 Remove break corner cases, simplify strokes, and generate closed path joins (flutter/engine#41)

* 9f9c557ec Account for glyph extents in the atlas. (flutter/engine#42)

* 4e323c6fd Relay text color from Paint. (flutter/engine#43)

* c11f4083d Account for updated macro name in //flutter/fml/build_config.h (flutter/engine#44)

* a781e2f9a Setup join/cap proc (flutter/engine#45)

* 555fabaa0 Avoid depending on STB in //flutter/impeller/image. (flutter/engine#47)

* d84a831d8 Add square cap (flutter/engine#48)

* 75e83ff3e Point: Add reflect and make scalar ops more flexible (flutter/engine#51)

* d9e792783 Add miter join (flutter/engine#49)

* 905895695 Add round caps and joins (flutter/engine#52)

* c81fbbdac Move Contents classes into separate translation units (flutter/engine#53)

* 9d6048ab0 Expose C API for tessellator, move to own subdir (flutter/engine#18)

* 2a1b56096 Fix ScalarNearlyEqual test (flutter/engine#56)

* 845c3bc07 Add color premultiply/unpremultiply (flutter/engine#57)

* 6f9fa60b0 Add pipeline blend modes & demo (flutter/engine#55)

* 0936dfaee Bump github/codeql-action from 1.1.3 to 1.1.4 (flutter/engine#58)

* 6da61e7fd Remove FML dependency on geometry, tessellator (flutter/engine#59)

* b14fb96b3 Make Path::Polyline::GetContourPointBounds safe for OOB (flutter/engine#60)

* 24d7083c9 Add LICENSE file. (flutter/engine#61)

* 841bb991b Move impeller::Comparable to //impeller/base. (flutter/engine#62)

* 74dff11d5 Add a script that checks that all source files have a valid license block. (flutter/engine#63)

* ec27727a2 Correct polyline bounds test (flutter/engine#64)

* 0084668ec Bump actions/upload-artifact from 2.3.1 to 3 (flutter/engine#54)

* b816f8f4f Bump actions/checkout from 2.4.0 to 3 (flutter/engine#50)

* e5fc54887 [tessellator]Expose and document smoothing approximation via the C/Dart API. Minor refactor of tessellator to supply fill type to method rather than to object. (flutter/engine#65)

* 24e249a4f Fix top-level build group to not include the compiler and fixup headers. (flutter/engine#66)

* 9c3cbf855 Hack to prevent back-to-back playground tests from hanging (flutter/engine#68)

* 1828c4c89 Correct default blend mode, fix solid stroke shader to respect premultiplied source colors (flutter/engine#69)

* b3cbf05b8 Chainable texture filters (flutter/engine#67)

* f3a6b3e1b Document GN rules and make targets that cannot be built on the platform be no-ops. (flutter/engine#70)

* 597c10eb1 Fix diagnostic on iOS simulators. (flutter/engine#71)

* e46345db6 Only depend on FML for tracing when building executables. (flutter/engine#72)

* d0c59286c Fix loop-range-construct warnings added in newer versions of Clang. (flutter/engine#75)

* b97e965b7 Add remaining additive blends (flutter/engine#76)

* ec1dd96b0 Fix issues with constexpr correctness. (flutter/engine#77)

* 47cb97c35 Add case necessary on 32-bit arm builds. (flutter/engine#79)

* f5db75a15 Use new DlColorSource objects (flutter/engine#73)

* 75a9853fe update the linear gradient code to the new accessor names (flutter/engine#80)

* e381974b1 Impelement DisplayListDispatcher::transformReset. (flutter/engine#82)

* 8784ff4be Don't use `Add[Thing]` operations when emulating Skia path components (flutter/engine#86)

* 9e33c6fc1 Transform clips by the entity's transform (flutter/engine#87)

* d916e2c7c Add blend filter support for advanced blends (flutter/engine#81)

* 396ef7d0a Bump github/codeql-action from 1.1.4 to 1.1.5 (flutter/engine#83)

* 503dff6b0 Add directional + 2D gaussian blur (flutter/engine#84)

* 6e778862f Add ClearContents to apply specified contents to the entire render target. (flutter/engine#88)

* 688321533 Add blend mode setting to Entity, Aiks paint, and the dispatcher (flutter/engine#89)

* 1d6dc1e68 Forward blend mode from the dispatchers drawColor call. (flutter/engine#90)

* 5b1b9dfbf Apply Aiks transforms in the canvas space, not world space (flutter/engine#91)

* b32a65fe9 Use new DlBlendMode object (flutter/engine#78)

* 47ff8dbed switch dispatcher methods to new DlImageFilter objects (flutter/engine#92)

* 3235eac2a Separate filters into different TUs (flutter/engine#93)

* f2d23512b Implement impeller::DisplayListDispatcher::drawTextBlob. (flutter/engine#94)

* a6b0939fc Add support for instanced rendering and shader storage buffers. (flutter/engine#95)

* 47e9b0853 Use 8bpp glyph atlases. (flutter/engine#96)

* 86c5ea4f3 Draw all glyphs in a text run using a single draw call. (flutter/engine#97)

* 32b5a8dd7 Batch all draw calls in the entire text frame. (flutter/engine#100)

* 39f4ebd75 Make the filter DAG render all textures at the correct resolution (flutter/engine#99)

* 0aaa84e5c Render glyphs at the correct resolution with respect to the current transform (flutter/engine#101)

* eb7b7d187 Add difference clipping (flutter/engine#104)

* 6f02b8943 Wire up stroke cap/join/miter limit display list ops (flutter/engine#105)

* cbd14baf1 Premultiply gradient colors (flutter/engine#106)

* 9886da891 Use display list images. (flutter/engine#102)

* 82a340332 Make filter inputs lazy and sharable (flutter/engine#103)

* 69334fd7b Implement drawArc (flutter/engine#109)

* 6de2c9c56 support new DlVertices object in dispatcher (flutter/engine#108)

* 31812de08 Bump github/codeql-action from 1.1.5 to 2.1.6 (flutter/engine#110)

* 78eb5d67f Add blur styles to gaussian blur (flutter/engine#107)

* c4f1a592d Fix solid stroke contour switching + round cap smoothing, and add transparent path overdraw example (flutter/engine#112)

* f2bf47d25 Fix SaveLayer/entity subpass behavioral problems (flutter/engine#111)

* 2dd379708 Wire up enhanced command buffer error reporting. (flutter/engine#113)

* 6e8368c47 Remove extra point from DrawRect; skip over duplicate contour points when generating polylines (flutter/engine#114)

* 93c59198b Explicitly wait for subpass buffers to be scheduled. (flutter/engine#115)

* f2e297c1f Bump github/codeql-action from 2.1.6 to 2.1.7 (flutter/engine#116)

* e09b0ed12 Add static thread safety analysis ready synchronization primitives. (flutter/engine#117)

* 8075d383f Standardize around "coverage" terminology; make coverage optional everywhere (flutter/engine#118)

* 685ae23ad Add explicit scaling methods for Point/Vector2 (flutter/engine#119)

* af922f9d4 Ignore the stencil in the imgui pipeline (flutter/engine#120)

* 4248b5d2a Use the stencil buffer to avoid overdraw when rendering non-opaque solid strokes. (flutter/engine#121)

* 93035a4cd Remove base.h from base/BUILD (flutter/engine#122)

* 20148b270 Standardize around blur sigma<->radius conversion factor (flutter/engine#123)

* 533b86d3d No newline in depfile output, which seems to confuse ninja (flutter/engine#125)

* 0ed6d4c4a Fix Path::GetBoundingBox crash for cubics with no local min/max (flutter/engine#126)

* 1a055b08a Add solid stroke coverage override (flutter/engine#127)

* 3bc1f3340 Allow building targets that do not create metal shaders on all platforms. (flutter/engine#133)

* 43a750813 Move rendering TUs behind own flag (flutter/engine#134)

* 3c9f0e147 Build fixes for roll (flutter/engine#135)

* f6508c108 Remove extra premultiply from solid stroke/fill (flutter/engine#124)

* 999978fa9 Fix enum typedef for older mac SDKs (flutter/engine#136)

* 9c4018f10 Filters: Replace Snapshot position with a full transform (flutter/engine#130)

* ca3cd7f77 Move static methods to anonymous namespace (flutter/engine#137)

* f1c1b68c5 Adds --sksl target to impellerc (flutter/engine#131)

* fa68eb6eb Bump github/codeql-action from 2.1.7 to 2.1.8 (flutter/engine#128)

* a08cb8b4f Border mask blur (flutter/engine#132)

* a4599bf6f Add impellerc options to compile OpenGL Desktop and ES variant shaders. (flutter/engine#139)

* 8b881c634 Compute text coverage; use blend mode in savelayer; conservative pass collapse/elision behavior (flutter/engine#129)

* 3b1dfc4a4 Add an OpenGL ES stub and parameterize all playgrounds on rendering backend. (flutter/engine#141)

* 4d5031540 Fix subpass ordering (flutter/engine#143)

* 80bb5f953 Windows (flutter/engine#144)

* 79f2e86a4 Compile and package all shaders for the OpenGL ES backend. (flutter/engine#146)

* f86c9b72a Implement mask blur in display list dispatcher (flutter/engine#142)

* 01e81ef7e Fix Mac compilation issue. (flutter/engine#147)

* 2b48a800e Fix up build/test issues when building on or off of mac (flutter/engine#148)

* 68d88aeb4 Filters: Add local transforms (flutter/engine#140)

* df261f9d9 Fix minor mask blur issues (flutter/engine#149)

* c5474f6f0 Untie paths from entities (flutter/engine#145)

* 69b676c49 Bump actions/checkout from 3.0.0 to 3.0.2 (flutter/engine#151)

* 8679fe78e Remove dependency on Dart, add crash handler to impellerc (flutter/engine#150)

* 56056357f Use New DlPathEffect Object (flutter/engine#98)

* cd1a5a355 implement drawDisplayList in impeller dispatcher (flutter/engine#153)

* 5ec32d7ed Revert "Use New DlPathEffect Object (#98)" (flutter/engine#154)

* da9cfb3ca Separate FilterInput variants into their own TUs (flutter/engine#152)

* 3ebfe9e05 Another coverage fix for border mask blur (flutter/engine#158)

* 86fdc7912 Make it an error for a stage input to take more than one slot. (flutter/engine#161)

* 120c0b631 Avoid instancing/SSBOs for text to support GLES (flutter/engine#160)

* 4c75fe6e3 Set path for linear gradient contents; don't fail renders for failed tessellations (flutter/engine#162)

* dd4d7050e Check if sub_command_buffer is null before setting label (flutter/engine#163)

* d5f978195 format

* e676fd7a8 Missing files

* 89a30a729 temporarily increase clang_tidy test limits

* 7f0e95b1e Delete DartIsolateTest::ValidLoadingUnitSucceeds (flutter/engine#32970)

* 80c04d70c Delete AppLifecycleTests testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle (flutter/engine#32971)
2022-04-27 19:06:28 -07:00
engine-flutter-autoroll fc78b77b5a
Roll Engine from 561f96247933 to b75aaa34f16d (2 revisions) (#102701) 2022-04-27 18:04:06 -07:00
Gary Qian a622b6a536
Remove Linux android views (#102699) 2022-04-27 17:59:07 -07:00
engine-flutter-autoroll b7d661c833
Roll Engine from 0ac2fc2a1d1c to 561f96247933 (3 revisions) (#102700) 2022-04-27 16:59:05 -07:00
Taha Tesser 84202460c5
Fix BottomNavigationBar label style text colors (#102638) 2022-04-27 16:54:06 -07:00
Phil Quitslund b5e7fb076c
[flutter_tools] rename local functions with _s (#102688) 2022-04-27 16:19:07 -07:00
Phil Quitslund a03f59cdc4
[flutter_driver] rename local functions with _s (#102689) 2022-04-27 16:14:10 -07:00
engine-flutter-autoroll 401df0eb6f
Roll Engine from 35e56175dfde to 0ac2fc2a1d1c (2 revisions) (#102695) 2022-04-27 15:49:08 -07:00
dependabot[bot] 7d18594f38
Bump github/codeql-action from 2.1.8 to 2.1.9 (#102693) 2022-04-27 15:39:08 -07:00
Kate Lovett 6eb601bc3e
Fix AppBar scrolledUnder initial state - the third (#102582) 2022-04-27 15:34:08 -07:00
engine-flutter-autoroll 3edeb94731
Roll Engine from 94824fcb600a to 35e56175dfde (1 revision) (#102686) 2022-04-27 14:44:07 -07:00
Casey Hillers 29943e6595
[ci.yaml] Migrate 50 targets to Cocoon scheduler (#102676) 2022-04-27 13:44:07 -07:00
Flutter GitHub Bot d7cd8c1039
Marks Linux_android android_semantics_integration_test to be unflaky (#102658) 2022-04-27 13:24:07 -07:00
engine-flutter-autoroll a796f1ce93
Roll Engine from 9e6911e4da21 to 94824fcb600a (6 revisions) (#102681) 2022-04-27 13:19:08 -07:00
Darren Austin 14a9b4a751
Migrate AppBar to Material 3 (#101884) 2022-04-27 12:04:36 -07:00
Taha Tesser 0c3c38dccf
[reland] Refactor ToggleButtons (remove RawMaterialButton) (#101760) 2022-04-27 12:04:03 -07:00
Flutter GitHub Bot 3f2cb2418d
Marks Mac tool_host_cross_arch_tests to be unflaky (#102659) 2022-04-27 11:19:08 -07:00
Jonah Williams 29d814b700
[intl] speed up localization generation and regenerate symbols (#102614) 2022-04-27 11:14:05 -07:00
engine-flutter-autoroll 6d8f9ed992
Roll Engine from 8f7e55b13064 to 9e6911e4da21 (2 revisions) (#102673) 2022-04-27 11:09:10 -07:00
engine-flutter-autoroll 0f397c08dc
Roll Engine from 6abf69920824 to 8f7e55b13064 (1 revision) (#102666) 2022-04-27 10:04:07 -07:00
Pierre-Louis 9644aa8d76
Fixes documentation inconsistencies around 'material' and 'material design' (#102632) 2022-04-27 09:29:06 -07:00
Phil Quitslund bca071815f
rename local functions with _s (#102615) 2022-04-27 09:14:57 -07:00
engine-flutter-autoroll 082f13800e
Roll Plugins from e55659835427 to 3e43f590d4d0 (3 revisions) (#102656) 2022-04-27 09:04:05 -07:00
engine-flutter-autoroll bceebba82a
Roll Engine from c5bb99941547 to 6abf69920824 (2 revisions) (#102646) 2022-04-27 08:19:07 -07:00
Zachary Anderson 9876b0d6d6
Revert "Benchmark cannot run in Android12 phone (#100761)" (#102649)
This reverts commit 3d148821eb.
2022-04-27 07:27:34 -07:00
JsouLiang 3d148821eb
Benchmark cannot run in Android12 phone (#100761) 2022-04-27 05:54:06 -07:00
engine-flutter-autoroll 7363b29c7f
Roll Engine from 189cdc7df7ae to c5bb99941547 (4 revisions) (#102634) 2022-04-27 03:49:03 -07:00
engine-flutter-autoroll 4cf60f7659
Roll Engine from fcc15947754b to 189cdc7df7ae (1 revision) (#102623) 2022-04-27 00:19:05 -07:00
Alexandre Ardhuin 07f1c20474
add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
engine-flutter-autoroll 0b80f08cf0
Roll Engine from 5d844aa30fc6 to fcc15947754b (1 revision) (#102622) 2022-04-26 22:39:07 -07:00
engine-flutter-autoroll d6ea2c67d7
Roll Engine from 24471f3cbb33 to 5d844aa30fc6 (1 revision) (#102619) 2022-04-26 21:24:06 -07:00
engine-flutter-autoroll 9fbdd4c8d5
Roll Engine from 6ac401970df1 to 24471f3cbb33 (3 revisions) (#102618) 2022-04-26 20:09:06 -07:00
keyonghan 1bb9eed4d0
Update open sdk version to be version version:11 (#102610) 2022-04-26 18:09:04 -07:00
engine-flutter-autoroll e5741f8d53
Roll Engine from 46b0889d13ce to 6ac401970df1 (3 revisions) (#102612) 2022-04-26 17:59:08 -07:00
Jonah Williams c46d4c03cc
Revert "[framework] Reland: use ImageFilter for zoom page transition " (#102611) 2022-04-26 17:34:06 -07:00
engine-flutter-autoroll 936623e174
Roll Engine from 07584c64bb7b to 46b0889d13ce (1 revision) (#102606) 2022-04-26 16:54:07 -07:00
Jonah Williams fba9214d11
[framework] remove usage and deprecate physical model layer (#102274) 2022-04-26 16:14:04 -07:00
engine-flutter-autoroll e493d5ce73
Roll Engine from 545a0b4ad107 to 07584c64bb7b (3 revisions) (#102603) 2022-04-26 15:39:03 -07:00
engine-flutter-autoroll 2032de4b31
Roll Engine from b30b65a74554 to 545a0b4ad107 (4 revisions) (#102599) 2022-04-26 14:29:05 -07:00