kwin/plugins/scenes
Vlad Zahorodnii e5b2fca409 scenes/opengl: Use GL_CLAMP_TO_EDGE wrap mode with sw cursor
We use the GL_LINEAR magnification filter. This means that GL_REPEAT
wrap mode cannot be used for the software cursor because sampling texels
beyond the right texture edge is the same as sampling texels on the
left edge. This may produce undesired visual artifacts.
2020-10-28 19:20:46 +02:00
..
opengl scenes/opengl: Use GL_CLAMP_TO_EDGE wrap mode with sw cursor 2020-10-28 19:20:46 +02:00
qpainter Clip software cursors 2020-10-26 13:45:55 +02:00
xrender Clip software cursors 2020-10-26 13:45:55 +02:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00