virtio-gpu-virgl: teach it to get the QEMU EGL display
commite8a2db94792ca036adbdf3656125587c3097bd83
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 6 Jun 2023 11:56:54 +0000 (6 15:56 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 27 Jun 2023 15:08:56 +0000 (27 17:08 +0200)
tree2a10f688353f25c55d135b6e6d202b8fb5057de9
parentcf283fb44769b0a2de647193bb31d55d5d25595b
virtio-gpu-virgl: teach it to get the QEMU EGL display

virgl offers a few features that require to have access to the
underlying EGLDisplay. This is the case for the D3D texture sharing support.

The API callback is merged for virgl 1.0:
https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/1113

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230606115658.677673-18-marcandre.lureau@redhat.com>
hw/display/virtio-gpu-virgl.c