1. 20 11月, 2019 1 次提交
  2. 19 11月, 2019 1 次提交
  3. 16 11月, 2019 1 次提交
  4. 15 11月, 2019 5 次提交
  5. 14 11月, 2019 4 次提交
  6. 13 11月, 2019 2 次提交
  7. 12 11月, 2019 2 次提交
  8. 09 11月, 2019 9 次提交
  9. 08 11月, 2019 2 次提交
    • C
      Create a new picture recorder even when the embedder supplied render target is recycled. (#13744) · 7590336b
      Chinmay Garde 提交于
      The earlier assumption was that the render target would be re-materialized per frame. The render target needs its own picture recorder to be create per frame as well. When render targets are cached in the registry, an existing target will be reused. But submitting the previous frame would have discarded the recorder already. The layer tree paint would then attempt to dererence a null canvas causing a crash at runtime.
      
      Added tests to ensure that this does not happen both with and without a custom compositor specified by the embedder. I am going to rework this code so that the external view embedders thinks of render target access on a per frame basis but that is a larger change. This smaller patchset should unblock broken builds.
      
      Fixes b/144093523
      7590336b
    • M
  10. 07 11月, 2019 3 次提交
  11. 06 11月, 2019 8 次提交
  12. 05 11月, 2019 2 次提交