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

[Wayland] black screen observed on some platforms

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.11.0 Beta 3
    • 5.9.4, 5.11.0 Alpha, 5.11.0 Beta 1, 5.11.0 Beta 2
    • QPA: Wayland
    • None

    Description

      On OpenGL ES 2 core implementation, only GL_CLAMP_TO_EDGE parameter is supported as wrap mode for NPOT (non-power of two dimensions) textures. Initially, wrap modes are set to GL_REPEAT.

      An extension OES_texture_npot (Available on most of the modern platform), however, adds the support of other GL_REPEAT and GL_MIRRORED_REPEAT to the wrap modes. But this extension may not be present on every target.

      On such platforms, because the texture might be inconsistent, we may get an unexpected result.

      Attachments

        Issue Links

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

          Activity

            People

              johanhelsing Johan Helsing
              mjbpl Mohit Jain
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes