1. 14 10月, 2017 4 次提交
  2. 13 10月, 2017 8 次提交
  3. 12 10月, 2017 6 次提交
  4. 11 10月, 2017 9 次提交
  5. 10 10月, 2017 3 次提交
  6. 09 10月, 2017 1 次提交
  7. 07 10月, 2017 4 次提交
  8. 05 10月, 2017 4 次提交
  9. 04 10月, 2017 1 次提交
    • C
      Use iOS scale when computing render buffer size (#4171) · d43d3534
      Chris Bracken 提交于
      When checking whether render buffer size has changed, apply the device
      scale factor used to convert points to pixels to ensure we're not
      needlessly re-allocating render buffer storage.
      
      Adds trace + debug log to make this easier to detect in future.
      
      Originally introduced in 2d530dae, but
      rolled back in 0a6e415b to test whether
      it was responsible for regressions to
      flutter_gallery_ios__transition_perf benchmarks:
        * average_frame_build_time_millis
        * missed_frame_build_budget_count
      d43d3534