mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/egl: rename wlr_egl.exts to better match Khronos
Khronos refers to extensions with their namespace as a prefix in uppercase. Change our naming to align with Khronos conventions. This also makes grepping easier.
This commit is contained in:
parent
4554f17377
commit
4c51a0f6eb
3 changed files with 17 additions and 17 deletions
|
|
@ -744,7 +744,7 @@ struct wlr_renderer *wlr_gles2_renderer_create(struct wlr_egl *egl) {
|
|||
wlr_log(WLR_INFO, "GL renderer: %s", glGetString(GL_RENDERER));
|
||||
wlr_log(WLR_INFO, "Supported GLES2 extensions: %s", exts_str);
|
||||
|
||||
if (!renderer->egl->exts.image_dmabuf_import_ext) {
|
||||
if (!renderer->egl->exts.EXT_image_dma_buf_import) {
|
||||
wlr_log(WLR_ERROR, "EGL_EXT_image_dma_buf_import not supported");
|
||||
free(renderer);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue