Skip to content
Snippets Groups Projects

Draft: egl: display information about device/platform

Open Alexandre Janniaux requested to merge alexandre-janniaux/vlc:egl/query-info/1 into master
All threads resolved!

Much like in the d3d11 code, display which device/vendor/driver is used, which is useful for the NVidia case on Linux (knowing which driver is actually used in logs) or in a multi-gpu context.

Typical output on Linux with multiple GPU:

egl_wl gl debug: EGL version 1.5 by Mesa Project
egl_wl gl debug:  extensions: EGL_ANDROID_blob_cache EGL_EXT_....
[00007f1c7c0e3bf0] egl_wl gl debug: EGL has 3 devices:
[00007f1c7c0e3bf0] egl_wl gl debug:  device 0: EGL_EXT_device_drm vendor= renderer= /dev/dri/card1
[00007f1c7c0e3bf0] egl_wl gl debug:  device 1: EGL_EXT_device_drm vendor= renderer= /dev/dri/card0
[00007f1c7c0e3bf0] egl_wl gl debug:  device 2: EGL_MESA_device_software vendor= renderer=
[00007f1c7c0e3bf0] egl_wl gl debug: Using EGL device: EGL_EXT_device_drm
[00007f1c7c0e3bf0] egl_wl gl debug: Using EGL driver: nouveau
main generic debug: using opengl module "egl_wl"
Edited by Alexandre Janniaux

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #214744 failed

Merge request pipeline failed for 42fa0fec

Approval is optional
Merge blocked: 3 checks failed
Merge request must not be draft.
Pipeline must succeed.
Merge request must be rebased, because a fast-forward merge is not possible.

Merge details

  • The source branch is 13965 commits behind the target branch.
  • 1 commit will be added to master.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Alexandre Janniaux added 2364 commits

    added 2364 commits

    Compare with previous version

  • Rémi Denis-Courmont resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading