Skip to content
GitLab
  • Menu
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 2,702
    • Issues 2,702
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 909
    • Merge requests 909
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !12964

egl, wgl: Finish implementing available EGL functions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jesse Natalie requested to merge jenatali/mesa:egl-wgl-more into main Sep 21, 2021
  • Overview 16
  • Commits 19
  • Pipelines 19
  • Changes 21

I believe this is everything that already exists in st, stw, Gallium, etc, which can be trivially hooked up to EGL:

  • Pbuffers
  • Binding surfaces as textures
    • I ratholed on this a while to understand why the WGL frontend does this with a Y-flipping copy, where GLX and EGL don't. Looks like consumers of EGL/GLX are just expected to know that reading the surface will be upside down, and the NOK extension for pixmaps added a query to specifically expose that.
  • Images
  • Sync objects

And a few other misc things.

Lightly tested, since EGL content for Windows is rare, but after hacking up some piglit tests and finding one EGL/GLES3 sample suite, this seems to work.

Edited Sep 24, 2021 by Jesse Natalie
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: egl-wgl-more