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

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



Tag 'libdrm-2.4.23-1' created by Julien Cristau <jcristau@debian.org> at 2010-12-23 17:13 +0000

Tagging upload of libdrm 2.4.23-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNE4MsAAoJEDEBgAUJBeQMAoMQANkkRiRm1Fu6k5Ln48HGtxMB
3U+0aSOaaW1HnL8OfR2MMk17yZIwI7mN9/h/dZtZplcoTAk+WAX45+EcK6suZ14b
uTzomfnwS2vcsNVJl0/W+/PV32yZRUoeQnlFYf2YMO8XkWVSsp9tFlOa4mleok/X
Gt0aNb6GddRhjgsfBYefyEDbbWA9mYxFo5PLEZz+F+f0lF5pSlKpKN7ii0ai8yiT
CSwllVt3hmpmqq4LrTvsoXY+5pVvGQijc5gDwhmn40wFC3Kvt3BXncRj48GyTFA6
k1KjznJ8SoYO6Lm75HcCFz7bdbJt1j0APpf0z3b3yV36K6XOHGjec/f6ADykAqvF
PFD5SzyQq8UN5qaiLCgSg1MN+EnyNHsNM4gFbT/5lvmX4p8266+uG0IfIT8j++ra
ntSvjN58psoH4VglaWFXRIfyE8XkmE13kc3tvxEaaMnPLR863Pvq0Xk4uT3fhRry
v4/QeVQVitv891QxW6kzKx7PEMgLaqg62TpkmMV4Q24aY4ttsl0jzXoqdk9Im4ca
nRCFvBe+GhmIAw9hgV8ml9NyDTuK04jKlw0EkCloxLUK1qkGc+8/bDbTxKM5Auok
7JsC5eYi6uab1w5l3xDFwIZDV2m7cJkFZSgtfolvci7IqWVYoW4vKAQL26Ll/WoL
RbM0tvycQmJ9XNbcIJDl
=bh3Y
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.22-2:
Adam Jackson (1):
      s/drmStrdup/strdup/

Albert Damen (1):
      intel: initialize bufmgr.bo_mrb_exec unconditionally

Chris Wilson (9):
      intel: Downgrade error warnings to debug
      intel: Prepare for BLT ring split.
      intel: enable relaxed fence allocation for i915
      intel: Compute in-aperture size for relaxed fenced objects
      intel: Add a forward declaration of struct drm_clip_rect
      intel: If the command is fenced inform the kernel
      intel: Reorder need_fence vs fenced_command to avoid fences on gen4
      tests: Update for ENOENT returns from unknown handles
      configure: Bump version to 2.4.23

Dave Airlie (1):
      drm: don't do the create the node ourselves if we have udev.

Eric Anholt (5):
      intel: Remove stale comment.
      intel: Shove the fake bufmgr subdata implementation into the fake bufmgr.
      intel: Remove gratuitous assert on bo_reference.
      intel: Drop silly asserts on mappings present at unmap time.
      intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too.

Francisco Jerez (5):
      nouveau: Define buffer object usage flags.
      nouveau: Let the user choose the push buffer size.
      nouveau: Define the HAS_PAGEFLIP getparam.
      nouveau: Avoid unnecessary call to CPU_FINI.
      nouveau: Add implicit pushbuf flush before gpuobj destruction.

Julien Cristau (1):
      Upload to experimental

Marek Olšák (1):
      radeon: silence valgrind warnings by zeroing memory

Sven Joachim (5):
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs
      Rename libdrm-nouveau1 package to libdrm-nouveau1a
      Bump symbols and shlibs versions of libdrm-nouveau1a
      Use dh_prep instead of dh_clean -k

---
 ChangeLog                                 |  243 ++++++++++++++++++++++++++++++
 configure.ac                              |    2 
 debian/changelog                          |   14 +
 debian/control                            |   13 -
 debian/libdrm-nouveau1.install            |    1 
 debian/libdrm-nouveau1.lintian-overrides  |    1 
 debian/libdrm-nouveau1.symbols            |   46 -----
 debian/libdrm-nouveau1a.install           |    1 
 debian/libdrm-nouveau1a.lintian-overrides |    1 
 debian/libdrm-nouveau1a.symbols           |   46 +++++
 debian/rules                              |    6 
 include/drm/nouveau_drm.h                 |    8 
 intel/intel_bufmgr.c                      |   14 -
 intel/intel_bufmgr.h                      |    6 
 intel/intel_bufmgr_fake.c                 |   18 ++
 intel/intel_bufmgr_gem.c                  |  144 ++++++++---------
 nouveau/nouveau_bo.c                      |   12 +
 nouveau/nouveau_bo.h                      |    6 
 nouveau/nouveau_channel.c                 |    5 
 nouveau/nouveau_channel.h                 |    2 
 nouveau/nouveau_device.c                  |    5 
 nouveau/nouveau_drmif.h                   |    1 
 nouveau/nouveau_grobj.c                   |    2 
 nouveau/nouveau_notifier.c                |    2 
 nouveau/nouveau_private.h                 |    7 
 nouveau/nouveau_pushbuf.c                 |    8 
 radeon/radeon_bo_gem.c                    |    2 
 radeon/radeon_cs_gem.c                    |    2 
 tests/gem_flink.c                         |    2 
 tests/gem_mmap.c                          |    2 
 tests/gem_readwrite.c                     |    4 
 xf86drm.c                                 |   27 ---
 32 files changed, 469 insertions(+), 184 deletions(-)
---


Reply to: