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

Qt Quick 2 brightness effect corrupt graphics on iMX6 SoC

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.2.0
    • 5.1.0 Beta 1
    • None
    • c640a496d63036ead177dd006ef56b9b12d962bb

      The BrightnessContrast effect (and possibly other effects) cause graphical corruption on iMX6 cpus with Vivante GC2000 GPU.

      The minimal test case below is enough to trigger the issue.

      import QtQuick 2.0
      import QtGraphicalEffects 1.0
      
      Rectangle {
          color: "red"
          width: 1024
          height: 768
      
          BrightnessContrast {
              anchors.fill: parent
              source: parent
              brightness: -0.5
              contrast: -0.1
          }
      }
      

      It looks similar to issue 30019, and I've checked that the patches referenced in that bug are already in my Qt version.

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

            sletta Gunnar Sletta
            lucaotta Luca Ottaviano
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes