Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

linux-dmabuf extension advertized when renderer doesn't support DMA-BUF #2076

Closed
emersion opened this issue Mar 20, 2020 · 0 comments · Fixed by #2084
Closed

linux-dmabuf extension advertized when renderer doesn't support DMA-BUF #2076

emersion opened this issue Mar 20, 2020 · 0 comments · Fixed by #2084

Comments

@emersion
Copy link
Member

We enable it as long as the renderer has the required hook, but we don't check whether the EGL extension is present.

wlr_linux_dmabuf_v1_create(wl_display, r);

emersion added a commit to emersion/wlroots that referenced this issue Mar 24, 2020
Only expose linux-dmabuf extension if EGL_EXT_image_dmabuf_import_ext is
supported.

Closes: swaywm#2076
emersion added a commit to emersion/wlroots that referenced this issue Mar 24, 2020
Only expose linux-dmabuf extension if EGL_EXT_image_dmabuf_import_ext is
supported.

Closes: swaywm#2076
emersion added a commit to emersion/wlroots that referenced this issue Apr 8, 2020
Only expose linux-dmabuf extension if EGL_EXT_image_dmabuf_import_ext is
supported.

Closes: swaywm#2076
emersion added a commit to emersion/wlroots that referenced this issue Apr 8, 2020
Only expose linux-dmabuf extension if EGL_EXT_image_dmabuf_import_ext is
supported.

Closes: swaywm#2076
ascent12 pushed a commit that referenced this issue Apr 9, 2020
Only expose linux-dmabuf extension if EGL_EXT_image_dmabuf_import_ext is
supported.

Closes: #2076
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

2 participants