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

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



Tag 'libdrm-2.4.13-1' created by Julien Cristau <jcristau@debian.org> at 2009-09-05 11:20 +0000

Tagging upload of libdrm 2.4.13-1 to unstable.

Changes since libdrm-2.4.12-1:
Alex Deucher (3):
      Add R600_SCRATCH_REG_OFFSET to radeon_drm.h
      Add RADEON_INIT_R600_CP too
      radeon: pull in z pipe changes from kernel

Anssi Hannula (1):
      link libdrm_intel with -lrt for new use of clock_gettime().

Ben Skeggs (6):
      nouveau: drm api 0.0.15, update object header, remove fake bo support
      nouveau: user buffers need to be mappable
      nouveau: don't overwrite user-specified bo size needlessly
      nouveau: for the moment, assert if we exceed some reloc limits
      nouveau: support for copy-less pushbuf ioctl
      nouveau: fix a thinko in copyless pushbuf ioctl

Christoph Brill (1):
      Filter radeon pkgconfig file as do intel and nouveau

Christopher James Halse Rogers (1):
      Remove accidental 'expect this to be unstable' warning from long description of libdrm-intel

Dave Airlie (4):
      radeon: don't map/unmap explicitly.
      libdrm_radeon: add tiling support
      radeon: fix GTT writing space check
      radeon: fix bo wait at map time.

Eric Anholt (2):
      Add drm_intel_bo_busy to query whether mapping a BO would block.
      Bump to version 2.4.13 for release.

Jakob Bornecrantz (1):
      Kill last remnant of replacefb ioctl

Julien Cristau (3):
      Merge tag 'libdrm-2.4.13' into debian-unstable
      Update changelogs and symbols file for new release
      Prepare changelog for upload

Maarten Maathuis (1):
      libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalances cpu_prep/cpu_finish

Michel Dänzer (2):
      libdrm_radeon: Always wait for BO idle in bo_map.
      Revert "libdrm_radeon: Always wait for BO idle in bo_map."

Pauli Nieminen (4):
      libdrm/radeon: Update head of linked list not to point freed memory.
      libdrm_radeon: Fix loops so that compiler can optimize them.
      libdrm_radeon: Optimize copy of table to cs buffer with specialized call.
      radeon: add support for busy/domain check interface.

---
 .gitignore                        |    1 
 ChangeLog                         |  197 ++++++++++++++
 configure.ac                      |    2 
 debian/changelog                  |   13 
 debian/control                    |    8 
 debian/libdrm-intel1.symbols      |    1 
 debian/rules                      |    2 
 libdrm/intel/Makefile.am          |    2 
 libdrm/intel/intel_bufmgr.c       |    7 
 libdrm/intel/intel_bufmgr.h       |    1 
 libdrm/intel/intel_bufmgr_gem.c   |   28 +-
 libdrm/intel/intel_bufmgr_priv.h  |    8 
 libdrm/nouveau/Makefile.am        |    3 
 libdrm/nouveau/nouveau_bo.c       |  405 +++---------------------------
 libdrm/nouveau/nouveau_bo.h       |    8 
 libdrm/nouveau/nouveau_channel.c  |   66 ----
 libdrm/nouveau/nouveau_class.h    |  505 +++++++++++++++++++++++++++++++++-----
 libdrm/nouveau/nouveau_device.c   |   10 
 libdrm/nouveau/nouveau_dma.c      |  217 ----------------
 libdrm/nouveau/nouveau_dma.h      |  154 -----------
 libdrm/nouveau/nouveau_drmif.h    |    2 
 libdrm/nouveau/nouveau_fence.c    |  243 ------------------
 libdrm/nouveau/nouveau_notifier.c |    4 
 libdrm/nouveau/nouveau_private.h  |   92 ------
 libdrm/nouveau/nouveau_pushbuf.c  |  209 ++++++++++-----
 libdrm/radeon/radeon_bo.h         |   28 ++
 libdrm/radeon/radeon_bo_gem.c     |   81 +++++-
 libdrm/radeon/radeon_cs.h         |    9 
 libdrm/radeon/radeon_cs_gem.c     |   12 
 libdrm/radeon/radeon_cs_space.c   |    2 
 libdrm/radeon/radeon_track.c      |    1 
 shared-core/drm.h                 |    1 
 shared-core/nouveau_drm.h         |  124 +--------
 shared-core/radeon_drm.h          |   57 +++-
 34 files changed, 1065 insertions(+), 1438 deletions(-)
---


Reply to: