LookingGlass/common/src
Quantum f9a9953071 [client] egl: use new util_hasGLExt helper to check extensions
We previously used strstr, which can be prone to false positives when
the name of one extension is a substring of another extension.

This commit creates the helper function util_hasGLExt, which asserts
that the substring found in extension list is bounded by either spaces
or the beginning/end of the string.
2021-05-19 15:58:54 +10:00
..
platform [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
countedbuffer.c [common] add a reference counted buffer type 2021-02-21 10:31:49 +11:00
framebuffer.c [common] fix invalid read from unaligned addresses (fixes #410) 2021-01-20 23:18:46 +11:00
KVMFR.c [host] remove the remainder of the YUV420 support 2021-01-18 13:55:44 +11:00
option.c [common] option: Reformat help and support rST tables 2021-05-06 22:32:36 +10:00
stringlist.c [common] fix stringlist const free bug 2019-05-21 11:30:05 +10:00
stringutils.c [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00