1. 24 8月, 2017 1 次提交
  2. 25 7月, 2017 2 次提交
  3. 19 7月, 2017 1 次提交
  4. 12 5月, 2017 1 次提交
  5. 28 4月, 2017 1 次提交
  6. 17 2月, 2017 1 次提交
  7. 29 11月, 2016 2 次提交
  8. 24 11月, 2016 1 次提交
  9. 04 11月, 2016 1 次提交
  10. 21 10月, 2016 1 次提交
  11. 05 10月, 2016 1 次提交
  12. 12 8月, 2016 2 次提交
  13. 10 8月, 2016 1 次提交
  14. 06 8月, 2016 2 次提交
  15. 04 8月, 2016 1 次提交
  16. 23 7月, 2016 1 次提交
    • A
      Add a way to hint the compositor (#2816) · 9eb5df41
      Adam Barth 提交于
      The code that draws the picture knows more about the picture (and the future)
      than we do. This patch gives them a way to hint us about what's going to
      happen with the picture in the future.
      9eb5df41
  17. 15 6月, 2016 1 次提交
  18. 14 6月, 2016 1 次提交
  19. 11 6月, 2016 3 次提交
  20. 05 5月, 2016 1 次提交
  21. 02 4月, 2016 1 次提交
  22. 12 3月, 2016 1 次提交
  23. 08 3月, 2016 1 次提交
  24. 07 3月, 2016 1 次提交
  25. 31 1月, 2016 1 次提交
  26. 29 1月, 2016 1 次提交
    • A
      Add the ability to create child scenes · 215b19e3
      Adam Barth 提交于
      This patch contains Dart bindings for adding a child scene when running in
      Mozart. The child scene is currently ignored, but a later patch will actually
      incoporate it into the tree.
      215b19e3
  27. 13 1月, 2016 1 次提交
    • A
      Move //sky/compositor to //flow · 0b629d41
      Adam Barth 提交于
      Now that the compositor doesn't have any tricky deps, we can make it a
      top-level project, which saves a bunch of typing.
      0b629d41
  28. 12 1月, 2016 2 次提交
  29. 11 1月, 2016 1 次提交
    • I
      Rename StatisticsOverlay to PerformanceOverlay. · f77acf0e
      Ian Hickson 提交于
      Also, remove compositor_options in favour of four int constants, four
      bitwise ands, and a few zero-equality comparisons, since it doesn't
      seem we'll need this to scale much after all.
      f77acf0e
  30. 09 1月, 2016 2 次提交
    • A
      Compute paint bounds from cull rects · f7d1856b
      Adam Barth 提交于
      Rather than relying upon the rects passed in from Dart, the compositor
      should compute the paint bounds of layers from the cull rects of the
      underlying SkPictures. This approach is better because it will handle
      effects like shadows that paint outside the incorrect paint bounds we
      use today (as well as shrinking around empty space).
      f7d1856b
    • J
      Move the JNI bridge out of dart:ui and into a separate dart:jni library · 10ce8a19
      Jason Simmons 提交于
      This also extends DartClassLibrary to support multiple DartClassProviders
      for different libraries
      10ce8a19
  31. 24 12月, 2015 2 次提交