LookingGlass/client/src
Geoffrey McRae 13d9c84dc9 [client] egl: replace monolithic EGLTexture with modular version
The way things were handled in EGLTexture is not only very hard to
follow, but broken. This change set breaks up EGLTexture into a modular
design making it easier to implement the various versions.

Note that DMABUF is currently broken and needs to be re-implemented.
2021-08-02 23:37:33 +10:00
..
overlay [client] main: alerts and overlay toggles should invalidate the window 2021-08-01 18:04:43 +10:00
app.c [client] overlay: add new needs_render for realtime overlays 2021-08-01 21:13:59 +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: disable JIT rendering by default 2021-08-01 17:29:00 +10:00
config.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
core.c [client] move imgui input state reset to it's own core function 2021-07-31 20:51:08 +10:00
core.h [client] move imgui input state reset to it's own core function 2021-07-31 20:51:08 +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 [client] imgui: initialize keymap 2021-07-31 14:57:41 +10:00
kb.h [client] imgui: initialize keymap 2021-07-31 14:57:41 +10:00
keybind.c [client] main: alerts and overlay toggles should invalidate the window 2021-08-01 18:04:43 +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] egl: replace monolithic EGLTexture with modular version 2021-08-02 23:37:33 +10:00
main.h [client] egl: replace monolithic EGLTexture with modular version 2021-08-02 23:37:33 +10:00
overlay_utils.c [client] imgui: convert help overlay to use imgui 2021-07-23 18:04:05 +10:00
overlays.h [client] imgui: make graph y-axis configurable 2021-07-29 15:54:15 +10:00
util.c [client] imgui: use improved high DPI rendering 2021-07-23 16:07:42 +10:00