Commit Graph

4437 Commits

Author SHA1 Message Date
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
engine-flutter-autoroll
b7d661c833
Roll Engine from 0ac2fc2a1d1c to 561f96247933 (3 revisions) (#102700) 2022-04-27 16:59:05 -07:00
engine-flutter-autoroll
401df0eb6f
Roll Engine from 35e56175dfde to 0ac2fc2a1d1c (2 revisions) (#102695) 2022-04-27 15:49:08 -07:00
engine-flutter-autoroll
3edeb94731
Roll Engine from 94824fcb600a to 35e56175dfde (1 revision) (#102686) 2022-04-27 14:44:07 -07:00
engine-flutter-autoroll
a796f1ce93
Roll Engine from 9e6911e4da21 to 94824fcb600a (6 revisions) (#102681) 2022-04-27 13:19:08 -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
engine-flutter-autoroll
bceebba82a
Roll Engine from c5bb99941547 to 6abf69920824 (2 revisions) (#102646) 2022-04-27 08:19:07 -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
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
engine-flutter-autoroll
e5741f8d53
Roll Engine from 46b0889d13ce to 6ac401970df1 (3 revisions) (#102612) 2022-04-26 17:59:08 -07:00
engine-flutter-autoroll
936623e174
Roll Engine from 07584c64bb7b to 46b0889d13ce (1 revision) (#102606) 2022-04-26 16:54:07 -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
engine-flutter-autoroll
79d4bdd159
Roll Engine from 3f27923c7e6c to b30b65a74554 (1 revision) (#102594) 2022-04-26 12:54:07 -07:00
engine-flutter-autoroll
e1d21cf256
Roll Engine from d5b381c2e56d to 3f27923c7e6c (2 revisions) (#102588) 2022-04-26 11:29:07 -07:00
engine-flutter-autoroll
6132b86d24
Roll Engine from 6d60b810d747 to d5b381c2e56d (1 revision) (#102581) 2022-04-26 10:24:07 -07:00
engine-flutter-autoroll
14c5787cc3
Roll Engine from cd78221a88ae to 6d60b810d747 (1 revision) (#102575) 2022-04-26 09:14:05 -07:00
engine-flutter-autoroll
646b910c9c
Roll Engine from 8aace64d19fc to cd78221a88ae (1 revision) (#102562) 2022-04-26 02:14:04 -07:00
engine-flutter-autoroll
c593903eee
Roll Engine from df21738974e3 to 8aace64d19fc (1 revision) (#102555) 2022-04-26 00:14:06 -07:00
engine-flutter-autoroll
719a3816b1
Roll Engine from 79152137a94c to df21738974e3 (1 revision) (#102553) 2022-04-25 23:09:07 -07:00
engine-flutter-autoroll
de6689aaa3
Roll Engine from 4df9cf27052b to 79152137a94c (8 revisions) (#102551)
* b2ca1ce53 [web] Migrate Flutter Web to JS static interop - 14. (flutter/engine#32683)

* d3886d6c5 Roll Fuchsia Linux SDK from MbA1RtjV4... to YyokSAVV4... (flutter/engine#32907)

* 0aca7c0a1 Roll Skia from 4f33f5bef8eb to f8e52b27aa70 (4 revisions) (flutter/engine#32911)

* ccf075470 Roll Skia from f8e52b27aa70 to 74742130b08d (2 revisions) (flutter/engine#32913)

* a2d8df99e Roll Skia from 74742130b08d to 82146a7fcde2 (1 revision) (flutter/engine#32914)

* 1e19613db Roll Fuchsia Mac SDK from JVNKiIJWP... to Jki3kG8_P... (flutter/engine#32916)

* 65bc7e348 Roll Dart SDK from 865c2ff0940e to e89b629ed91d (1 revision) (flutter/engine#32917)

* 79152137a Revert "[web] Migrate Flutter Web to JS static interop - 14. (#32683)" (flutter/engine#32919)

* Add impellerc to conductor codesigning list

* Update coductor codesigning for libtessellator.dylib

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2022-04-25 22:02:38 -07:00
engine-flutter-autoroll
92bc78371b
Roll Engine from 5fdfbe3010bb to 4df9cf27052b (1 revision) (#102529) 2022-04-25 15:49:06 -07:00
engine-flutter-autoroll
4537391ac2
Roll Engine from 0f47c7a68811 to 5fdfbe3010bb (1 revision) (#102526) 2022-04-25 14:44:07 -07:00
engine-flutter-autoroll
3bd19f2297
Roll Engine from f1bb8f421135 to 0f47c7a68811 (1 revision) (#102523) 2022-04-25 13:34:07 -07:00
engine-flutter-autoroll
d469796486
Roll Engine from c4184728a9ad to f1bb8f421135 (1 revision) (#102519) 2022-04-25 11:54:06 -07:00
engine-flutter-autoroll
0095feeade
Roll Engine from 966812846313 to c4184728a9ad (1 revision) (#102515) 2022-04-25 10:49:07 -07:00
engine-flutter-autoroll
f6feb8f8b6
Roll Engine from 5451e88a09c0 to 966812846313 (2 revisions) (#102513) 2022-04-25 09:34:06 -07:00
engine-flutter-autoroll
e1ec377321
Roll Engine from c901936d4f6c to 5451e88a09c0 (1 revision) (#102509) 2022-04-25 08:29:04 -07:00
engine-flutter-autoroll
d69cff97cd
Roll Engine from 10efa195bf1c to c901936d4f6c (1 revision) (#102493) 2022-04-25 03:39:06 -07:00
engine-flutter-autoroll
8c22f5648a
Roll Engine from 93de17f347fe to 10efa195bf1c (2 revisions) (#102488) 2022-04-25 02:34:07 -07:00
engine-flutter-autoroll
ce3d1af647
Roll Engine from 20b5b8604c3e to 93de17f347fe (1 revision) (#102480) 2022-04-24 23:29:07 -07:00
engine-flutter-autoroll
4fec2ee0ed
Roll Engine from 3200b99d99f3 to 20b5b8604c3e (1 revision) (#102477) 2022-04-24 20:29:06 -07:00
engine-flutter-autoroll
399b866431
Roll Engine from e31251e55fd9 to 3200b99d99f3 (1 revision) (#102475) 2022-04-24 19:24:06 -07:00
engine-flutter-autoroll
2a9aa79843
Roll Engine from 984b5b332bb2 to e31251e55fd9 (1 revision) (#102470) 2022-04-24 13:29:06 -07:00
engine-flutter-autoroll
c654d04f11
Roll Engine from 0a924011e2f0 to 984b5b332bb2 (1 revision) (#102463) 2022-04-24 06:19:05 -07:00
engine-flutter-autoroll
641d6cd0b7
Roll Engine from f23d31c4755e to 0a924011e2f0 (1 revision) (#102461) 2022-04-24 04:44:06 -07:00
engine-flutter-autoroll
32ddd039a1
Roll Engine from cf3445791f6d to f23d31c4755e (1 revision) (#102456) 2022-04-24 00:09:06 -07:00
engine-flutter-autoroll
6e3016952e
Roll Engine from dbe5a764d952 to cf3445791f6d (1 revision) (#102448) 2022-04-23 17:19:05 -07:00
engine-flutter-autoroll
02f081a708
Roll Engine from b4cc382cb26b to dbe5a764d952 (1 revision) (#102444) 2022-04-23 11:14:03 -07:00
engine-flutter-autoroll
b3584f58fd
Roll Engine from f6725544f45e to b4cc382cb26b (1 revision) (#102438) 2022-04-23 05:14:04 -07:00
engine-flutter-autoroll
e3ec5a4843
Roll Engine from 49fe29e373d6 to f6725544f45e (1 revision) (#102437) 2022-04-23 04:09:06 -07:00
engine-flutter-autoroll
751d9041fd
Roll Engine from e9ebbb5575fb to 49fe29e373d6 (2 revisions) (#102428) 2022-04-22 22:04:05 -07:00
engine-flutter-autoroll
d25116921e
Roll Engine from 819ca4ec8cd5 to e9ebbb5575fb (4 revisions) (#102425) 2022-04-22 20:14:07 -07:00
engine-flutter-autoroll
e32dbbab43
Roll Engine from 7cb80a7964ef to 819ca4ec8cd5 (3 revisions) (#102411) 2022-04-22 16:59:04 -07:00
engine-flutter-autoroll
2c60d2c915
Roll Engine from 0da451d25cf8 to 7cb80a7964ef (2 revisions) (#102409) 2022-04-22 15:54:08 -07:00
engine-flutter-autoroll
1ba573b758
Roll Engine from 061fb1d74a9f to 0da451d25cf8 (1 revision) (#102400) 2022-04-22 14:49:06 -07:00
engine-flutter-autoroll
dc51dfe61e
Roll Engine from ad6976c4d1db to 061fb1d74a9f (1 revision) (#102397) 2022-04-22 13:44:07 -07:00
engine-flutter-autoroll
ca3b406c44
Roll Engine from 4350d117406d to ad6976c4d1db (1 revision) (#102394) 2022-04-22 12:39:06 -07:00
engine-flutter-autoroll
f4de048ff8
Roll Engine from 587bca0454bc to 4350d117406d (1 revision) (#102386) 2022-04-22 11:19:07 -07:00
engine-flutter-autoroll
e2dc2c821f
Roll Engine from d9b3a550a75a to 587bca0454bc (1 revision) (#102380) 2022-04-22 09:49:07 -07:00
engine-flutter-autoroll
e2f4e80ce5
Roll Engine from 0a88671c35f6 to d9b3a550a75a (1 revision) (#102375) 2022-04-22 08:04:07 -07:00
engine-flutter-autoroll
ad652a6659
Roll Engine from 2d7fcf4e36eb to 0a88671c35f6 (2 revisions) (#102371) 2022-04-22 06:14:07 -07:00
engine-flutter-autoroll
fde7622f7e
Roll Engine from e96c75676ee5 to 2d7fcf4e36eb (1 revision) (#102359) 2022-04-22 03:14:07 -07:00
engine-flutter-autoroll
0a36b53551
Roll Engine from d4158760408d to e96c75676ee5 (2 revisions) (#102354) 2022-04-22 02:09:07 -07:00
engine-flutter-autoroll
a91ad0052f
Roll Engine from c6ea046c2cda to d4158760408d (1 revision) (#102349) 2022-04-21 21:34:06 -07:00
engine-flutter-autoroll
0d9c51c732
Roll Engine from bcd35000ed99 to c6ea046c2cda (3 revisions) (#102347) 2022-04-21 19:49:07 -07:00
engine-flutter-autoroll
9a3806bd08
Roll Engine from 1b10b146cf7c to bcd35000ed99 (1 revision) (#102345) 2022-04-21 18:44:03 -07:00
engine-flutter-autoroll
b8dfe0d80c
Roll Engine from 238eb9d7f55f to 1b10b146cf7c (2 revisions) (#102344) 2022-04-21 17:29:06 -07:00
engine-flutter-autoroll
b7abece9cd
Roll Engine from 4f05631a710a to 238eb9d7f55f (5 revisions) (#102340) 2022-04-21 16:24:09 -07:00
engine-flutter-autoroll
0cbd6231e4
Roll Engine from 1cb7af579661 to 4f05631a710a (1 revision) (#102326) 2022-04-21 14:14:06 -07:00
engine-flutter-autoroll
b63689de69
Roll Engine from 701e5e8f44ac to 1cb7af579661 (1 revision) (#102322) 2022-04-21 13:09:07 -07:00
engine-flutter-autoroll
73b4a7cb9e
Roll Engine from 4228b72286ff to 701e5e8f44ac (4 revisions) (#102316) 2022-04-21 12:04:07 -07:00
engine-flutter-autoroll
c910d8d58d
Roll Engine from 586c90c1336f to 4228b72286ff (4 revisions) (#102290) 2022-04-21 03:09:09 -07:00
engine-flutter-autoroll
1b58a593de
Roll Engine from d819872fc949 to 586c90c1336f (3 revisions) (#102279) 2022-04-21 00:59:08 -07:00
engine-flutter-autoroll
0dccb58a73
Roll Engine from 4274987f6889 to d819872fc949 (7 revisions) (#102273) 2022-04-20 22:49:05 -07:00
engine-flutter-autoroll
fce3cee776
Roll Engine from 70f8c5f3e6c5 to 4274987f6889 (3 revisions) (#102248) 2022-04-20 12:14:05 -07:00
engine-flutter-autoroll
07c7d2e454
Roll Engine from a9dafdb97913 to 70f8c5f3e6c5 (1 revision) (#102240) 2022-04-20 11:09:09 -07:00
engine-flutter-autoroll
0539323d6f
Roll Engine from 60c198fa748c to a9dafdb97913 (1 revision) (#102222) 2022-04-20 10:04:08 -07:00
engine-flutter-autoroll
b33c73bced
Roll Engine from 59af4fc569d6 to 60c198fa748c (1 revision) (#102218) 2022-04-20 07:59:08 -07:00
engine-flutter-autoroll
760c375b3a
Roll Engine from 24adff36c8a4 to 59af4fc569d6 (2 revisions) (#102216) 2022-04-20 06:39:07 -07:00
engine-flutter-autoroll
cb7f9f026d
Roll Engine from 47af169980a0 to 24adff36c8a4 (2 revisions) (#102212) 2022-04-20 05:34:05 -07:00
engine-flutter-autoroll
1d84805c75
Roll Engine from 2ce50acf429a to 47af169980a0 (5 revisions) (#102192)
* 299b25ccf [web] move some vector functions into vector_math.dart (flutter/engine#32782)

* 81a921342 Roll Dart SDK from 889e4039c8d6 to 1db3abc0ac54 (1 revision) (flutter/engine#32792)

* 99222badf Roll Fuchsia Linux SDK from sncTyrbDY... to wkRK4A6QT... (flutter/engine#32793)

* 584393a98 Roll Skia from 932801c29efb to 2cf8e9b602ec (2 revisions) (flutter/engine#32794)

* 47af16998 Roll ANGLE to acdec48addfdff315efff293be0d5e2e37e8e560 (flutter/engine#32785)
2022-04-19 23:06:44 -07:00
engine-flutter-autoroll
b31eb41bcb
Roll Engine from a7b5e167a1b8 to 2ce50acf429a (3 revisions) (#102182) 2022-04-19 17:34:07 -07:00
engine-flutter-autoroll
854da06942
Roll Engine from c6feb4c2a096 to a7b5e167a1b8 (1 revision) (#102177) 2022-04-19 16:24:07 -07:00
engine-flutter-autoroll
b9f1a907b1
Roll Engine from 852cb1d5a546 to c6feb4c2a096 (1 revision) (#102175) 2022-04-19 15:19:07 -07:00
engine-flutter-autoroll
9e4f2650db
Roll Engine from dbae488f8a62 to 852cb1d5a546 (2 revisions) (#102170) 2022-04-19 14:14:08 -07:00
engine-flutter-autoroll
fecc8904ff
Roll Engine from 9b2c8a140e4d to dbae488f8a62 (4 revisions) (#102168) 2022-04-19 13:09:08 -07:00
engine-flutter-autoroll
5bb6b07192
Roll Engine from 6db8e98af41d to 9b2c8a140e4d (1 revision) (#102160) 2022-04-19 10:59:08 -07:00
engine-flutter-autoroll
84e0592716
Roll Engine from ff0d539fd168 to 6db8e98af41d (1 revision) (#102151) 2022-04-19 09:54:08 -07:00
engine-flutter-autoroll
220ffc77f3
Roll Engine from 7a7910583821 to ff0d539fd168 (21 revisions) (#102146) 2022-04-19 08:49:05 -07:00
engine-flutter-autoroll
eb54cefb97
Roll Engine from acd27a4b5878 to 7a7910583821 (2 revisions) (#102110) 2022-04-19 07:39:06 -07:00
engine-flutter-autoroll
7b7206e9eb
Roll Engine from 3000a4a72e3e to acd27a4b5878 (1 revision) (#102105) 2022-04-18 13:54:08 -07:00
engine-flutter-autoroll
3752fb7bd1
Roll Engine from c60d3488df15 to 3000a4a72e3e (1 revision) (#102096) 2022-04-18 12:49:05 -07:00
engine-flutter-autoroll
cf6d173c2c
Roll Engine from 1cd776a8e35d to c60d3488df15 (1 revision) (#102090) 2022-04-18 11:34:08 -07:00
engine-flutter-autoroll
c659a01284
Roll Engine from 84c9a2bb865d to 1cd776a8e35d (1 revision) (#102083) 2022-04-18 09:54:07 -07:00
engine-flutter-autoroll
c4b2010c51
Roll Engine from 09a70885c79e to 84c9a2bb865d (1 revision) (#102079) 2022-04-18 08:29:08 -07:00
engine-flutter-autoroll
3c4d7a1aed
Roll Engine from 3c6d4da86862 to 09a70885c79e (12 revisions) (#102074) 2022-04-18 05:59:07 -07:00
engine-flutter-autoroll
f4875ae865
Roll Engine from 845a259a18de to 3c6d4da86862 (2 revisions) (#102044) 2022-04-17 12:19:07 -07:00
engine-flutter-autoroll
7b8df6e415
Roll Engine from bde97299d4fa to 845a259a18de (1 revision) (#102019) 2022-04-15 21:04:06 -07:00
engine-flutter-autoroll
22630de161
Roll Engine from 54fd2b2b69d0 to bde97299d4fa (2 revisions) (#102015) 2022-04-15 19:04:07 -07:00