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 #3231

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    9694639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13389ba 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
    ab7925e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b48f26a 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
    6548ca3 View commit details
    Browse the repository at this point in the history