home.social

#dmabuf — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dmabuf, aggregated by home.social.

  1. WTAF how is #gtk getting n_planes = 1079097857 (consistently the same number across executions) from eglExportDMABUFImageQueryMESA when trying to export a GdkGLTexture containing a #wlroots gles2 rendered scene? 0.o

    Wait, that's not just some random number, that's the low 32 bits of the modifier field!!

    OHHHH SHIT it's not mentioned in the extension spec at all but with current Mesa code, modifiers is expected to be AN ARRAY of per-plane entries. The spec only says that the stuff passed to the next step eglExportDMABUFImageMESA is expected to be arrays. #egl #mesa3d #dmabuf

    Reported: gitlab.freedesktop.org/mesa/me