xserver/dri3
Erik Kurzinger f051a2449d DRI3: provide stub implementation of DRI3SetDRMDeviceInUse
DRI3 version 1.3 introduced a new request which allows clients to
provide a hint to the server about which DRM device they are using, so
that the server might return DRM format modifiers specific to that
device. However, implementing such functionality, for Xwayland in
particular, will require fairly significant architectural changes.

To avoid blocking future versions of the DRI3 extension, we provide here
a stub implementation for the request in question. The spec explicitly
states that it is only a hint that the server is free to ignore, so
strictly speaking this implementation is still correct.

Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/967>
2024-04-09 06:11:03 +00:00
..
dri3.c dri3: Include dix-config.h instead of xorg-config.h 2020-09-15 11:38:55 +02:00
dri3.h dri3: Switch fds_from_pixmap to stdint types. 2018-05-08 11:59:41 -04:00
dri3_priv.h dri3: Include dix-config.h instead of xorg-config.h 2020-09-15 11:38:55 +02:00
dri3_request.c DRI3: provide stub implementation of DRI3SetDRMDeviceInUse 2024-04-09 06:11:03 +00:00
dri3_screen.c dri3: Don't compute intersection with drawable modifiers 2023-01-20 17:56:54 +00:00
meson.build meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00