Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • W wayland-protocols
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 56
    • Merge requests 56
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waylandwayland
  • wayland-protocols
  • Merge requests
  • !153

color-representation: new protocol

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Simon Ser requested to merge emersion/wayland-protocols:ycbcr-conversion into main Jun 16, 2022
  • Overview 145
  • Commits 1
  • Pipelines 12
  • Changes 3

This new protocol extension allows clients to specify color representation metadata. This is orthogonal to color management, which will be implemented as a separate protocol extension.

This work is based on:

  • EGL_EXT_image_dma_buf_import 1, although this specification doesn't provide enough guarantees for the purposes of this protocol.
  • VK_KHR_sampler_ycbcr_conversion 2.
  • The KMS "COLOR_ENCODING" and "COLOR_RANGE" properties 3.

Signed-off-by: Simon Ser contact@emersion.fr
References: !14 (comment 805414)

cc @pq @swick @vitalyp @hwentland

Edited Jun 28, 2022 by Simon Ser
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ycbcr-conversion