Improve in responsiveness after enabling setNeedsDisplay

XMLWordPrintable

    • 2d
    • generic
    • os_x

      We had very bad responsiveness for UI events in metal implementation because we draw serially including the blit operation in Queflusher thread.

      This needed to be changed to use setNeedsDisplay so that blit callback happens in Appkit thread and doesnt hold QueueFlusher thread. Changes were made related to it in JDK-8228576 and we have responsiveness similar to OpenGL now.

            Assignee:
            Jayathirth D V
            Reporter:
            Jayathirth D V
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: