LookingGlass/client/src
Geoffrey McRae bca54ab1f6 [client/host] added new asyncronous memory copy
This changes the method of the memory copy from the host application to
the guest. Instead of performing a full copy from the capture device
into shared memory, and then flagging the new frame, we instead set a
write pointer, flag the client that there is a new frame and then copy
in chunks of 1024 bytes until the entire frame is copied. The client
upon seeing the new frame flag begins to poll at high frequency the
write pointer and upon each update copies as much as it can into the
texture.

This should improve latency but also slightly increase CPU usage on the
client due to the high frequency polling.
2019-10-09 13:53:02 +11:00
..
app.c [client] fix invalid access on early termination 2019-05-30 20:24:51 +10:00
config.c [client] autodetect monitor refresh rate for fps limit 2019-07-10 05:04:29 +10:00
config.h [client] port all configuration parsing to use the new option helper 2019-05-21 15:03:59 +10:00
kb.h [client] project restructure part 1/2 2019-03-28 11:02:36 +11:00
lg-renderer.c [client] project restructure part 1/2 2019-03-28 11:02:36 +11:00
ll.c [client] project restructure part 1/2 2019-03-28 11:02:36 +11:00
main.c [client/host] added new asyncronous memory copy 2019-10-09 13:53:02 +11:00
main.h [client] fix shutdown race condition with the frame thread 2019-08-30 11:54:26 +10:00
utils.c [build] make "common" a static library (part 2/2) 2019-04-11 11:12:59 +10:00