mesa-drm/intel
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
..
tests intel: properly escape sed pattern for tests 2020-04-27 15:53:58 +00:00
.gitignore intel: Add a regression test program for intel_decode.c. 2012-01-04 14:49:44 -08: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
intel-symbols.txt intel: convert to new symbols check 2019-11-11 22:57:14 +00:00
intel_aub.h intel/aub: Sync the AUB defines with mesa's 2013-06-10 17:51:17 +01:00
intel_bufmgr.c intel: annotate public functions 2018-09-19 22:46:44 -07:00
intel_bufmgr.h intel: Export a function to re-enable implicit synchronisation 2017-01-27 20:25:04 +00:00
intel_bufmgr_fake.c intel: add missing drm_public exports 2018-09-20 18:23:19 +01:00
intel_bufmgr_gem.c intel: Eliminate need to keep adding PCI IDs 2022-11-22 16:00:57 -08:00
intel_bufmgr_priv.h fix various typos 2019-04-17 18:23:25 +01:00
intel_chipset.h intel: Eliminate need to keep adding PCI IDs 2022-11-22 16:00:57 -08:00
intel_debug.h intel: shared header for shader debugging 2011-08-01 14:44:58 -07:00
intel_decode.c intel: Eliminate need to keep adding PCI IDs 2022-11-22 16:00:57 -08:00
libdrm_intel.pc.in intel: Update package name and description in libdrm_intel.pc 2013-08-30 12:10:50 -04:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00
mm.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
mm.h fix various typos 2019-04-17 18:23:25 +01:00
test_decode.c intel: Avoid aliasing violation 2022-08-23 22:54:15 +00:00
uthash.h intel: determine target endianness using meson 2023-10-31 13:24:32 +00:00