Files
.github
client
common
cmake
include
src
CMakeLists.txt
contrib
doc
host
module
obs
profile
repos
resources
vendor
.gitattributes
.gitignore
.gitmodules
CONTRIBUTORS
LICENSE
README.md
version.cmake
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
..