kwin/platformsupport/scenes/opengl
Aleix Pol eeeac04974 Implement EGL_KHR_partial_update and EGL_EXT_swap_buffers_with_damage
Summary:
Notify the driver about the parts of the screen that will be repainted.
In some cases this can be benefitial. This is especially useful on lima
and panfrost devices (e.g. pinephone, pinebook, pinebook pro).

Test Plan:
Tested on a pinebook pro with a late mesa version.
Basically I implemented it, then it didn't work and I fixed it.
Maybe next step we want to look into our damage algorithm.
2020-08-19 14:51:42 +00:00
..
CMakeLists.txt Port KWin to KWaylandServer 2020-04-30 12:56:08 +02:00
abstract_egl_backend.cpp Implement EGL_KHR_partial_update and EGL_EXT_swap_buffers_with_damage 2020-08-19 14:51:42 +00:00
abstract_egl_backend.h Prettify license headers 2020-08-07 19:57:56 +00:00
backend.cpp Implement EGL_KHR_partial_update and EGL_EXT_swap_buffers_with_damage 2020-08-19 14:51:42 +00:00
backend.h Implement EGL_KHR_partial_update and EGL_EXT_swap_buffers_with_damage 2020-08-19 14:51:42 +00: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