kwin/platformsupport/scenes/opengl
Vlad Zahorodnii 59bf2a52ed Initialize the supports partial update flag to false
With 870679e46f, if the partial update
extension is unsupported, setSupportsPartialUpdate() won't be called.

The problem is that it may leave OpenGLBackend::supportsPartialUpdate()
uninitialized, which can lead to a crash if an OpenGL render backend
tries to call eglSetDamageRegionKHR() and EGL_KHR_partial_update is
unsupported.
2020-11-24 18:18:30 +02:00
..
abstract_egl_backend.cpp minor: fix coding style in abstract_egl_backend 2020-11-24 13:30:59 +05:30
abstract_egl_backend.h Introduce persistent global share context 2020-10-19 12:13:15 +03:00
backend.cpp Use consistent naming for begin/end frame hooks 2020-11-12 09:14:57 +02:00
backend.h Initialize the supports partial update flag to false 2020-11-24 18:18:30 +02:00
CMakeLists.txt Port KWin to KWaylandServer 2020-04-30 12:56:08 +02:00
drm_fourcc.h Switch to SPDX license markers 2020-08-07 19:57:56 +00:00
egl_dmabuf.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
egl_dmabuf.h Prettify license headers 2020-08-07 19:57:56 +00:00
kwineglext.h Prettify license headers 2020-08-07 19:57:56 +00:00
swap_profiler.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
swap_profiler.h Prettify license headers 2020-08-07 19:57:56 +00:00
texture.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
texture.h Prettify license headers 2020-08-07 19:57:56 +00:00