1. 21 3月, 2020 3 次提交
  2. 05 3月, 2020 1 次提交
  3. 12 2月, 2020 1 次提交
  4. 09 1月, 2020 3 次提交
  5. 06 12月, 2019 1 次提交
  6. 26 11月, 2019 1 次提交
  7. 19 11月, 2019 1 次提交
  8. 15 11月, 2019 1 次提交
  9. 12 11月, 2019 1 次提交
  10. 09 11月, 2019 5 次提交
  11. 01 11月, 2019 2 次提交
    • A
      Fix stale platform view gr context on iOS (#13469) · 8997f348
      Amir Hardon 提交于
      When gr context is changed (this happens when sending the app to the background and then to the foreground) we need to update it for all the platform view overlay surfaces.
      
      The update logic was caching the previous gr context to figure if it had to be updated, but after updating it for a given overlay we were updating the cached context. In apps with multiple platform views this will result in overlays with a stale gr context.
      
      This fixes flutter/flutter#36437
      And I believe it should fix flutter/flutter#36999 as well (though I don't have repro code to verify).
      8997f348
    • A
      Fix iOS crash when multiple platform views are in the scene (#13449) · c63aefd2
      Amir Hardon 提交于
      Having 2 or more platform views simultaneously in the layer tree was crashing immediately on iOS with GL backend.
      
      This regressed in #11070 which passed gl_context to a function in a loop using std::move (which meant on the second iteration the caller is no longer the owner of the field).
      
      I added a scenarios_app test, though this test doesn't run on a physical device on CI so it would have only caught the problem when running locally (flutter/flutter#43852).
      c63aefd2
  12. 02 10月, 2019 1 次提交
  13. 16 9月, 2019 2 次提交
  14. 22 8月, 2019 1 次提交
  15. 21 8月, 2019 1 次提交
  16. 24 7月, 2019 1 次提交