1. 22 4月, 2016 2 次提交
  2. 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
  3. 31 1月, 2016 1 次提交
  4. 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
  5. 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
    • A
      Preroll rasterization · 2e5d3c49
      Adam Barth 提交于
      Prerolling the rasterization tasks reduces the number of render target
      switches because we don't interrupt the main render target.
      2e5d3c49
  6. 11 9月, 2015 1 次提交
  7. 10 9月, 2015 2 次提交