[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-12-13 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||art...@life.net.br

--- Comment #49 from Zamundaaa  ---
*** Bug 472446 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-12-11 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||kont...@soee.pl

--- Comment #48 from Zamundaaa  ---
*** Bug 478404 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-11-24 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||xaver.h...@gmail.com
   Version Fixed In||6.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #47 from Zamundaaa  ---
That is expected. Like already mentioned, this is only fixed in Plasma 6, not
5.27. Backporting it is not feasible

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-11-24 Thread Volodymyr
https://bugs.kde.org/show_bug.cgi?id=455526

Volodymyr  changed:

   What|Removed |Added

 CC||vovanok1...@gmail.com
 Ever confirmed|1   |0
 Status|RESOLVED|REPORTED
 Resolution|FIXED   |---

--- Comment #46 from Volodymyr  ---
Issue still reproducing on:

DE: Plasma 5.27.9 
OS: Arch Linux x86_64 
Kernel: 6.6.2-arch1-1 
Shell: bash 5.2.21 
Resolution: 3840x1600 
Theme: [Plasma], Breeze [GTK2/3] 
Icons: [Plasma], candy-Nordic-green [GTK2/3] 
Terminal: konsole 
CPU: 12th Gen Intel i9-12900K (24) @ 5.100GHz 
GPU: NVIDIA GeForce RTX 3080 Ti

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-10-30 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||leo0...@hotmail.com

--- Comment #45 from Zamundaaa  ---
*** Bug 476325 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-09-18 Thread SR_team
https://bugs.kde.org/show_bug.cgi?id=455526

SR_team  changed:

   What|Removed |Added

 CC||m...@sr.team

--- Comment #44 from SR_team  ---
(In reply to Vlad Zahorodnii from comment #42)
> Git commit 36960d8572221c696289232d0ab55c02ecfa5324 by Vlad Zahorodnii.
> Committed on 18/08/2023 at 15:08.
> Pushed by vladz into branch 'master'.
> 
> plugins/blur: Rewrite it
> 
> Given how the blur effect works, if a pixel changes, the surrounding
> pixels may have to be repainted as well. Currently, it's achieved by
> expanding the damage in the BlurEffect::prePaintWindow() function.
> However, it means that the blur effect should see both surface and
> buffer damage in the pre paint pass.
> 
> Unfortunately, after refactoring surface and buffer damage tracking,
> kwin no longer provides the buffer damage in the pre paint pass (it does
> so for good reasons). This broke the blur effect. As an example, you may
> see visual glitches when moving the software cursor over blurred areas
> of a window.
> 
> In order to fix this issue, the blur effect has to cache background
> behind every window to avoid blurring already blurred areas.
> 
> This change implements a background cache. Unfortunately, since the
> blur effect's code has become very difficult to change over the years,
> this change rewrites the relevant parts of the blur effect.
> 
> With the proposed design, the blur effect is going to maintain cached
> background for every window + offscreen render targets. It may have
> issues with animated windows, however in practice, it seems to behave
> good enough. However, if it becomes pressing matter, we can move from
> simplistic design in this patch to somewhat more sophisticated design
> that involves textures with rounded up size.
> 
> M  +0-6src/libkwineffects/kwinglutils.cpp
> M  +0-7src/libkwineffects/kwinglutils.h
> M  +0-1src/plugins/blur/CMakeLists.txt
> M  +370  -452  src/plugins/blur/blur.cpp
> M  +46   -38   src/plugins/blur/blur.h
> M  +0-2src/plugins/blur/blur.qrc
> D  +0-310  src/plugins/blur/blurshader.cpp
> D  +0-100  src/plugins/blur/blurshader.h
> D  +0-9src/plugins/blur/shaders/copy.frag
> D  +0-13   src/plugins/blur/shaders/copy_core.frag
> M  +2-3src/plugins/blur/shaders/downsample.frag
> M  +2-3src/plugins/blur/shaders/downsample_core.frag
> M  +2-4src/plugins/blur/shaders/noise.frag
> M  +2-4src/plugins/blur/shaders/noise_core.frag
> M  +2-3src/plugins/blur/shaders/upsample.frag
> M  +2-3src/plugins/blur/shaders/upsample_core.frag
> M  +7-2src/plugins/blur/shaders/vertex.vert
> M  +7-2src/plugins/blur/shaders/vertex_core.vert
> 
> https://invent.kde.org/plasma/kwin/-/commit/
> 36960d8572221c696289232d0ab55c02ecfa5324

This fix for plasma 6. Branch 5.27 was affected to bug (tested on 5.27.8)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-20 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||r...@deepmail.cc

--- Comment #43 from Zamundaaa  ---
*** Bug 473533 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-18 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455526

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/36960d8572
   ||221c696289232d0ab55c02ecfa5
   ||324

--- Comment #42 from Vlad Zahorodnii  ---
Git commit 36960d8572221c696289232d0ab55c02ecfa5324 by Vlad Zahorodnii.
Committed on 18/08/2023 at 15:08.
Pushed by vladz into branch 'master'.

plugins/blur: Rewrite it

Given how the blur effect works, if a pixel changes, the surrounding
pixels may have to be repainted as well. Currently, it's achieved by
expanding the damage in the BlurEffect::prePaintWindow() function.
However, it means that the blur effect should see both surface and
buffer damage in the pre paint pass.

Unfortunately, after refactoring surface and buffer damage tracking,
kwin no longer provides the buffer damage in the pre paint pass (it does
so for good reasons). This broke the blur effect. As an example, you may
see visual glitches when moving the software cursor over blurred areas
of a window.

In order to fix this issue, the blur effect has to cache background
behind every window to avoid blurring already blurred areas.

This change implements a background cache. Unfortunately, since the
blur effect's code has become very difficult to change over the years,
this change rewrites the relevant parts of the blur effect.

With the proposed design, the blur effect is going to maintain cached
background for every window + offscreen render targets. It may have
issues with animated windows, however in practice, it seems to behave
good enough. However, if it becomes pressing matter, we can move from
simplistic design in this patch to somewhat more sophisticated design
that involves textures with rounded up size.

M  +0-6src/libkwineffects/kwinglutils.cpp
M  +0-7src/libkwineffects/kwinglutils.h
M  +0-1src/plugins/blur/CMakeLists.txt
M  +370  -452  src/plugins/blur/blur.cpp
M  +46   -38   src/plugins/blur/blur.h
M  +0-2src/plugins/blur/blur.qrc
D  +0-310  src/plugins/blur/blurshader.cpp
D  +0-100  src/plugins/blur/blurshader.h
D  +0-9src/plugins/blur/shaders/copy.frag
D  +0-13   src/plugins/blur/shaders/copy_core.frag
M  +2-3src/plugins/blur/shaders/downsample.frag
M  +2-3src/plugins/blur/shaders/downsample_core.frag
M  +2-4src/plugins/blur/shaders/noise.frag
M  +2-4src/plugins/blur/shaders/noise_core.frag
M  +2-3src/plugins/blur/shaders/upsample.frag
M  +2-3src/plugins/blur/shaders/upsample_core.frag
M  +7-2src/plugins/blur/shaders/vertex.vert
M  +7-2src/plugins/blur/shaders/vertex_core.vert

https://invent.kde.org/plasma/kwin/-/commit/36960d8572221c696289232d0ab55c02ecfa5324

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-15 Thread Sebastian Turzański
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #41 from Sebastian Turzański  ---
Created attachment 160975
  --> https://bugs.kde.org/attachment.cgi?id=160975=edit
bug in 5.27.7

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-15 Thread Sebastian Turzański
https://bugs.kde.org/show_bug.cgi?id=455526

Sebastian Turzański  changed:

   What|Removed |Added

 CC||dpba...@wp.pl

--- Comment #40 from Sebastian Turzański  ---
for me this bug exists only when I add vertical (higher than wider) secondary
screen on the left of my normal primary display.
When I add the vertical display on the right there is no issue

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-15 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455526

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||mattyhoffm...@gmail.com

--- Comment #39 from Vlad Zahorodnii  ---
*** Bug 421135 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-14 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #38 from Vlad Zahorodnii  ---
(In reply to Hector Martin from comment #37)
> Hmm, it looks like whatever was done to 5.27.7 to fix the non-integer scale
> redraw artifacts (which was another major issue) also fixed or significantly
> improved blur? I can't reproduce the kind of horrible glitching 5.27.6 had
> any more.

I am not sure about that. When fractional scaling is on, kwin is going to
attempt to snap textures to the pixel grid. The blur doesn't do it atm, so
there are some line glitch artifacts. No fix had been backported to 5.27.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-11 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #37 from Hector Martin  ---
Hmm, it looks like whatever was done to 5.27.7 to fix the non-integer scale
redraw artifacts (which was another major issue) also fixed or significantly
improved blur? I can't reproduce the kind of horrible glitching 5.27.6 had any
more.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455526

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #36 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/4319

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-08 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #35 from Naxdy  ---
+1 for disabling blur ootb until this is fixed. More and more distros are
moving to Wayland as the default for KDE (including big ones like Fedora), and
while yes, they can choose to disable it themselves, many probably will not do
that, and shipping a clearly broken feature is just going to reinforce the "KDE
is buggy" stereotype, that has taken us a very long time to get rid of.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-08 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||k...@kaishome.de

--- Comment #34 from Zamundaaa  ---
*** Bug 469281 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-07 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455526

Vlad Zahorodnii  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-07 Thread Davide Cavalca
https://bugs.kde.org/show_bug.cgi?id=455526

Davide Cavalca  changed:

   What|Removed |Added

 CC||dav...@cavalca.name

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-07 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #33 from Neal Gompa  ---
I've just committed a disabler for this plugin because of the bugs on Plasma
Wayland:
https://pagure.io/fedora-kde/kde-settings/c/dcee55e77a73a24fe254ba9e7e602e748667204a

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-06 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=455526

Hector Martin  changed:

   What|Removed |Added

 CC||mar...@marcan.st

--- Comment #32 from Hector Martin  ---
Can we disable blur in KWin by default until this is fixed? Having no blur by
default is a lot better than having out-of-the-box Plasma installs glitch like
crazy on the task bar and other contexts on some systems. We already disable
blur by default in Asahi Linux for this reason, and we're likely going to get
that default pushed into the Fedora KDE configs too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-06 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=455526

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-05 Thread Sikal
https://bugs.kde.org/show_bug.cgi?id=455526

Sikal  changed:

   What|Removed |Added

 CC||sik...@protonmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-08-02 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=455526

Yaroslav Sidlovsky  changed:

   What|Removed |Added

 CC||zawer...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-07-31 Thread Dr. Livesey
https://bugs.kde.org/show_bug.cgi?id=455526

Dr. Livesey  changed:

   What|Removed |Added

   Platform|Archlinux   |Fedora RPMs
Version|5.25.5  |5.27.6
 CC||dr.liv3...@pm.me

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-07-15 Thread Roslax
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #31 from Roslax  ---
Still broken.

HARDWARE:
CPU: AMD Ryzen 5 5600G
GPU: RX 6700 XT Sapphire

SOFTWARE:
Operating System: Arch
GPU Driver: amdgpu
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10 
WM: Kwin
Kernel Version: 6.4.3-arch1-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-07-15 Thread Roslax
https://bugs.kde.org/show_bug.cgi?id=455526

Roslax  changed:

   What|Removed |Added

 CC||epicgamesprivateslaxys@gmai
   ||l.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-07-13 Thread Archenoth
https://bugs.kde.org/show_bug.cgi?id=455526

Archenoth  changed:

   What|Removed |Added

 CC||archen...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-06-28 Thread Anael
https://bugs.kde.org/show_bug.cgi?id=455526

Anael  changed:

   What|Removed |Added

 CC||an...@anael.is

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-06-26 Thread Ivan D Vasin
https://bugs.kde.org/show_bug.cgi?id=455526

Ivan D Vasin  changed:

   What|Removed |Added

 CC||i...@nisavid.io

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-05-25 Thread Bill Sideris
https://bugs.kde.org/show_bug.cgi?id=455526

Bill Sideris  changed:

   What|Removed |Added

 CC||bill...@feline.gr

--- Comment #30 from Bill Sideris  ---
Still broken.
I can enable seconds in my clock, and the artifacts will disappear every
second, with the screen update.

HARDWARE:
CPU: i5-10400F
GPU: NVIDIA GeForce GT 1030

SOFTWARE:
Operating System: Arch
NVIDIA driver version: extra/nvidia 530.41.03-13
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
WM: Kwin
Kernel Version: 6.3.4-arch1-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-05-21 Thread scarfanzi
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #29 from scarfanzi  ---
Created attachment 159175
  --> https://bugs.kde.org/attachment.cgi?id=159175=edit
photo of bug

Bug still occurs for me, attachments and info below.

HARDWARE:
CPU: i5-11600K
GPU: NVIDIA GeForce RTX 3060

SOFTWARE:
Operating System: EndeavorOS (Arch)
NVIDIA driver version: nvidia-dkms 530.41.03-1
KDE Plasma Version: 5.27.5
WM: Kwin
Kernel Version: 6.3.2-arch1-1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-05-17 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #28 from Alexander  ---
Problem resolved

Operating System: openSUSE Tumbleweed 20230515
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.1-2-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Xeon® CPU E3-1240 V2 @ 3.40GHz
Memory: 24 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 960/PCIe/SSE2
Manufacturer: MSI
Product Name: MS-7758

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-05-15 Thread Gazi
https://bugs.kde.org/show_bug.cgi?id=455526

Gazi  changed:

   What|Removed |Added

 CC||strelok.zer...@gmail.com

--- Comment #27 from Gazi  ---
Can confirm, still happens in Plasma 5.27.5 

Operating System: Arch Linux
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: AMD Ryzen 7 5800G 
Memory: 32 GiB of RAM
Manufacturer: ASUS
Product Name: X470 i

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-05-14 Thread Christopher
https://bugs.kde.org/show_bug.cgi?id=455526

Christopher  changed:

   What|Removed |Added

 CC||flaminn...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-04-27 Thread maxlefou
https://bugs.kde.org/show_bug.cgi?id=455526

maxlefou  changed:

   What|Removed |Added

 CC||buttbad...@gmail.com

--- Comment #26 from maxlefou  ---
I confirm it too. Actually it leaves this trail whenever it hovers on a spot
with blur transparency, like the desktop bars, the app menu,... And only
happens with wayland.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch linux 6.2.12
(available in About System)
KDE Plasma Version:  5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Using nvidia GTX 960 with proprietary drivers 530.41.03

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-04-07 Thread fishears
https://bugs.kde.org/show_bug.cgi?id=455526

fishears  changed:

   What|Removed |Added

 CC||f1she...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-28 Thread Amélien
https://bugs.kde.org/show_bug.cgi?id=455526

Amélien  changed:

   What|Removed |Added

 CC||amelien.meulemans@protonmai
   ||l.com

--- Comment #25 from Amélien  ---
Created attachment 156842
  --> https://bugs.kde.org/attachment.cgi?id=156842=edit
The mouse leave a trail on blur konsole and contexte menu but not on the
context menu if obs is recording on foreground

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-19 Thread JLSalvador
https://bugs.kde.org/show_bug.cgi?id=455526

JLSalvador  changed:

   What|Removed |Added

 CC||salvador.joseluis+kde@gmail
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-19 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #24 from Naxdy  ---
(In reply to Andrej Halveland from comment #18)
> After many hours of bisecting (and wasting my time on bisecting whatever was
> already bisected, and fixed... sigh), I have come to this
> (https://invent.kde.org/plasma/kwin/-/commit/
> aac0609bb99d76d54a4861458b0859356f76c5ca) commit that is causing these
> issues, the commit before that
> (https://invent.kde.org/plasma/kwin/-/commit/
> d4c44220b455d91578c588277393def30325f6b2) is all fine without those blur
> glitches.
> 
> This has been tested on Plasma 5.25.0 in Wayland on Arch Linux using the
> archive repo from 2020/06/21 so I could install Plasma 5.25.0.
> I have not yet tested reverting the patch (but I don't think it will be
> straight forward after so many code changes) as it's already 4 in the
> morning and I want to go to bed :).

FYI: https://invent.kde.org/plasma/kwin/-/issues/115

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-16 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=455526

Dashon  changed:

   What|Removed |Added

 CC||sparky123558w...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-15 Thread kilab
https://bugs.kde.org/show_bug.cgi?id=455526

kilab  changed:

   What|Removed |Added

 CC||kil...@o2.pl

--- Comment #23 from kilab  ---
I can also confirm that the latest version of Plasma does not resolve this
problem.

Operating System: Arch Linux 
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 5.15.94-1-lts (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 2600 Six-Core Processor
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1660/PCIe/SSE2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-15 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #22 from Alexander  ---
Created attachment 156268
  --> https://bugs.kde.org/attachment.cgi?id=156268=edit
glitch

Can confirm this happening on Nvidia as well. (See attach)
Operating System: openSUSE Tumbleweed 20230213
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.10-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Xeon® CPU E3-1240 V2 @ 3.40GHz
Memory: 16 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 960/PCIe/SSE2
Manufacturer: MSI
Product Name: MS-7758

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-15 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #21 from Alexander  ---
Can confirm this happening on Nvidia as well. (See attach)
Operating System: openSUSE Tumbleweed 20230213
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.10-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Xeon® CPU E3-1240 V2 @ 3.40GHz
Memory: 16 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 960/PCIe/SSE2
Manufacturer: MSI
Product Name: MS-7758

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-15 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=455526

Alexander  changed:

   What|Removed |Added

 CC||ober...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-11 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #20 from Andrej Halveland  ---
(In reply to Andrej Halveland from comment #18)
> I have not yet tested reverting the patch (but I don't think it will be
> straight forward after so many code changes) as it's already 4 in the
> morning and I want to go to bed :).

I have not yet tested reverting the patch on the latest Plasma release as I
don't think it will be a straight forward code revert after so many code
changes

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-11 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #19 from Andrej Halveland  ---
(In reply to Andrej Halveland from comment #18)
> archive repo from 2020/06/21 so I could install Plasma 5.25.0.
 I meant 2022/06/21

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-11 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #18 from Andrej Halveland  ---
After many hours of bisecting (and wasting my time on bisecting whatever was
already bisected, and fixed... sigh), I have come to this
(https://invent.kde.org/plasma/kwin/-/commit/aac0609bb99d76d54a4861458b0859356f76c5ca)
commit that is causing these issues, the commit before that
(https://invent.kde.org/plasma/kwin/-/commit/d4c44220b455d91578c588277393def30325f6b2)
is all fine without those blur glitches.

This has been tested on Plasma 5.25.0 in Wayland on Arch Linux using the
archive repo from 2020/06/21 so I could install Plasma 5.25.0.
I have not yet tested reverting the patch (but I don't think it will be
straight forward after so many code changes) as it's already 4 in the morning
and I want to go to bed :).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455526

Nate Graham  changed:

   What|Removed |Added

Version|5.26.90 |5.25.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #17 from Nate Graham  ---
*** Bug 465367 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-02-02 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=455526

Fabio  changed:

   What|Removed |Added

 CC||fabio96...@gmail.com

--- Comment #16 from Fabio  ---
Can reproduce this bug on Plasma 5.27 beta, but usually only if I open a
console in Dolphin.

Operating System: openSUSE Tumbleweed 20230201
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.8-1-default (64-bit)
Graphics Platform: Wayland
Processors:  AMD Ryzen 7 5800H with Radeon Graphics (actually using the Nvidia
newest proprietary driver on a RTX 3060)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-01-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455526

chni...@gmail.com changed:

   What|Removed |Added

Version|5.25.0  |5.26.90
 CC||chni...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-01-22 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=455526

Andrej Halveland  changed:

   What|Removed |Added

 CC||andrej.h...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-01-18 Thread Peter
https://bugs.kde.org/show_bug.cgi?id=455526

Peter  changed:

   What|Removed |Added

 CC||ppermen...@gmail.com

--- Comment #15 from Peter  ---
Can also confirm and reproduce. Info:

Operating System: openSUSE Tumbleweed 20230116
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.4-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 3 5300U with Radeon Graphics
Memory: 7.1 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: HP
Product Name: HP Laptop 15-ef2xxx

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-01-07 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=455526

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2023-01-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455526

munzua...@gmail.com changed:

   What|Removed |Added

 CC||munzua...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-12 Thread Víctor
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #14 from Víctor  ---
I managed to record those artifacts using OBS.

https://drive.proton.me/urls/B2VJZFHJM4#8WHayiVQhvbc

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-12 Thread Artur Rudenko
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #13 from Artur Rudenko  ---
(In reply to Michele Di Vincenzo from comment #12)
> Created attachment 154536 [details]
> While a video is playing in a browser (tested both Brave and Firefox), the
> artifacts disappear
> 
> While playing a video in a web browser, the artifacts disappear.
> Pausing the video makes the artifact visible again.
> 
> Operating System: Arch Linux
> KDE Plasma Version: 5.26.4
> KDE Frameworks Version: 5.101.0
> Qt Version: 5.15.7
> Kernel Version: 6.0.12-zen1-1-zen (64-bit)
> Graphics Platform: Wayland
> Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
> Memory: 31.3 GiB of RAM
> Graphics Processor: NVIDIA GeForce RTX 3060/PCIe/SSE2
> Manufacturer: Gigabyte Technology Co., Ltd.
> Product Name: X570 AORUS ELITE
> System Version: -CF

(In reply to Artur Rudenko from comment #0)
> SUMMARY
> ***
> NOTE: If you are reporting a crash, please try to attach a backtrace with
> debug symbols.
> See
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports
> ***
> There was a glitches when you open a context menu above a surface with blur
> effect,  and those were fixed in plasma 5.24 for both wayland and xorg, but
> after updating to plasma 5.25 they started to appear again but only in
> wayland session
> 
> STEPS TO REPRODUCE
> 1. Open konsole
> 2. Enable blur in konsole
> 3. Open a context menu in konsole
> 
> OBSERVED RESULT
> Blur effect glitches
> 
> SOFTWARE/OS VERSIONS
> Windows: 
> macOS: 
> Linux/KDE Plasma: Arch linux
> (available in About System)
> KDE Plasma Version:  5.25.0
> KDE Frameworks Version: 5.95.0
> Qt Version: 5.15.4
> 
> ADDITIONAL INFORMATION
> AMD gpu. I can't reproduce that on plasma shell blurred menus, also I can't
> reproduce it in konsole while recording through obs/pipewire

Yeah also, as I mentioned, they disappear while recording, so playing a
video/recording a screen makes something constantly redraw thus the glitches
disappear

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-12 Thread Michele Di Vincenzo
https://bugs.kde.org/show_bug.cgi?id=455526

Michele Di Vincenzo  changed:

   What|Removed |Added

 CC||letteremich...@yahoo.it

--- Comment #12 from Michele Di Vincenzo  ---
Created attachment 154536
  --> https://bugs.kde.org/attachment.cgi?id=154536=edit
While a video is playing in a browser (tested both Brave and Firefox), the
artifacts disappear

While playing a video in a web browser, the artifacts disappear.
Pausing the video makes the artifact visible again.

Operating System: Arch Linux
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Kernel Version: 6.0.12-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3060/PCIe/SSE2
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570 AORUS ELITE
System Version: -CF

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455526

m.k...@irregular.at changed:

   What|Removed |Added

 CC||m.k...@irregular.at

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455526

Nate Graham  changed:

   What|Removed |Added

   Priority|HI  |NOR

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455526

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-10 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||l...@asahilina.net

--- Comment #11 from Zamundaaa  ---
*** Bug 462811 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-04 Thread Víctor
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #10 from Víctor  ---
Also happening on NixOS.

Operating System: NixOS 22.11
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.10 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6700 XT

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-04 Thread Víctor
https://bugs.kde.org/show_bug.cgi?id=455526

Víctor  changed:

   What|Removed |Added

 CC||mrvi...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-12-01 Thread Niko Nickmann
https://bugs.kde.org/show_bug.cgi?id=455526

Niko Nickmann  changed:

   What|Removed |Added

 CC||niko.nickm...@gmx.de

--- Comment #9 from Niko Nickmann  ---
I'm also experiencing this issue. It's happening in Konsole and Dolphin (with
the latter having blur enabled trough Kvantum) on Wayland. No issues present on
the same device when switching to XOrg.

Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 5.15.0-56-generic (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.60GHz
Memory: 31,3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-11-27 Thread Timothy Hutchins
https://bugs.kde.org/show_bug.cgi?id=455526

Timothy Hutchins  changed:

   What|Removed |Added

 CC||tgh6...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-10-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455526

dominik.schl...@gmail.com changed:

   What|Removed |Added

 CC||dominik.schl...@gmail.com

--- Comment #8 from dominik.schl...@gmail.com ---
Can confirm this happening on Nvidia as well

Operating System: Arch Linux
KDE Plasma Version: 5.26.1
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 6.0.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-26 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=455526

Pawel  changed:

   What|Removed |Added

 CC||bednarczyk.pa...@outlook.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-23 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||pepk...@gmail.com

--- Comment #7 from Zamundaaa  ---
*** Bug 459548 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-16 Thread Matej Starc
https://bugs.kde.org/show_bug.cgi?id=455526

--- Comment #6 from Matej Starc  ---
(In reply to Matej Starc from comment #5)
> Created attachment 152104 [details]
> bug showcase video
> 
> This video showcases the visual glitch that appears when enabling mouse
> click animation (in Desktop Effects) and clicking windows that have a
> transparent and blurred background.

Operating System: Arch Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 5.19.8-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 480 Graphics

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-16 Thread Matej Starc
https://bugs.kde.org/show_bug.cgi?id=455526

Matej Starc  changed:

   What|Removed |Added

 CC||matej.sta...@gmail.com

--- Comment #5 from Matej Starc  ---
Created attachment 152104
  --> https://bugs.kde.org/attachment.cgi?id=152104=edit
bug showcase video

This video showcases the visual glitch that appears when enabling mouse click
animation (in Desktop Effects) and clicking windows that have a transparent and
blurred background.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-12 Thread Naxdy
https://bugs.kde.org/show_bug.cgi?id=455526

Naxdy  changed:

   What|Removed |Added

 CC||xna...@hydra-development.ne
   ||t

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455526

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-12 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||vor...@z-ray.de

--- Comment #4 from Zamundaaa  ---
*** Bug 457727 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-12 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #3 from Zamundaaa  ---
*** Bug 457960 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-09-12 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=455526

Zamundaaa  changed:

   What|Removed |Added

 CC||dan1elcas...@protonmail.com

--- Comment #2 from Zamundaaa  ---
*** Bug 451179 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-06-25 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=455526

saxn  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||saileshpoud...@gmail.com

--- Comment #1 from saxn  ---
Can conform and reproduce.

[INFO] 
Operating System: Arch Linux
KDE Plasma Version: 5.25.1
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.18.6-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-9300H CPU @ 2.40GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630 + Nvidia
Manufacturer: Dell Inc.
Product Name: G3 3590

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455526] Blur glitches started to appear in wayland again

2022-06-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455526

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.