1. 12 6月, 2015 1 次提交
  2. 29 5月, 2015 1 次提交
  3. 02 4月, 2015 1 次提交
  4. 27 3月, 2015 1 次提交
  5. 20 1月, 2015 1 次提交
    • A
      Sky should use an SkPicture when drawing · 407fb582
      Adam Barth 提交于
      This CL teaches the Sky compositor to record an SkPicture instead of just
      drawing in immediate mode. Using an SkPicture will let us experiment with
      various optimizations in Skia that preprocess the SkPicture before translating
      the Skia commands to GL commands.
      
      This CL also refactors the "display delegate" system now that we can hand off
      an SkPicture to a rasterization backend. The new design requires fewer
      backpointers and removes the static display delegate factory.
      
      R=eseidel@google.com
      
      Review URL: https://codereview.chromium.org/854303002
      407fb582