wlroots/render
Guido Günther d9f2e90df6 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
2018-02-28 20:03:06 +01:00
..
gles2 Add alpha to wlr_render_with_matrix 2018-02-25 13:47:48 +01:00
egl.c Avoid false positives on egl extension matching 2018-02-28 20:03:06 +01:00
glapi.txt Swap buffers with damage 2018-02-09 22:54:14 +01:00
matrix.c Revert "ELF Visibility" 2018-02-19 18:01:27 -05:00
meson.build Add missing dependencies 2018-02-14 18:42:39 +00:00
wlr_renderer.c Add alpha to wlr_render_with_matrix 2018-02-25 13:47:48 +01:00
wlr_texture.c Revert "ELF Visibility" 2018-02-19 18:01:27 -05:00