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

output: add generic wlr_output_export_dmabuf implementation #2955

Merged
merged 4 commits into from
Jul 12, 2021

Commits on Jul 12, 2021

  1. output: add generic wlr_output_export_dmabuf implementation

    When wlr_output manages its own swap-chain, there's no need to
    hook into the backend to grab DMA-BUFs. Instead, maintain a
    wlr_output.front_buffer field with the latest committed buffer.
    emersion committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d4964e4 View commit details
    Browse the repository at this point in the history
  2. backend/headless: remove wlr_output_impl.export_dmabuf

    This is now provided by the generic wlr_output implementation.
    emersion committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9a8596b View commit details
    Browse the repository at this point in the history
  3. backend/drm: remove wlr_output_impl.export_dmabuf

    This is now provided by the generic wlr_output implementation.
    emersion committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b1be8d0 View commit details
    Browse the repository at this point in the history
  4. output: remove wlr_output_impl.export_dmabuf

    No backend is using it anymore.
    emersion committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    cf71c22 View commit details
    Browse the repository at this point in the history