Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 08:14:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 247138] graphics/mesa-dri: No blur effect in PLasma 5 and QML (again)
Message-ID:  <bug-247138-7141-zz7kEEeXPc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247138-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247138-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 mailing li=
st
<x11@FreeBSD.org> for maintainer-feedback:
Bug 247138: graphics/mesa-dri: No blur effect in PLasma 5 and QML (again)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247138



--- Description ---
After upgrading to 19.0.8_2, I again had problems with transparency in Plas=
ma 5
and QML. The same bug was 230772:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230772 . You may see ex=
amples
in this bug.

Simple code to reproduce a bug with any picture:

import QtQuick 2.0
import QtGraphicalEffects 1.0

Item {
    width: 300
    height: 300

    Image {
	id: bug
	source: "images/bug.png"
	sourceSize: Qt.size(parent.width, parent.height)
	smooth: true
	visible: false
    }

    FastBlur {
	anchors.fill: bug
	source: bug
	radius: 64.0
    }
}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247138-7141-zz7kEEeXPc>