1. 22 4月, 2016 7 次提交
  2. 21 4月, 2016 3 次提交
    • A
      Make OpacityLayer hit SkRecordNoopSaveLayerDrawRestores (#2604) · 7fc65fd1
      Adam Barth 提交于
      Previously we were applying opacity in a different way than Skia
      expects. Now we use the exact pattern that Skia expects so that we hit
      more optimizations inside SkRecordOptimize.
      
      After this patch, we don't actually get the optimization because we
      don't yet run SkRecordOptimize over the composited tree. A later patch
      will actually cause us to run SkRecordOptimize.
      7fc65fd1
    • A
      window.render should render immediately (#2603) · 622afbb7
      Adam Barth 提交于
      Previously we would hold the layer tree until the we returned from Dart. Now we
      send the layer tree to the rasterizer thread immediately.
      
      Fixes #212
      622afbb7
    • A
      Add raw keyboard support to glfw (#2601) · 30e4e587
      Adam Barth 提交于
      This patch maps glfw's keyboard input to the raw keyboard Mojo interface.
      30e4e587
  3. 20 4月, 2016 1 次提交
    • J
      Do not modify the set of active streams within the embedder tracing callbacks (#2600) · 48de25e1
      Jason Simmons 提交于
      Dart invokes Start/StopTracing callbacks within the _setVMTimelineFlags service
      method whenever the embedder timeline stream toggles on or off.  Flutter's
      implementation of these callbacks was modifying the set of enabled streams,
      which could override the intended behavior of _setVMTimelineFlags.
      
      Start/StopTracing will now only control Flutter's embedder-specific log.
      
      Also needed to change the Flutter engine's --trace-startup flag to set the
      corresponding timeline stream flag on the Dart VM.
      48de25e1
  4. 19 4月, 2016 1 次提交
  5. 16 4月, 2016 1 次提交
  6. 15 4月, 2016 1 次提交
  7. 13 4月, 2016 1 次提交
  8. 12 4月, 2016 2 次提交
  9. 09 4月, 2016 6 次提交
  10. 08 4月, 2016 2 次提交
  11. 07 4月, 2016 4 次提交
  12. 06 4月, 2016 5 次提交
  13. 05 4月, 2016 3 次提交
  14. 02 4月, 2016 1 次提交
  15. 01 4月, 2016 2 次提交