diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-28 18:21:34 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-02-28 20:03:06 +0100 |
commit | d9f2e90df6b9fb6f5cb3f38e87e85bd1ada562d2 (patch) | |
tree | 389a0e8703445d5e387509af8bfd3b789f48ff2f /include/render/gles2.h | |
parent | 73045a7d9dd4d26a02d5c6b9ea9013f1e938e61d (diff) |
Avoid false positives on egl extension matching
Due to the strstr prefix match EGL_EXT_foo would be incorrectly matched
if EGL_EXT_foobar would be available but not foo.
This doesn't matter for the currently checked extensions but will matter
for EGL_EXT_image_dma_buf_import_modifiers vs
EGL_EXT_image_dma_buf_import
Code borrowed from weston
Diffstat (limited to 'include/render/gles2.h')
0 files changed, 0 insertions, 0 deletions