LookingGlass/client/renderers
Quantum b45f7a6733 [client] egl: fix race condition in help overlay
egl_help_set_text and egl_help_render were both accessing bmp->help from
different threads. This creates a race condition in which if the help text
is quickly toggled on and off, it stays on.

This has been fixed with an atomic exchange.
2021-02-21 10:31:48 +11:00
..
EGL [client] egl: fix race condition in help overlay 2021-02-21 10:31:48 +11:00
OpenGL [client] renderers: add on_help to renderer interface 2021-02-21 10:31:48 +11:00
CMakeLists.txt [client] cmake: cosmetics 2019-03-28 20:15:13 +11:00