LookingGlass/common
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
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
src [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
CMakeLists.txt [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00