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,047
    • Issues 3,047
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 990
    • Merge requests 990
  • 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
  • !13729

mesa/st: Remove GL_ARB_depth_clamp emulation support.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emma Anholt requested to merge anholt/mesa:no-depth-clamp-emu into main Nov 09, 2021
  • Overview 8
  • Commits 1
  • Pipelines 7
  • Changes 13

This was useful for emulating GL 3.2 in virgl on a GLES3 host renderer, before GL_EXT_depth_clamp introduced the ability for hardware drivers to expose the feature on GLES. Now that we have that, the desktop-GL-capable HW that virgl cares about can expose desktop GL even on its GLES renderer on the host without this emulation. I don't think anyone particularly cares about hitting higher GL versions on actually-core-GLES hosts with virgl.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: no-depth-clamp-emu