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

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



Tag 'libdrm-2.4.17-1' created by Brice Goglin <bgoglin@debian.org> at 2010-01-31 19:23 +0000

Tagging upload of libdrm 2.4.17-1 to unstable.

Changes since libdrm-2.4.16-1:
Ben Skeggs (3):
      nouveau: move reloc code down, nothing to see here
      nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAIN
      nouveau: remove delayed kernel bo creation

Brice Goglin (7):
      mark 2.4.16-1 back to UNRELEASED since it was rejected from NEW
      Bump linux-libc-dev dependency to 2.6.32
      Update debian/copyright
      Add libdrm-radeon1 symbols and update shlibs
      Drop the Debian revision from the radeon symbols file
      Add bug closer
      Prepare changelog for upload

Chris Wilson (2):
      intel: Expect caller to guarantee thread-safety of bo during reloc
      intel: Clear virtual after failing to mmap_gtt.

Dave Airlie (3):
      radeon: straighten out the API insanity.
      radeon: fix BO null check, should be in higher level fn
      libdrm 2.4.17

Jakob Bornecrantz (5):
      Bring dirty code from old branch
      Change the dirty ioctl a bit and comment it
      Change the number on the dirty ioctl to match upstream
      Merge branch 'modesetting-dirty-libdrm'
      Ignore config.h.in

Jerome Glisse (1):
      radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAIN

Jesse Barnes (5):
      drm/i915: add GETPARAM request for page flipping
      Bump libdrm version to 2.4.16 for page flipping
      Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm
      Bump event context structure version for page flipping
      modetest: fix build error due to page_flip_handler name change

Julien Cristau (3):
      kill useless libdrm-radeon1.symbols
      Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!
      Remove myself from Uploaders

Kristian Høgsberg (5):
      libdrm: add libdrm support for page flip ioctl
      modetest: add pageflip test case to modetest
      Add RELEASING to document the release process
      modetest: Error out if pageflipping is requested but not available
      Be less chatty in drmSetMaster/drmDropMaster

Timo Aaltonen (3):
      Merge commit '2.4.17' into debian-unstable
      Update the changelogs.
      Update libdrm2.symbols and shlibs.

---
 .gitignore                    |    1 
 ChangeLog                     |  191 +++++++++++++++++++++++++++++++++++++
 RELEASING                     |   66 +++++++++++++
 configure.ac                  |    2 
 debian/changelog              |   18 ++-
 debian/control                |    4 
 debian/copyright              |   23 ++++
 debian/libdrm-radeon1.symbols |   51 +++++++---
 debian/libdrm2.symbols        |    2 
 debian/rules                  |   18 +--
 include/drm/drm.h             |    5 
 include/drm/drm_mode.h        |   50 +++++++++
 include/drm/i915_drm.h        |    1 
 intel/intel_bufmgr_gem.c      |   13 --
 nouveau/nouveau_bo.c          |   48 +++------
 nouveau/nouveau_pushbuf.c     |  183 +++++++++++++++++-------------------
 radeon/Makefile.am            |    6 -
 radeon/radeon_bo.c            |  113 ++++++++++++++++++++++
 radeon/radeon_bo.h            |  206 +++++-----------------------------------
 radeon/radeon_bo_gem.c        |   93 +++++++++---------
 radeon/radeon_bo_int.h        |   45 ++++++++
 radeon/radeon_cs.c            |   92 ++++++++++++++++++
 radeon/radeon_cs.h            |  213 ++++++++++--------------------------------
 radeon/radeon_cs_gem.c        |   60 +++++------
 radeon/radeon_cs_int.h        |   66 +++++++++++++
 radeon/radeon_cs_space.c      |   66 +++++++------
 radeon/radeon_track.c         |  141 ---------------------------
 radeon/radeon_track.h         |   64 ------------
 tests/modetest/modetest.c     |  169 +++++++++++++++++++++++++++++++--
 xf86drm.c                     |   11 --
 xf86drm.h                     |    8 +
 xf86drmMode.c                 |   37 +++++++
 xf86drmMode.h                 |   22 ++++
 33 files changed, 1256 insertions(+), 832 deletions(-)
---


Reply to: