1. 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
  2. 19 7月, 2017 1 次提交
  3. 13 6月, 2017 1 次提交
  4. 07 6月, 2017 1 次提交
  5. 27 5月, 2017 1 次提交
  6. 24 5月, 2017 1 次提交
  7. 18 5月, 2017 1 次提交
  8. 13 5月, 2017 1 次提交
  9. 11 5月, 2017 1 次提交
  10. 10 5月, 2017 1 次提交
  11. 28 4月, 2017 1 次提交
    • A
      Remove the direct input layer. (#3634) · 2bb12e57
      Adam Barth 提交于
      Instead of updating to match new HID touchscreen hacks exposed by
      magenta, just remove the direct input layer entirely.  Mozart all the
      time from now on.
      2bb12e57
  12. 12 4月, 2017 1 次提交
  13. 08 4月, 2017 1 次提交
  14. 14 3月, 2017 1 次提交
  15. 24 2月, 2017 1 次提交
  16. 14 2月, 2017 1 次提交
  17. 09 2月, 2017 1 次提交
  18. 27 1月, 2017 1 次提交
  19. 23 11月, 2016 1 次提交
  20. 16 11月, 2016 2 次提交
  21. 11 11月, 2016 2 次提交
  22. 08 11月, 2016 1 次提交
  23. 28 10月, 2016 1 次提交
  24. 22 10月, 2016 1 次提交
  25. 12 10月, 2016 2 次提交
  26. 06 10月, 2016 1 次提交
  27. 05 10月, 2016 1 次提交
  28. 08 9月, 2016 1 次提交
    • A
      Add asset bundle support on Fuchsia (#3005) · e54ca9d6
      Adam Barth 提交于
      After this patch, Flutter apps on Fuchsia can access their asset
      bundles. Unlike other platforms, the asset bundles are stored in memory
      rather than in the file system.
      e54ca9d6
  29. 15 8月, 2016 1 次提交
  30. 14 8月, 2016 1 次提交
    • A
      //flutter/content_handler code complete (#2925) · 2c5a71e7
      Adam Barth 提交于
      This patch should contain all the code we need to run Flutter on
      Fuchsia's software framebuffer (without text). I haven't actually tried
      running the code, so I'm sure it doesn't work yet.
      2c5a71e7