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

Require INVALID for implicit format modifiers #2815

Merged
merged 5 commits into from
Oct 1, 2021

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    b0ddc7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e395c View commit details
    Browse the repository at this point in the history
  3. backend/drm: fail on explicit modifier in drmModeAddFB2

    drmModeAddFB2 doesn't support explicit modifiers. Only accept INVALID
    which indicates an implicit modifier and LINEAR which may indicate
    that GBM_BO_USE_LINEAR has been used.
    emersion committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4e06c3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4542f99 View commit details
    Browse the repository at this point in the history
  5. render/drm_format_set: remove special LINEAR case

    This was used to make the intersection of INVALID and LINEAR result
    in LINEAR. We can now just require LINEAR to be in both lists.
    emersion committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    96056d9 View commit details
    Browse the repository at this point in the history