Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32246

iOS: Make sure we're deleting framebuffers in the right context

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 5.1.1
    • 5.1.0
    • QPA
    • None
    • iOS/tvOS/watchOS

    Description

      iOS: Make sure we're deleting framebuffers in the right context

      When a QWindow was destroyed, we'd delete its corresponding buffers,
      but failed to make the correct EAGLContext current first. This would
      result in deleting/invalidating buffers for another window (whatever
      window's context was current at the time), and that window would then
      seemingly stop rendering anything, and turn black on rotation.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-32246
          # Subject Branch Project Status CR V

          Activity

            People

              vestbo Tor Arne Vestbø
              janihe Jani Heikkinen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes