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

QGLWidget not working on Windows with OpenGL ES 2 (ANGLE)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.0 Beta 2
    • 5.0.0 Beta 1
    • GUI: OpenGL
    • None
    • a61788d139470afa02202945f0723a9c8ef745ec

    Description

      QGLFormat has a hard coded major version of 1 which is suboptimal if we are running on OpenGL ES 2. This major version number is passed to eglChooseConfig(), but the ANGLE implementation of EGL only supports configs with the major version set to 2 so it cannot find a compatible config and as a result, we never get a valid GL context.

      Attachments

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

        Activity

          People

            jabarron Jason Barron
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes