LookingGlass/client/renderers
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
..
EGL [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
OpenGL [client] opengl: remove dependency on SDL 2021-02-26 09:44:34 +11:00
CMakeLists.txt [client] cmake: cosmetics 2019-03-28 20:15:13 +11:00