mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
EGL_EXT_image_dma_buf_import_modifiers tells us whether we should use
GL_TEXTURE_2D or GL_TEXTURE_EXTERNAL_OES. Using the right texture target
can fix some failures and/or improve performance on some drivers.
This does the same as a Weston commit [1].
[1]:
|
||
|---|---|---|
| .. | ||
| dmabuf.h | ||
| drm_format_set.h | ||
| egl.h | ||
| gles2.h | ||
| interface.h | ||
| wlr_renderer.h | ||
| wlr_texture.h | ||