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

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



Tag 'libdrm-2.4.11-1' created by Julien Cristau <jcristau@debian.org> at 2009-06-08 14:25 +0000

Tagging upload of libdrm 2.4.11-1 to unstable.

Changes since libdrm-2.4.9-2:
Alan Coopersmith (2):
      Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am
      Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc

Ben Skeggs (2):
      nouveau: store bo handle in public struct in bo_ref_handle
      nouveau: write posting got lost somewhere, bring it back

Carl Worth (1):
      Add new drm_intel_get_pipe_from_crtc_id function.

Danny Tholen (1):
      nouveau: fix ppc for swab changes in Linux 2.6.29

Dave Airlie (1):
      libdrm/mode: align subpixel results

David Nusinow (1):
      Add README.source

Eric Anholt (2):
      intel: Only do BO caching up to 64MB objects.
      intel: quiet a warning.

Jesse Barnes (1):
      intel: NULL fake bo block when freeing in evict_all

Julien Cristau (10):
      xsfbs: repack.sh needs to be executable
      xsfbs: don't run dpkg --print-installation-architecture
      Kill custom readlink function
      Merge branch 'upstream-unstable' into debian-unstable
      Update changelogs
      Update libdrm-intel1.symbols and bump shlibs.
      Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Bump Standards-Version
      Remove Thierry Reding from Uploaders
      Prepare changelog for upload

Keith Packard (4):
      libdrm/intel: assert that clients are using bo refcounting correctly
      libdrm/intel: add drm_intel_bo_disable_reuse api
      Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse
      libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure.

Stuart Bennett (1):
      nouveau: backlight compat fix

---
 ChangeLog                        |  142 +++++++++++++++++++++++++++++++++++++++
 configure.ac                     |    2 
 debian/README.source             |   73 ++++++++++++++++++++
 debian/changelog                 |   12 +++
 debian/control                   |    4 -
 debian/libdrm-intel1.symbols     |    2 
 debian/rules                     |    2 
 debian/xsfbs/xsfbs.sh            |   12 ---
 libdrm/Makefile.am               |    1 
 libdrm/intel/intel_bufmgr.c      |   16 ++++
 libdrm/intel/intel_bufmgr.h      |    4 +
 libdrm/intel/intel_bufmgr_fake.c |    2 
 libdrm/intel/intel_bufmgr_gem.c  |   58 ++++++++++++++-
 libdrm/intel/intel_bufmgr_priv.h |   23 ++++++
 libdrm/nouveau/nouveau_bo.c      |    3 
 libdrm/nouveau/nouveau_dma.c     |    1 
 libdrm/xf86drmMode.c             |    3 
 shared-core/drm.h                |    6 +
 shared-core/i915_drm.h           |   10 ++
 19 files changed, 352 insertions(+), 24 deletions(-)
---


Reply to: