You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

JetBrains

  •  UI of IDEA must looks the same as OGL-implementation
    • Implement texture paints
    • Implement mask blits
    • Implement extra-alpha, support alpha-composite for mask/paint operations
  • UI of IDEA must works stable and consume same resources as OGL
    •  Fix surfaces management for child windows (popups and dialogs causes texture leaks now)
  •  Make performance tests on Metal faster than on OGL
    • Profile
    •  optimize MTLLayer.blitTexture usage:
      • rework logic to avoid unnecessary blitLayer invocations
      • optimise synchronisation issues
  • Make IDEA performance on Metal better than on OGL
  • No labels