Tag 'libdrm-2.4.25-1' created by Cyril Brulebois <k...@debian.org> at 2011-04-19 01:03 +0000
Tagging upload of libdrm 2.4.25-1 to experimental. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk2s30QACgkQeGfVPHR5Nd16VgCfb5bqfIaeSWkAd8JG4EGe+nWS JsMAmQHwpqi+1VM7468awfgOGcFN4mOZ =qiyT -----END PGP SIGNATURE----- Changes since libdrm-2.4.24-2: Ben Skeggs (1): Implement drmGetCap() to query device/driver capabilities Chris Wilson (2): intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER configure: version bump for 2.4.25 release Cyril Brulebois (11): Merge branch 'upstream-experimental' into debian-experimental Bump changelogs. Update libdrm2.symbols and shlibs. Update libkms1.symbols, marking dumb_create@Base as private. Switch to dh. Add patch to fix make check. Add libudev-dev build-dep on Linux so that detection works. Since the testsuite just got enabled, let's not bail out if it fails. Remove xsfbs as it's no longer needed. Bump Standards-Version (no changes needed). Upload to experimental. Daniel Vetter (1): Cleanup gen2 tiling confusion Dave Airlie (4): drm: add dumb interface libkms: add dumb support libdrm: oops fix get cap return value. drm_mode: fix types on recently added ioctls Ilija Hadzic (1): libdrm: (revised) vblank wait on crtc > 1 Javier Jardón (1): build: Update autotools configuration Kristian Høgsberg (1): Build modetest for all chipsets, always build modeprint Matt Turner (1): don't try to build modetest without libkms --- ChangeLog | 264 ++++++++++++ Makefile.am | 2 autogen.sh | 14 configure.ac | 47 +- debian/README.source | 24 - debian/changelog | 19 debian/compat | 2 debian/control | 11 debian/libdrm2.symbols | 1 debian/libkms1.symbols | 1 debian/patches/03_build_against_librt.diff | 11 debian/patches/series | 1 debian/rules | 129 +----- debian/xsfbs/repack.sh | 32 - debian/xsfbs/xsfbs.mk | 285 ------------- debian/xsfbs/xsfbs.sh | 622 ----------------------------- include/drm/drm.h | 14 include/drm/drm_mode.h | 29 + intel/intel_bufmgr.c | 9 intel/intel_bufmgr_gem.c | 7 libkms/Makefile.am | 1 libkms/dumb.c | 220 ++++++++++ libkms/internal.h | 2 libkms/linux.c | 3 m4/.gitignore | 5 tests/Makefile.am | 12 xf86drm.c | 12 xf86drm.h | 4 28 files changed, 666 insertions(+), 1117 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qbzms-0007y1...@alioth.debian.org