[kwin] [Bug 337044] Mouse Mark smoothing

2021-10-24 Thread Ashark
https://bugs.kde.org/show_bug.cgi?id=337044

Ashark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

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

[kwin] [Bug 337044] Mouse Mark smoothing

2018-08-26 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=337044

Vlad Zagorodniy  changed:

   What|Removed |Added

 CC||vladz...@gmail.com

--- Comment #2 from Vlad Zagorodniy  ---
OpenGL line smoothing is not really good. It would be great to use QPainter to
draw lines.

I've tried today to use an overlay window to draw mouse marks:
https://github.com/zzag/kwin/tree/qml-mousemark-effect

It kinda works
https://photos.app.goo.gl/eLWMphR8xRqqjGmQ6

but I don't have much time to finish work on that patch.

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

[kwin] [Bug 337044] Mouse Mark smoothing

2018-08-09 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=337044

--- Comment #1 from Vlad Zagorodniy  ---
Git commit 99804e0233cbb1054b1b1f5148dc5c7a6833a709 by Vlad Zagorodniy.
Committed on 09/08/2018 at 19:52.
Pushed by vladz into branch 'master'.

[effects/mousemark] Properly use GL_LINE_SMOOTH

Summary:
We need to enable GL_BLEND for line smoothing to work.

Test Plan:
Before:
{F6184072, layout=center, size=full}

After:
{F6184074, layout=center, size=full}

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: davidedmundson, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D14714

M  +5-0effects/mousemark/mousemark.cpp

https://commits.kde.org/kwin/99804e0233cbb1054b1b1f5148dc5c7a6833a709

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