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

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



Tag 'libdrm-2.4.15-1' created by Julien Cristau <jcristau@debian.org> at 2009-11-23 16:12 +0000

Tagging upload of libdrm 2.4.15-1 to unstable.

Changes since libdrm-2.4.14-1:
Chris Wilson (5):
      intel: Mark cached bo as purgeable
      intel: Use atomic refcounters
      intel: report errno
      intel: Add a configure option to *disable* building libdrm-intel
      tests: Disable intel-specific tests with --disable-intel

Eric Anholt (7):
      intel: Add a new function to check if a BO's reloc tree references some BO.
      intel: Don't free the reloc list when putting a freed BO in the cache.
      intel: Don't allocate more relocation entries than the BO could support.
      intel: Reformat to the kernel coding style.  Welcome to the 8-space future.
      intel: Fix up some stale doxygen comments.
      intel: Remove the asserts about the ignored alignment parameter.
      Bump to 2.4.15 for release.

Jesse Barnes (1):
      intel: Add a bo_alloc function for tiled BOs.

Julien Cristau (9):
      xsfbs.sh: fix typo and remove svn keyword
      xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
      xsfbs.mk: remove more obsolete code
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Merge tag '2.4.15' into debian-unstable
      Bump changelogs
      Only build libdrm-intel on x86 (linux and kfreebsd)
      update libdrm-intel1 symbols and shlibs
      Prepare changelog for upload

Michel Dänzer (1):
      libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels.

Nicolai Hähnle (1):
      libdrm_radeon: Zero-initialize structures to silence valgrind warnings

---
 ChangeLog                        |  151 ++
 configure.ac                     |   28 
 debian/changelog                 |    8 
 debian/control                   |    4 
 debian/libdrm-intel1.symbols     |    2 
 debian/rules                     |   47 
 debian/xsfbs/xsfbs.mk            |   17 
 debian/xsfbs/xsfbs.sh            |    4 
 libdrm/Makefile.am               |    6 
 libdrm/intel/Makefile.am         |    1 
 libdrm/intel/intel_atomic.h      |   61 +
 libdrm/intel/intel_bufmgr.c      |  174 +-
 libdrm/intel/intel_bufmgr.h      |  124 +-
 libdrm/intel/intel_bufmgr_fake.c | 2316 ++++++++++++++++++++-------------------
 libdrm/intel/intel_bufmgr_gem.c  | 2176 ++++++++++++++++++++----------------
 libdrm/intel/intel_bufmgr_priv.h |  378 +++---
 libdrm/intel/mm.c                |  414 +++---
 libdrm/intel/mm.h                |   16 
 libdrm/radeon/radeon_bo_gem.c    |    8 
 shared-core/i915_drm.h           |   16 
 shared-core/radeon_drm.h         |   11 
 tests/Makefile.am                |   23 
 22 files changed, 3307 insertions(+), 2678 deletions(-)
---


Reply to: