Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57d6b518f920
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11a16d83ab6c
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Jan 23, 2024

  1. Roll Skia from 58973cca0edd to 59a70a1efc39 (17 revisions) (#49975)

    https://skia.googlesource.com/skia.git/+log/58973cca0edd..59a70a1efc39
    
    2024-01-23 [email protected] Expose all public Vulkan headers in gpu.gni
    2024-01-23 [email protected] [graphite] Add viewer command line option to set path rendering strategy
    2024-01-23 [email protected] Roll SK Tool from e7ebebe5934b to 234df898a5a7
    2024-01-23 [email protected] [graphite] Don't register mipmap scratch device with recorder
    2024-01-23 [email protected] Disable VK_EXT_shader_object to silence warnings on Windows when using Vulkan 1.3
    2024-01-23 [email protected] [Fontations] Roll Fontations libraries
    2024-01-23 [email protected] [graphite] Expand on comment from review
    2024-01-23 [email protected] Update MutableTextureSurface use in Vulkan+Graphite
    2024-01-23 [email protected] Roll vulkan-deps from 4307b0183c9e to ba9b221d297c (6 revisions)
    2024-01-23 [email protected] Roll ANGLE from c6fbf93decba to 341906d568d2 (4 revisions)
    2024-01-23 [email protected] Roll SwiftShader from 328e794f0c8b to 3bc9ccd923da (2 revisions)
    2024-01-23 [email protected] Roll Dawn from 5b45794c2c24 to a62b04845e6d (4 revisions)
    2024-01-22 [email protected] [pdf] Allow setting the document language
    2024-01-22 [email protected] git-sync-deps: Switch shallow/deep to be command-line arg, flip default
    2024-01-22 [email protected] Manual roll Dawn from 9fbef511d79e to 5b45794c2c24 (303 revisions)
    2024-01-22 [email protected] Roll vulkan-deps from 167fd9d49add to 4307b0183c9e (2 revisions)
    2024-01-22 [email protected] Remove deprecated uses of Vulkan MutableTextureState constructor
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/skia-flutter-autoroll
    Please CC [email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
    To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0330d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a426b0d View commit details
    Browse the repository at this point in the history
  3. [Windows] Introduce egl::Context (#49954)

    This introduces a new `egl::Context` type that abstracts a raw `EGLContext`. This also removes the EGL context logic out from `EGLManager`.
    
    Part of flutter/flutter#141996
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    loic-sharma authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    84fea6d View commit details
    Browse the repository at this point in the history
  4. [Web] Fix an assertion error due to synthesized keyboard events (#49087)

    ## Description
    
    On Web, browsers can emit key events with a logical key sets to `Process` during compostion.
    It is usually not a problem, but in some edge cases (for instance when the browser window lost focus and some keys events were missed), the Flutter web engine might synthesize an up event with a logical key value different that the one used for the down event and this will lead to an assertion message on the framework side.
    
    ## Related Issue
    
    Fixes flutter/flutter#126247.
    
    ## Tests
    
    Adds 1 test.
    bleroux authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    11a16d8 View commit details
    Browse the repository at this point in the history
Loading