Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • glvnd
  • libglvnd
  • Merge requests
  • !195

Update GL/gl.h to match Mesa.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kyle Brenneman requested to merge kbrenneman/libglvnd:copy-mesa-gl-h into master Oct 23, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

This just copies the ToT version of Mesa's GL/gl.h header into libglvnd. This should allow any applications which specifically depend on Mesa's headers to build against libglvnd instead.

The #ifdefs around the GLeglImageOES typedef should be enough to avoid any duplicate typedef errors in libglvnd just like in Mesa.

You could still run into duplicate typedef problems if you try to include both GL and GLES headers in the same file, but nothing in libglvnd itself does that, and anything else would have had the same problem building against Mesa's headers.

Fixes #194 (closed).

Edited Oct 23, 2019 by Kyle Brenneman
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: copy-mesa-gl-h