Jason Simmons db3cbe51cb
[Impeller] Disable the render target cache when creating a snapshot in DlImageImpeller::MakeFromYUVTextures (#174912)
Also avoid inserting newly created render targets into the cache if the
cache is disabled. (Previously disabling the cache would skip lookups of
existing cache entries but would still add new entries to the cache)

The image created by DlImageImpeller::MakeFromYUVTextures should not
reuse a texture from the cache, and its texture should not be reused by
other operations.

Fixes https://github.com/flutter/flutter/issues/174794
2025-09-16 18:18:32 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder