- Update to 2.4.117
* modetest: print modifiers in hex as well * modetest: custom mode support * meson: fix intel requirements * meson: Use feature.require() and feature.allowed() * meson: replace deprecated program.path -> program.full_path * modetest: avoid erroring if there's no gamma legacy support * amdgpu: Fix pointer/integer mismatch warning * amdgpu: Use PRI?64 to format uint64_t * util: add NV24 and NV42 frame buffer formats * util: add pattern support for DRM_FORMAT_NV{24,42} * modetest: add support for DRM_FORMAT_NV{24,42} * util: fix grey in YUV SMPTE patterns * modetest: fix mode_vrefresh() for interlace/dblscan/vscan * util: remove unused definitions of RED, GREEN, and BLUE * amdgpu: add marketing names from amd-5.4.6 (22.40.6) * amdgpu: add marketing names from amd-5.5.1 (23.10.1) * amdgpu: add marketing names from PRO Edition 23.Q3 W7000 * amdgpu: add marketing names from Adrenalin 23.7.2 * amdgpu: add marketing names from Adrenalin 23.9.1 * modetest: document why no blob is created for linear gamma LUT * modetest: allocate and commit atomic request around set_property() * modetest: permit -r and -s to work together * modetest: allow using -r and -P * modetest: add support for writeback connector * amdgpu: amdgpu_drm.h for new GPUVM fault ioctl * amdgpu: add support for querying VM faults information * xf86drm: mark DRM_MAX_MINOR as deprecated * ci: bump FreeBSD to 13.2 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=347
This commit is contained in:
parent
a9e75d082c
commit
75e263e81f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46c53f40735ea3d26d614297f155f6131a510624a24274f654f6469ca905339a
|
||||
size 473560
|
3
libdrm-2.4.117.tar.xz
Normal file
3
libdrm-2.4.117.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2888d69e3eb1c8a77adc08a75a60fbae01f0d208d26f034d1a12e362361242b
|
||||
size 475504
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 11:48:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to 2.4.117
|
||||
* modetest: print modifiers in hex as well
|
||||
* modetest: custom mode support
|
||||
* meson: fix intel requirements
|
||||
* meson: Use feature.require() and feature.allowed()
|
||||
* meson: replace deprecated program.path -> program.full_path
|
||||
* modetest: avoid erroring if there's no gamma legacy support
|
||||
* amdgpu: Fix pointer/integer mismatch warning
|
||||
* amdgpu: Use PRI?64 to format uint64_t
|
||||
* util: add NV24 and NV42 frame buffer formats
|
||||
* util: add pattern support for DRM_FORMAT_NV{24,42}
|
||||
* modetest: add support for DRM_FORMAT_NV{24,42}
|
||||
* util: fix grey in YUV SMPTE patterns
|
||||
* modetest: fix mode_vrefresh() for interlace/dblscan/vscan
|
||||
* util: remove unused definitions of RED, GREEN, and BLUE
|
||||
* amdgpu: add marketing names from amd-5.4.6 (22.40.6)
|
||||
* amdgpu: add marketing names from amd-5.5.1 (23.10.1)
|
||||
* amdgpu: add marketing names from PRO Edition 23.Q3 W7000
|
||||
* amdgpu: add marketing names from Adrenalin 23.7.2
|
||||
* amdgpu: add marketing names from Adrenalin 23.9.1
|
||||
* modetest: document why no blob is created for linear gamma LUT
|
||||
* modetest: allocate and commit atomic request around set_property()
|
||||
* modetest: permit -r and -s to work together
|
||||
* modetest: allow using -r and -P
|
||||
* modetest: add support for writeback connector
|
||||
* amdgpu: amdgpu_drm.h for new GPUVM fault ioctl
|
||||
* amdgpu: add support for querying VM faults information
|
||||
* xf86drm: mark DRM_MAX_MINOR as deprecated
|
||||
* ci: bump FreeBSD to 13.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 08:29:29 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
Name: libdrm
|
||||
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
|
||||
Version: 2.4.116
|
||||
Version: 2.4.117
|
||||
Release: 0
|
||||
Summary: Userspace Interface for Kernel DRM Services
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user