1. 02 9月, 2017 1 次提交
  2. 24 8月, 2017 1 次提交
  3. 25 7月, 2017 1 次提交
    • J
      Use metrics provided by scene events. (#3922) · 8ee1910c
      Jeff Brown 提交于
      Compute the necessary texture resolution using more accurate scaling
      information provided by Mozart scene node metrics events instead of the
      device pixel ratio provided by the Mozart view properties (which we
      might remove in the future).
      
      This allows us to allocate smaller textures when a Flutter view is
      being scaled down.
      8ee1910c
  4. 19 7月, 2017 1 次提交
  5. 15 7月, 2017 1 次提交
  6. 21 6月, 2017 1 次提交
  7. 12 5月, 2017 1 次提交
  8. 08 4月, 2017 1 次提交
  9. 04 1月, 2017 1 次提交
  10. 29 11月, 2016 1 次提交
  11. 19 11月, 2016 1 次提交
    • A
      Composite child views in proper paint order (#3243) · 21f6aa52
      Adam Barth 提交于
      We push a bit up the tree during preroll to learn whether there system
      composited layers below each layer. During update scene, we squash down
      to paint tasks, which we execute after publishing the new scene.
      21f6aa52