LookingGlass/client/src
Quantum 0cbc529640 [client] ds: refactor common EGL swap with damage logic
This commit creates a new utility library, eglutil.h, which contains code
to detect and use EGL_KHR_swap_buffers_with_damage or its EXT equivalent.

This logic used to be duplicated between the X11 and Wayland display servers,
which is not ideal.
2021-07-19 19:35:52 +10:00
..
app.c [client] app: correct FPS to use an actual per second value 2021-07-19 10:58:40 +10:00
clipboard.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
clipboard.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
config.c [client] config: default minimizeOnFocusLoss to off 2021-07-08 08:49:00 +10:00
config.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
core.c [client] spice: remove dpi which is no longer used 2021-07-18 10:50:57 +10:00
core.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
egl_dynprocs.c [client] egl: implement error reporting callback 2021-07-18 13:54:16 +10:00
eglutil.c [client] ds: refactor common EGL swap with damage logic 2021-07-19 19:35:52 +10:00
kb.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
kb.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
keybind.c [client] all: use imgui for FPS/UPS display 2021-07-18 20:43:17 +10:00
keybind.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
lg-renderer.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
ll.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
main.c [client] app: correct FPS to use an actual per second value 2021-07-19 10:58:40 +10:00
main.h [client] app: correct FPS to use an actual per second value 2021-07-19 10:58:40 +10:00
util.c [client] egl: revert "only copy damaged areas when using dmabuf" 2021-07-18 18:48:35 +10:00