Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • 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
  • glvnd
  • libglvnd
  • Merge requests
  • !260

WIP: add support for EGL_MESA_query_renderer

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Vasilis Liaskovitis requested to merge vliaskov/libglvnd:egl-mesa-query-renderer-v1 into master Dec 02, 2021
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 4

Firefox requested to have a way to query the device's vendor PCI ID and device PCI ID. A possible way to
do these queries is by implementing EGL_MESA_QUERY_RENDERER as first proposed here

References:

spec

libglvnd ext addition (here)

/cc @rmader @xexaxo @anholt

A different extension EGL_EXT_device_query_pci to solve the same issue has also been proposed here

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: egl-mesa-query-renderer-v1