mesa-drm/etnaviv
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
..
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
etnaviv-symbols.txt etnaviv: convert to new symbols check 2019-11-11 22:57:14 +00:00
etnaviv_bo.c etnaviv: use drmCloseBufferHandle 2021-10-06 09:03:21 +02:00
etnaviv_bo_cache.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
etnaviv_cmd_stream.c etnaviv: Fix double-free in etna_bo_cache_free() 2019-06-28 16:17:19 +02:00
etnaviv_device.c etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms. 2024-06-25 10:41:35 +02:00
etnaviv_drm.h headers: drm: Sync with drm-next 2021-08-02 02:39:12 +00:00
etnaviv_drmif.h etnaviv: drop etna_bo_from_handle symbol 2019-06-24 16:21:07 +02:00
etnaviv_gpu.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_perfmon.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_pipe.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_priv.h fix various typos 2019-04-17 18:23:25 +01:00
libdrm_etnaviv.pc.in libdrm: add etnaviv drm support 2016-09-17 15:05:25 +02:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00