Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,872
    • Issues 2,872
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 899
    • Merge requests 899
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !14

Merged
Created Dec 14, 2018 by Gert Wollny@gerddieDeveloper

Add extension EXT_sRGB_write_control (v7)

  • Overview 7
  • Commits 8
  • Changes 20

This series adds support for the GLES extension EXT_sRGB_write_control.

Earlier versions of the series have been discussed on the ML and can be found in patchwork: https://patchwork.freedesktop.org/series/51130/

Changes:

v7: use _mesa_has_EXT_framebuffer_sRGB instead of testing the extension flag directly.

v6:

  • renaming the new CAP
  • reordering of the patches that no double checking of EXT_sRGB and EXT_framebuffer_sRGB is needed.

RFC: Complete rework of the earlier versions of the series, hence logging the history doesn't make much sense here.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add-EXT_sRGB_write_control