engine icon indicating copy to clipboard operation
engine copied to clipboard

The Flutter engine

Results 339 engine issues
Sort by recently updated
recently updated
newest added

Cleanups to the vk::ImageUsageFlagBits * add unit tests * remove input attachment from depth stencil * remove defensive checks

e: impeller

_Related PR: https://github.com/flutter/flutter/pull/143658 (Depending on where it should be fixed this or the other PR is obsolete)_ -- This is an attempt to fix weird scrolling behavior with trackpads on...

platform-web

_⚠️ This is stacked on top of https://github.com/flutter/engine/pull/51267. Commit https://github.com/flutter/engine/commit/494faef40036b2309dc2605edc45b2f99679f2a4 contains this pull request's changes._ Migrates the Windows embedder to the new present callback which includes a `view_id` value. Design...

affects: desktop
platform-windows

Depends on https://github.com/flutter/buildroot/pull/826 Fixes https://github.com/flutter/flutter/issues/144202

https://dart.googlesource.com/sdk.git/+log/4c64fcc134bf..df116cff5505 2024-03-08 [email protected] Version 3.4.0-215.0.dev 2024-03-08 [email protected] Version 3.4.0-214.0.dev 2024-03-08 [email protected] Version 3.4.0-213.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls...

Add support for manual loading of manifest fonts (i.e. those specified in `pubspec.yaml`): - Add a new option `loadManifestFontsBeforeAppMain` in the configuration object (defaults to `true`). If not specified or...

platform-web
will affect goldens

Support native edit menu on the engine side. Design doc: https://docs.google.com/document/d/16-8kn58h_oD902e7vPSh6W20aHRBJKyNOdSe5rbAe_g/edit?resourcekey=0-gVdJ3fbOybV70ZKeHU7fkQ&tab=t.0 *List which issues are fixed by this PR. You must list at least one issue.* https://github.com/flutter/flutter/issues/103163 *If you had...

platform-ios
platform-web

The Linux embedder is rendering to a FlutterOpenGLFramebuffer that specifies an OpenGL FBO. This API allows the embedder to create a color attachment that wraps the FBO so that the...

e: impeller

Fixes https://github.com/flutter/flutter/issues/143721 Java LinkedList is just slooow.

platform-android

Introduce `IRect region` an new argument to Texture::SetContents that allows a subregion of the image to be updated. I plan to use this to improve the performance of the glyph...

Work in progress (WIP)
will affect goldens
e: impeller