mesa-drm/nouveau
Daniel Stone b0815faac0 libs: Tie DSO minor versions to libdrm version
There is an excellent writeup explaining this requirement here:
    https://gitlab.freedesktop.org/wayland/wayland/-/issues/175

In short, for mixed environments such as the Steam Runtime and other
container-like environments, choosing which libdrm to link into the
client's address space is a hard problem. If the runtime has a newer
libdrm than the host, then it should be preferred, because the client
may be using newly-added symbols. But if the host has a newer libdrm,
then that should be used, because drivers may be depending on those.

Bumping the DSO minor version is transparent to all users because apps
only link against the major version, e.g. DT_NEEDED libdrm.so.2; the
fact that libdrm.so.2 is a link to libdrm.so.2.122.0 is a detail known
only to the loader, but it does let a smart runtime make better
decisions.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2024-08-01 13:28:41 +01:00
..
nvif nouveau: import and install a selection of nvif headers from the kernel 2015-12-22 13:21:05 +10:00
abi16.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
Android.bp Convert to Android.bp 2024-07-29 14:47:30 -04:00
Android.sources.bp Convert to Android.bp 2024-07-29 14:47:30 -04:00
bufctx.c nouveau: annotate public functions 2018-09-19 22:46:45 -07:00
libdrm_nouveau.pc.in nouveau: import and install a selection of nvif headers from the kernel 2015-12-22 13:21:05 +10:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00
nouveau-symbols.txt nouveau: add interface to make buffer objects global 2023-08-17 21:09:55 +00:00
nouveau.c nouveau: add interface to make buffer objects global 2023-08-17 21:09:55 +00:00
nouveau.h nouveau: add interface to make buffer objects global 2023-08-17 21:09:55 +00:00
private.h nouveau: add debug option to sync pushbuffer submissions 2021-05-06 19:41:16 +02:00
pushbuf.c nouveau: add ioctl wrapper to check for dead channels 2022-05-03 11:23:30 +00:00