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

Widget applications non-functional on certain embedded systems

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 5.3.0
    • 5.3.0 RC1
    • GUI: OpenGL
    • None
    • b6de758ec68a4df87b37d641357770d186022cdf

    Description

      The backingstore in eglfs uses GL_REPEAT. This cannot work for non-power-of-two sizes on systems where the OpenGL implementation does not support NPOT textures (and GL_REPEAT on them)

      This results in not rendering widget windows on such embedded systems at all.

      This can be fixed easily in eglfs since the use of GL_REPEAT originates from some old restrictions in QOpenGLTextureBlitter which have been since lifted.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes