kwin/platformsupport/scenes/opengl
Roman Gilg b3a19f9e5b Remove vsync detection and configurability
Summary:
Selecting not to vsync does not make sense for an X11 compositor. In the end
we want clients to be able to present async if they want to but the compositor
is supposed to send swaps with vsync to the XServer in order to not generate
tearing artifacts.

There was also a detection logic which did some questionable things in case
vsync was not available. I don't think this is necessary at all since we can
just always run a timer to present with or without vsync.

Test Plan: kwin_x11 tested on i915.

Reviewers: #kwin, zzag

Subscribers: zzag, kwin

Tags: #kwin

Maniphest Tasks: T11071

Differential Revision: https://phabricator.kde.org/D23511
2019-11-14 08:55:08 +01:00
..
abstract_egl_backend.cpp Merge branch 'Plasma/5.17' 2019-10-29 12:12:02 +01:00
abstract_egl_backend.h Port QPA away from Wayland 2019-09-23 17:28:56 +03:00
backend.cpp Remove vsync detection and configurability 2019-11-14 08:55:08 +01:00
backend.h Remove vsync detection and configurability 2019-11-14 08:55:08 +01:00
CMakeLists.txt [platforms/x11] Remove triple buffering detection 2019-11-14 08:38:36 +01:00
drm_fourcc.h [wayland] Add support for zwp_linux_dmabuf 2019-08-06 21:55:45 +02:00
egl_dmabuf.cpp Dmabuf recovery on EGL reset 2019-10-29 12:10:15 +01:00
egl_dmabuf.h Dmabuf recovery on EGL reset 2019-10-29 12:10:15 +01:00
texture.cpp
texture.h [platformsupport] Minor code style and class variables access changes 2019-06-27 15:22:40 +02:00