1. 29 11月, 2016 2 次提交
  2. 24 11月, 2016 7 次提交
  3. 23 11月, 2016 12 次提交
  4. 22 11月, 2016 4 次提交
  5. 19 11月, 2016 5 次提交
  6. 18 11月, 2016 8 次提交
  7. 17 11月, 2016 2 次提交
    • A
      Fix Mozart child views (#3232) · 2a13567a
      Adam Barth 提交于
      When we pipelined the drawing commands we caused UpdateScene to be called
      before Preroll, which isn't allowed. Now we call Preroll, UpdateScene, and
      Paint separately.
      2a13567a
    • S
      Faster hash codes. (#3214) · 52bbe398
      Sigurd Meldgaard 提交于
      * Faster hash codes.
      
      Mask the intermediate values when computing composite
      hash codes.
      
      * WIP
      
      * WIP
      
      * WIP
      52bbe398