kwin/plugins/platforms
Vlad Zahorodnii c8eeefbd7d platform/drm: Fix clipped HiDPI hardware cursors
If an output is rotated, we will compute a transform matrix for the
cursor plane to rotate its contents.

In order to compute that matrix we need the rect of the cursor in the
device-independent pixels, the scale factor and the output transform.

The problem is that we provide a rect of the cursor in the native
pixels. This may result in the cursor being partially or fully clipped.

CCBUG: 424589
2020-10-27 06:04:17 +00:00
..
drm platform/drm: Fix clipped HiDPI hardware cursors 2020-10-27 06:04:17 +00:00
fbdev Multi-GPU output support on Wayland 2020-10-05 21:05:55 +00:00
hwcomposer If include is define in .h remove it if it's defined in .cpp too (scripted) 2020-10-23 21:37:16 +02:00
virtual scene: Reduce the call cost of Platform::supportsQpaContext() 2020-10-13 05:32:48 +00:00
wayland If include is define in .h remove it if it's defined in .cpp too (scripted) 2020-10-23 21:37:16 +02:00
x11 Mark the cursor as rendered after performing compositing 2020-10-26 10:02:17 +02:00
CMakeLists.txt