[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-10-03 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=440940

Patrick Silva  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

--- Comment #10 from Patrick Silva  ---
*** Bug 443246 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440940

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.23

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-27 Thread Alexandre Pereira
https://bugs.kde.org/show_bug.cgi?id=440940

--- Comment #9 from Alexandre Pereira  ---
Just tested :)

Thank you so much vlad, not only is it working (no clipping), but now the
animation is perfect on multi monitor setup!!!

I have 2x2 VD setup on 2 monitors, and everything animates smoothly without
going into another monitor!!

Thank you 

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440940

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/0f6aa1c4a8c4 |ma/kwin/commit/41d2ee149f33
   |a2d2b002bd2806ddb606e3d516e |34db7596a8449c793ed8980927f
   |f   |1

--- Comment #8 from Vlad Zahorodnii  ---
Git commit 41d2ee149f3334db7596a8449c793ed8980927f1 by Vlad Zahorodnii.
Committed on 27/09/2021 at 06:53.
Pushed by vladz into branch 'Plasma/5.23'.

scenes/opengl: Fix clipping with transformed screens

Software-based clipping is naive. It maps the clip region from the
global screen coordinates and intersects it with window quads. If the
window is transformed, the quads won't be clipped as expected.

Unfortunately, the OpenGL scene enables software-based geometry clipping
if the screen transformed. It's not clear why it does so, perhaps as a
performance optimization? Either way, this produces incorrect results
when the screen is scaled.


(cherry picked from commit 0f6aa1c4a8c4a2d2b002bd2806ddb606e3d516ef)

M  +1-1src/plugins/scenes/opengl/scene_opengl.cpp

https://invent.kde.org/plasma/kwin/commit/41d2ee149f3334db7596a8449c793ed8980927f1

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440940

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/0f6aa1c4a8c4
   ||a2d2b002bd2806ddb606e3d516e
   ||f
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Vlad Zahorodnii  ---
Git commit 0f6aa1c4a8c4a2d2b002bd2806ddb606e3d516ef by Vlad Zahorodnii.
Committed on 27/09/2021 at 06:52.
Pushed by vladz into branch 'master'.

scenes/opengl: Fix clipping with transformed screens

Software-based clipping is naive. It maps the clip region from the
global screen coordinates and intersects it with window quads. If the
window is transformed, the quads won't be clipped as expected.

Unfortunately, the OpenGL scene enables software-based geometry clipping
if the screen transformed. It's not clear why it does so, perhaps as a
performance optimization? Either way, this produces incorrect results
when the screen is scaled.

M  +1-1src/plugins/scenes/opengl/scene_opengl.cpp

https://invent.kde.org/plasma/kwin/commit/0f6aa1c4a8c4a2d2b002bd2806ddb606e3d516ef

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440940

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||regression
   Priority|NOR |VHI
Version|git master  |5.22.90

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440940

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-23 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440940

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||bharadwaj.raju777@protonmai
   ||l.com

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

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-17 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440940

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||herzensch...@gmail.com

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

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-09-17 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=440940

Zamundaaa  changed:

   What|Removed |Added

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

--- Comment #3 from Zamundaaa  ---
Can confirm, on a single monitor setup. Looks like exactly the same clipping,
too.

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-08-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=440940

David Edmundson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-08-16 Thread Alexandre Pereira
https://bugs.kde.org/show_bug.cgi?id=440940

--- Comment #2 from Alexandre Pereira  ---
(In reply to David Edmundson from comment #1)
> Can you confirm with master as of today? There is one change that's quite
> relevant with regards to transforms

yes, I just recompiled and it still has this issue.

btw, I tried on another distro that has kwin stable version, and I think i
understand "what is cut": the "stable version of kwin" overlaps part of the
left monitor into the right monitor while doing the animation.

At least in this git master version, it doesn't overlap monitors while in the
animation ( not as much as "stable kwin" does, it still does a little in VD's 2
and 4 ( in a 4 VD alightment like in the screenshot ).

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-08-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=440940

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from David Edmundson  ---
Can you confirm with master as of today? There is one change that's quite
relevant with regards to transforms

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

[kwin] [Bug 440940] Grid effect seems broken on kwin wayland master

2021-08-16 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=440940

David Redondo  changed:

   What|Removed |Added

 CC||k...@david-redondo.de
  Component|wayland-generic |effects-desktop-grid

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