From c6acbd35663e3cf5f1f8d70c56685f7f4d078e6d75bb1f8f013477f29e27dd4b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 26 Nov 2023 10:47:32 +0000 Subject: [PATCH] Accepting request 1128707 from home:dirkmueller:Factory - update to 2.4.118: * improve SMPTE color LUT accuracy * util: factor out and optimize C8 SMPTE color LUT * util: add support for DRM_FORMAT_C[124] * util: store number of colors for indexed formats * util: add SMPTE pattern support for C4 format * util: add SMPTE pattern support for C1 format * util: add SMPTE pattern support for C2 format * modetest: add support for DRM_FORMAT_C[124] * modetest: add SMPTE pattern support for C[124] formats * intel: determine target endianness using meson * util: fix 32 bpp patterns on big-endian * util: fix 16 bpp patterns on big-endian * util: add missing big-endian RGB16 frame buffer formats * modetest: add support for parsing big-endian formats * util: add test pattern support for big-endian XRGB1555/RGB565 * util: fix pwetty on big-endian * util: add pwetty support for big-endian RGB565 * modetest: add support for big-endian XRGB1555/RGB565 * modetest: add support for DRM_FORMAT_NV{15,20,30} * modetest: switch usage to proper options grammar * xf86drm: add drmGetNodeTypeFromDevId * Sync headers with drm-next * xf86drmMode: add drmModeCloseFB() OBS-URL: https://build.opensuse.org/request/show/1128707 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=353 --- libdrm-2.4.117.tar.xz | 3 --- libdrm-2.4.118.tar.xz | 3 +++ libdrm.changes | 28 ++++++++++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.117.tar.xz create mode 100644 libdrm-2.4.118.tar.xz diff --git a/libdrm-2.4.117.tar.xz b/libdrm-2.4.117.tar.xz deleted file mode 100644 index f239c1d..0000000 --- a/libdrm-2.4.117.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2888d69e3eb1c8a77adc08a75a60fbae01f0d208d26f034d1a12e362361242b -size 475504 diff --git a/libdrm-2.4.118.tar.xz b/libdrm-2.4.118.tar.xz new file mode 100644 index 0000000..5bd6e11 --- /dev/null +++ b/libdrm-2.4.118.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a777bd85f2b5fc9c57f886c82058300578317cafdbc77d0a769d7e9a9567ab88 +size 479096 diff --git a/libdrm.changes b/libdrm.changes index 2f7a157..ee2f427 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Nov 25 10:09:47 UTC 2023 - Dirk Müller + +- update to 2.4.118: + * improve SMPTE color LUT accuracy + * util: factor out and optimize C8 SMPTE color LUT + * util: add support for DRM_FORMAT_C[124] + * util: store number of colors for indexed formats + * util: add SMPTE pattern support for C4 format + * util: add SMPTE pattern support for C1 format + * util: add SMPTE pattern support for C2 format + * modetest: add support for DRM_FORMAT_C[124] + * modetest: add SMPTE pattern support for C[124] formats + * intel: determine target endianness using meson + * util: fix 32 bpp patterns on big-endian + * util: fix 16 bpp patterns on big-endian + * util: add missing big-endian RGB16 frame buffer formats + * modetest: add support for parsing big-endian formats + * util: add test pattern support for big-endian XRGB1555/RGB565 + * util: fix pwetty on big-endian + * util: add pwetty support for big-endian RGB565 + * modetest: add support for big-endian XRGB1555/RGB565 + * modetest: add support for DRM_FORMAT_NV{15,20,30} + * modetest: switch usage to proper options grammar + * xf86drm: add drmGetNodeTypeFromDevId + * Sync headers with drm-next + * xf86drmMode: add drmModeCloseFB() + ------------------------------------------------------------------- Fri Nov 17 13:42:06 UTC 2023 - Stefan Dirsch diff --git a/libdrm.spec b/libdrm.spec index a741814..e4dbd58 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -24,7 +24,7 @@ Name: libdrm # Please remember to adjust the version in the n_libdrm-drop-valgrind* patches -Version: 2.4.117 +Version: 2.4.118 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT