[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libdrm: Changes to 'refs/tags/libdrm-2.4.27-1'



Tag 'libdrm-2.4.27-1' created by Cyril Brulebois <kibi@debian.org> at 2011-11-01 18:50 +0000

Tagging upload of libdrm 2.4.27-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6wP10ACgkQeGfVPHR5Nd2WOwCdGdSxjHmdVLur0EdTTCl/O/Oy
YREAn2a2RJGyJKW4Pe+Dr+/+Eia0XJ6c
=fwfQ
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.26-1:
Ben Widawsky (1):
      intel: shared header for shader debugging

Chih-Wei Huang (1):
      Specify the return type explicitly.

Cyril Brulebois (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Update libdrm-intel1's symbols and shlibs accordingly.
      Upload to unstable.

Daniel Vetter (2):
      drm/intel: don't clobber bufmgr->pci_device
      drm/i915: y tiling on i915G/i915GM is different

Dave Airlie (3):
      drm/test: handle usub being empty
      drmtest: make check should fail so hard on unable to open device
      nouveau: free in error path if drmAvailable fails.

Eric Anholt (6):
      intel: Use stdbool.h for dealing with boolean values.
      intel: Add an interface for removing relocs after they're added.
      intel: Remove stale comment.
      intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done.
      intel: Share the implementation of BO unmap between CPU and GTT mappings.
      configure: version bump for 2.4.27 release.

Jakob Bornecrantz (5):
      tests: Add vmwgfx driver to probed drivers in tests
      vbltest: Check error codes returned from libdrm
      modetest: Check error message from pageflip ioctl
      modetest: Print extra info if we fail to create a framebuffer
      modetest: Call dirty fb on modeset

Jesse Barnes (1):
      modetest: use 24 bit depth on the framebuffer

Marcin Slusarz (2):
      drm mode: fix drmIoctl wrapper
      nouveau: assert argument cannot have side effects

Matt Turner (1):
      modeprint.c: use PRIu64 for printing uint64_t

Tapani Pälli (1):
      xf86drm.h : wrap C code for C++ compilation/linking

Yuanhan Liu (1):
      intel: fix the wrong method check for bo_get_subdata

---
 ChangeLog                    |  271 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac                 |    2 
 debian/changelog             |    9 +
 debian/libdrm-intel1.symbols |    2 
 debian/rules                 |    2 
 intel/Makefile.am            |    3 
 intel/intel_bufmgr.c         |    2 
 intel/intel_bufmgr.h         |    2 
 intel/intel_bufmgr_gem.c     |  170 +++++++++++++++++---------
 intel/intel_debug.h          |   44 ++++++
 nouveau/nouveau_device.c     |    4 
 nouveau/nouveau_pushbuf.c    |    3 
 tests/drmtest.c              |   13 +-
 tests/modeprint/modeprint.c  |    7 -
 tests/modetest/modetest.c    |   19 ++-
 tests/vbltest/vbltest.c      |   22 ++-
 xf86drm.h                    |    8 +
 xf86drmMode.c                |    2 
 xf86drmMode.h                |    8 +
 19 files changed, 507 insertions(+), 86 deletions(-)
---


Reply to: