Skip to content
GitLab
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 3,055
    • Issues 3,055
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,006
    • Merge requests 1,006
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !19193

egl: Add necessary header include for eglextchromium.h

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Alan Swanson requested to merge Reiver/mesa:main into main Oct 20, 2022
  • Overview 5
  • Commits 1
  • Pipelines 2
  • Changes 1

Since eglextchromium.h was replaced with eglext_angle.h in commit f5bb9dd7 this has caused an issue for external applications being updated to use it as it is missing a header dependency. The only response so far by angleproject on their bug was a non-committal unsupported. Have updated their bug to request equivalency of the old header.

https://bugs.chromium.org/p/angleproject/issues/detail?id=7617

Example case is for Kodi using CMake which fails its build test on this header due to missing defines (as it only tests on a single header at a time).

https://github.com/xbmc/xbmc/issues/21792

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: main