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

render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXT #2255

Merged
merged 1 commit into from
Jun 6, 2020

Commits on Jun 5, 2020

  1. render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXT

    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]: https://gitlab.freedesktop.org/wayland/weston/commit/40c519a3e613
    
    Closes: swaywm#2173
    emersion committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    25b826e View commit details
    Browse the repository at this point in the history