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

No bilinear filtering in ShaderEffect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.2.1
    • 5.2.0 RC1
    • Quick: SceneGraph
    • None
    • Windows 7 SP1 64
      AMD Radeon HD 5450, Catalyst 13.9 drivers
    • 1f99bc15ffe7036a915cb4551480c4e5f8a46012

    Description

       
      import QtQuick 2.0
      
      Row {
          Image {
              id: img
              source: "img.jpg"
          }
      
          ShaderEffect {
              property variant source: img
              width: img.width * 2
              height: img.height * 2
          }
      
          Image {
              source: img.source
              width: img.width * 2
              height: img.height * 2
          }
      }
      

      Qt 5.2.0 RC, OpenGL, VS2010 x86. The ShaderEffect uses nearest-neighbor filtering:

      Qt 5.1.1, OpenGL, VS2010 x86. The expected result.

      Attachments

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

        Activity

          People

            sletta Gunnar Sletta
            lassos lassos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes