Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,076
    • Issues 3,076
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,007
    • Merge requests 1,007
  • 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

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.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !18216

mesa: Add a driconf option to provide GLES entrypoints to desktop GL contexts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jesse Natalie requested to merge jenatali/mesa:api-version-ignore into main Aug 23, 2022
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 7

I've found an app which initializes a desktop GL (compat) context, and then expects to be able to call GLESv1 entrypoints on it. Apparently this works on other Windows drivers, but Mesa (wisely) provides no-op implementations for the GLES entrypoints when using a desktop context.

This change adds a driconf option to override that behavior.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: api-version-ignore