LookingGlass/client/src
Geoffrey McRae 6389a06903 [client] main: let the renderer know if it's rendering a whole new frame
While the renderer can internally track this it would be better to
simply provide this information to the renderer directly so it can make
better decisions on how best to update the screen.
2021-07-21 17:26:48 +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] main: let the renderer know if it's rendering a whole new frame 2021-07-21 17:26:48 +10:00
main.h [client] main: remove/fix faulty upsTime code 2021-07-21 16:47:37 +10:00
util.c [client] egl: revert "only copy damaged areas when using dmabuf" 2021-07-18 18:48:35 +10:00