- Update to version 2.4.52
+ intel: squash unused variable 'bo_gem' + intel: Handle malloc fails in context create + intel: Merge latest i915_drm.h + drm: Initialize or valgrind-clear modesetting ioctl arguments. + intel: Track whether a buffer is idle to avoid trips to the kernel. + tests/kmstest: support exynos + Mark debug_print with __attribute__ ((format(__printf__, 1, 0))) + intel: Create a new drm_intel_bo offset64 field. + freedreno: add fd_device_new_dup() + modetest: add the possibility to select the refresh frequency for a mode OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=162
This commit is contained in:
parent
6dfe935365
commit
c5ecb8bef0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bb75284ff56e1188cd2d0721f7cb8830aafcea5c6ca72dfd7b947ea652b951c
|
||||
size 566899
|
3
libdrm-2.4.52.tar.bz2
Normal file
3
libdrm-2.4.52.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1
|
||||
size 551473
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 11:14:46 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
- Update to version 2.4.52
|
||||
+ intel: squash unused variable 'bo_gem'
|
||||
+ intel: Handle malloc fails in context create
|
||||
+ intel: Merge latest i915_drm.h
|
||||
+ drm: Initialize or valgrind-clear modesetting ioctl arguments.
|
||||
+ intel: Track whether a buffer is idle to avoid trips to the kernel.
|
||||
+ tests/kmstest: support exynos
|
||||
+ Mark debug_print with __attribute__ ((format(__printf__, 1, 0)))
|
||||
+ intel: Create a new drm_intel_bo offset64 field.
|
||||
+ freedreno: add fd_device_new_dup()
|
||||
+ modetest: add the possibility to select the refresh frequency for a mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 13:15:05 UTC 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libdrm
|
||||
Url: http://dri.freedesktop.org/
|
||||
Version: 2.4.51
|
||||
Version: 2.4.52
|
||||
Release: 0
|
||||
Provides: libdrm23 = %{version}
|
||||
Obsoletes: libdrm23 < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user