Skip to content
Commit 0b51b02c authored by Derek Foreman's avatar Derek Foreman Committed by Daniel Stone
Browse files

gl-renderer: Don't re-import dmabufs



My reading of the GL spec is that a dmabuf becomes a sibling to the
EGLImage created from it, and that all updates to the dmabuf will be
propagated to the EGLImage.

A rebind is still required every time the dmabuf content changes,
but this should be satisfied by gl_renderer_attach(), which does
a rebind when the buffer is commit.

Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
parent b47e2cc9
Loading
Loading
Loading
Pipeline #412005 passed with stages
in 3 minutes and 43 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment