LookingGlass/client
Geoffrey McRae cce12508cc [egl] shader: fix reliance on null terminated strings
Compiled in resources often will not contain a null terminator, as such
we must not use functions that rely on it. This implements a memsearch
function that performs like strstr on a buffer instead of a null
terminated string.
2023-11-11 13:48:41 +11:00
..
audiodevs [all] update cmake minimum version 2023-11-10 06:28:05 +11:00
displayservers [client] x11: pass large struct by reference 2023-11-11 13:48:41 +11:00
include [client] implement support for RGB24 packed data 2023-11-10 06:28:05 +11:00
renderers [egl] shader: fix reliance on null terminated strings 2023-11-11 13:48:41 +11:00
src [all] add initial support for RGB24-bpp support 2023-11-10 06:28:05 +11:00
CMakeLists.txt [all] update cmake minimum version 2023-11-10 06:28:05 +11:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00