Adam Barth ff021d7b42 Improve paint bounds computation in flow (#2607)
We now compute the bounds for all container layers, including clips, and
use those bounds to tighten down our clips and save layers.
2016-04-21 21:50:44 -07:00
..
2016-03-21 14:59:49 -07:00
2016-01-12 22:39:51 -08:00
2016-03-17 17:14:04 -07:00
2016-03-21 14:59:49 -07:00
2016-01-12 22:39:51 -08:00

Flow

Flow is a simple compositor based on Skia that the Flutter engine uses to cache recoded paint commands and pixels generated from those recordings. Flow runs on the GPU thread and uploads information to the GPU.