libdrm: Changes to 'refs/tags/libdrm-2.4.24-1'
Tag 'libdrm-2.4.24-1' created by Cyril Brulebois <kibi@debian.org> at 2011-03-05 19:31 +0000
Tagging upload of libdrm 2.4.24-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk1yj5YACgkQeGfVPHR5Nd2bzwCfTkA9rrnsR1x8tSbzSjXhgX/q
DlUAnRrZ3gRPWiy/IomKHOiiNWWHbybP
=c8q2
-----END PGP SIGNATURE-----
Changes since libdrm-2.4.23-3:
Ben Skeggs (3):
nouveau: nvc0 drm has no concept of "notifier block"
nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0
nouveau: fix up reloc_emit() to accept NULL target buffer
Benjamin Franzke (5):
configure.ac: ac_define HAVE_RADEON
modetest: Create buffers using libkms
tests/modeprint: Remove needless dependency on drm_intel
tests/modeprint: Output masks as hex numbers
modetest: Do no flip twice to a current front buffer
Chris Wilson (7):
intel: Export CONSTANT_BUFFER addressing mode
intel: Fallback to old exec if no mrb_exec is available
intel: compile fix for previous commit after rebasing
intel: Set the public handle after opening by name
intel: Remember named bo
intel: Add I915_PARAM_HAS_RELAXED_DELTA
configure: Bump version to 2.4.24
Christopher James Halse Rogers (4):
Merge branch 'upstream-experimental' into debian-experimental
Revert "intel: Fallback to old exec if no mrb_exec is available"
Changelog entry for new upstream
Add new radeon symbols to libkms
Cyril Brulebois (3):
Add a reminder for lintian warning.
No need to mention previous cherry-picks.
Upload to experimental.
Daniel Vetter (2):
intel: fix relaxed tiling on gen2
intel: Fixup for the fix for relaxed tiling on gen2
nobled (1):
libkms/radeon: Add backend
---
configure.ac | 5
debian/changelog | 13 ++
debian/libkms1.symbols | 1
include/drm/i915_drm.h | 14 ++
intel/intel_bufmgr.c | 6 -
intel/intel_bufmgr.h | 2
intel/intel_bufmgr_gem.c | 22 ++--
intel/intel_bufmgr_priv.h | 4
libkms/Makefile.am | 4
libkms/internal.h | 2
libkms/linux.c | 4
libkms/radeon.c | 242 ++++++++++++++++++++++++++++++++++++++++++++
nouveau/Makefile.am | 2
nouveau/nouveau_channel.c | 37 +++---
nouveau/nouveau_grobj.c | 11 +-
nouveau/nouveau_pushbuf.h | 38 ------
nouveau/nouveau_reloc.c | 34 ++++--
nouveau/nv04_pushbuf.h | 66 ++++++++++++
nouveau/nvc0_pushbuf.h | 92 ++++++++++++++++
tests/modeprint/Makefile.am | 4
tests/modeprint/modeprint.c | 4
tests/modetest/Makefile.am | 4
tests/modetest/modetest.c | 137 ++++++++++++++----------
23 files changed, 605 insertions(+), 143 deletions(-)
---
Reply to: