LookingGlass/common/include/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
..
countedbuffer.h [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
crash.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
debug.h [common] crash: fix Linux compilation with -DENABLE_BACKTRACE=NO 2021-03-03 16:36:50 +11:00
dpi.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
event.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
framebuffer.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
ivshmem.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
KVMFR.h [host] windows: detect whether screensaver is disabled in the guest 2021-02-21 10:31:48 +11:00
locking.h [client] wayland: implement epoll registration mechanism 2021-02-21 10:31:49 +11:00
option.h [common] option: Reformat help and support rST tables 2021-05-06 22:32:36 +10:00
stringlist.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
stringutils.h [client] egl: use new util_hasGLExt helper to check extensions 2021-05-19 15:58:54 +10:00
sysinfo.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
thread.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
time.h [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
types.h [client] all: move all SDL specific code into displayservers/sdl 2021-02-21 10:31:48 +11:00
version.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00
windebug.h [client/common] restructure project in prep for full SDL removal 2021-02-21 10:31:46 +11:00