1. 19 7月, 2017 1 次提交
  2. 29 11月, 2016 2 次提交
  3. 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
  4. 08 11月, 2016 1 次提交
  5. 05 10月, 2016 1 次提交
  6. 10 8月, 2016 1 次提交
  7. 02 8月, 2016 1 次提交
  8. 22 4月, 2016 1 次提交
    • A
      Break dependency from Layer to PaintContext (#2609) · b9ff3941
      Adam Barth 提交于
      Instead, make Layer::Paint take a new PaintContext that has just exactly
      the state that it needs, mirroring PrerollContext. Also, rename
      PaintContext to CompositorContext because it holds the context for the
      whole compositor.
      b9ff3941
  9. 12 3月, 2016 1 次提交
  10. 04 2月, 2016 1 次提交
    • A
      Include child scenes when uploading to Mozart · e3bf0fa3
      Adam Barth 提交于
      Previously we just dropped child scenes on the floor. Now we upload them
      to Mozart. However, we just draw them on top of all the other content
      and don't apply any clips or blends.
      e3bf0fa3
  11. 31 1月, 2016 1 次提交
  12. 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