LookingGlass/client
Geoffrey McRae e5f86a824a [client] switch back to atomic locking as the default
The prior patch to correct the mouse loop resolves the CPU load issue
with the atomic locking method. SDL mutexes are still available if
desired but full mutex locking is far slower then fast spinlocks
2017-12-21 02:12:19 +11:00
..
ivshmem [client] ivshmem: fix missing <sys/select.h> include 2017-12-15 18:25:21 +11:00
renderers [client] opengl: switch to SDL_mutex locking 2017-12-21 01:23:25 +11:00
spice [misc] added website url to sources 2017-12-12 04:30:47 +11:00
.gitignore [client] added renderer abstratction 2017-12-12 03:59:57 +11:00
kb.h [misc] added website url to sources 2017-12-12 04:30:47 +11:00
lg-renderer.c [client] implemented renderer specific option API 2017-12-17 22:21:59 +11:00
lg-renderer.h [client] redesign of the renderer archiceture for mt support 2017-12-20 00:53:45 +11:00
lg-renderers.h [client] redesign of the renderer archiceture for mt support 2017-12-20 00:53:45 +11:00
main.c [client] added missing wait to cursor update thread 2017-12-21 01:56:59 +11:00
Makefile [client] switch back to atomic locking as the default 2017-12-21 02:12:19 +11:00
utils.h [client] report locking mode used for diagnostics 2017-12-21 01:35:36 +11:00