David Reveman ae311ca4da
[fuchsia] Enable raster cache on Fuchsia (#17753)
The raster cache is critical for good performance. This
enables the cache and provides a GrContext to ScopedFrame
instances so the cache can be efficiently populated.

Small increase in peak GPU memory usage is expected from
this change. Otherwise, no change in behavior expected.

Fixes https://github.com/flutter/flutter/issues/54950

Co-authored-by: David Reveman <reveman@google.com>
2020-04-20 10:29:08 -07:00
..
2020-02-04 19:01:19 -08:00
2020-02-04 19:01:19 -08:00

Flutter Application Runner

Implements the fuchsia::sys::Runner FIDL interface to launch and run multiple Flutter applications within the same process.