1. 29 11月, 2016 1 次提交
  2. 19 11月, 2016 2 次提交
  3. 08 11月, 2016 1 次提交
  4. 05 10月, 2016 1 次提交
  5. 11 8月, 2016 1 次提交
  6. 10 8月, 2016 1 次提交
  7. 02 8月, 2016 1 次提交
  8. 13 5月, 2016 1 次提交
  9. 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
  10. 12 3月, 2016 2 次提交
  11. 11 3月, 2016 1 次提交
    • J
      Specify a clip rect for ChildSceneLayers. · fd204d4d
      Jeff Brown 提交于
      When linking in a scene, it's a good idea to specify its clip rectangle
      to ensure that its content does not draw or capture input from its
      surrounding space.
      
      A future version of the Mozart view manager may automatically wrap a
      view's scene with a clip rectangle to avoid composition gotchas like this
      but it currently doesn't.  So the net effect is that if you embed a view
      without specifying a clip, it can draw or capture input from anywhere
      within its container.
      fd204d4d
  12. 09 2月, 2016 1 次提交
    • A
      Make Mozart draw child views · 4b921cbb
      Adam Barth 提交于
      Previously we weren't factoring in the layer's offset properly and we were
      drawing the child views below the background layer.
      4b921cbb
  13. 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
  14. 31 1月, 2016 1 次提交
  15. 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