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

Qt GL 2 paint engine doesn't work with GL 3.2 core profile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.9
    • 4.7.0
    • GUI: OpenGL
    • None
    • 2f59eaeee1fbe33d07b0e7d0747afd8658df95ac

      We need to change the GL engine to not use client side vertex / index arrays, as these are not supported any more. They need to be replaced by buffer objects all the way through.

      Also, glGetString(GL_EXTENSIONS) is no longer supported and glGetStringi() must be used instead. See attached patch for initial attempt to get the paint engine working with GL 3.2 Core.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            rodal Samuel Rødal
            rodal Samuel Rødal
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes