LookingGlass/client/displayservers
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
..
SDL [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
Wayland [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
X11 [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
CMakeLists.txt [client] ds: make SDL display server optional 2021-02-26 10:28:51 +11:00