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,082
    • Issues 3,082
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,008
    • Merge requests 1,008
  • 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
  • !7660

GLX: Drop support for pre-Mesa-8.0 drivers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adam Jackson requested to merge ajax/mesa:glx-min-mesa-8 into master Nov 17, 2020
  • Overview 10
  • Commits 5
  • Pipelines 14
  • Changes 21

This started as an attempt to unify the GLX context creation logic to consistently go through the create_context_attribs path internally. Support for that path was added for dri2 and drisw in 48ffc6a1 and 296fe21a in Mesa 8.0, which was February 2012 and supported nothing newer than Ivybridge, Turks and Caicos, and Fermi. Mesa 8.0 also happens to be the release in which we dropped the DRI1 drivers, so that seems like a nice clean break; if you're really trying to investigate a bug older than that, you can build your own libGL too.

In case that wasn't clear enough: this series drops support for loading DRI1 drivers, which last existed in Mesa 7.11.x.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: glx-min-mesa-8