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

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



Tag 'libdrm-2.4.21-1' created by Julien Cristau <jcristau@debian.org> at 2010-06-10 21:25 +0000

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

iQIcBAABCAAGBQJMEVhOAAoJEDEBgAUJBeQMDwoQAKRMx64eW2EolNH3ahNxA3Gj
6fFI6tUt+0Q1iC3UDE5EeLIqBFMI7C3OmY95CsA6IHa6blrGWmTw83HwYYDJYiFG
+FI20cGHEgrk/sWrnaqoTo9ba9ajAaPESwh19N7rpBF7LCsm6a3d0rFKIKJswvQn
iSzqKOYgMZXRE1hjefgxc/AFfiaj8YODYrtHZmRiyZH1scMG/9cQJ+bFEeSsK4Nu
/n+tCuxNaWgrw7gAzvqaYMdfPrJK4gmQh18GIA/MMQzseV3Wk0fQrAk791EKY7Ov
R01irXXqqAQXVxyTpgQVkx5ReGXNjFU46dGq4fp7Ia0FhMRK34wEaJ+4yLigHUNj
tL7OBCTrnzT/N2X6E2thXOkFOLNtvoQm96EMI4wIeZ5g8t1t6rdVNgXX7NM8bCFr
StB2CjBmgiMhv8XJrZqHID4lsnvgu1tfopQ0/IsaLXquX2VA/99LRxxUR+INCS0F
HHoyMh98dLWeSje0SrItPEgg5fUJKJK+953snPUpMjn5XVuGgrm3vVXeWQYAoDR5
dzzVF6VKZkYZ9LCbSFyYOyojT7e7eCoe3cGf0yYPbribx8nnwnw69dz7Obo7YrAm
YYZZUzc2tr+i03debfp2IcjixvDTuXkAtTlbfjpN6UomApd7LcixyEpj4m35FAFl
AIvXObE7R0oDn4cmaDmv
=c67U
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.20-3:
Alan Coopersmith (2):
      Make libkms build default OS-dependent
      Correct the Solaris definitions of atomic_add & atomic_dec

Ben Skeggs (1):
      nouveau: stop shipping nouveau_class.h

Chris Wilson (6):
      intel: Use the correct size when allocating reloc_target_info array
      intel: We don't need to take the bufmgr lock whilst mapping.
      intel: query whether a buffer is reusable.
      Revert "intel: We don't need to take the bufmgr lock whilst mapping."
      intel: Don't change tiling mode unless the kernel reports success.
      intel: Convert to untiled pitches if surface is too large for tiling.

Christopher James Halse Rogers (4):
      * Add libkms package
      Better short description for libkms
      Only act on libkms when we're building libkms
      Install libkms to /usr/lib.

Daniel Stone (1):
      libkms: Fix include paths

Eric Anholt (7):
      intel_bufmgr_fake: fix compile warning.
      Enable silent automake rules.
      Allow a buffer to point at itself and still get relocs.
      intel: Add more intermediate sizes of cache buckets between powers of 2.
      intel: Fix several other paths for buffers pointing at themselves.
      Fix radeon distcheck.
      Bump version to 2.4.21 for release.

Jerome Glisse (1):
      drm/radeon: add new cs command stream dumping facilities

Jesse Barnes (2):
      tests: add new vblank test
      add vbltest to .gitignore

Jonathan Callen (1):
      Only build tests in make check

Julien Cristau (5):
      Merge remote branch 'origin/debian-experimental' into debian-experimental
      Update the copyright file
      Mark new libdrm_radeon symbols private.
      Mark libkms private symbols as such
      Upload to experimental

Kristian Høgsberg (2):
      Revert "Fix pkgconfig includes for /usr/include/drm"
      Pull in new kernel headers

Marek Olšák (1):
      radeon: use the const qualifier in radeon_cs_write_table

Michel Dänzer (1):
      vbltest: Doesn't need intel stuff.

Robert Hooker (5):
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs.
      Drop 02_build_libkms_against_in_tree_drm.diff (upstream)
      Refresh intel and radeon symbols.
      Add 02_build_libkms_against_in_tree_drm.diff back, refresh it with just the needed hunk.

Zou Nan hai (1):
      intel: Add support for kernel multi-ringbuffer API.

---
 .gitignore                                              |    1 
 ChangeLog                                               |  280 
 configure.ac                                            |   18 
 debian/changelog                                        |   27 
 debian/control                                          |   19 
 debian/copyright                                        |  291 
 debian/libdrm-intel1.symbols                            |    2 
 debian/libdrm-radeon1.symbols                           |   19 
 debian/libkms1.install                                  |    1 
 debian/libkms1.symbols                                  |   14 
 debian/patches/02_build_libkms_against_in_tree_drm.diff |   17 
 debian/patches/series                                   |    1 
 debian/rules                                            |   14 
 include/drm/drm.h                                       |    2 
 include/drm/drm_mode.h                                  |   37 
 include/drm/i915_drm.h                                  |    5 
 intel/intel_bufmgr.c                                    |   20 
 intel/intel_bufmgr.h                                    |    4 
 intel/intel_bufmgr_fake.c                               |    4 
 intel/intel_bufmgr_gem.c                                |  197 
 intel/intel_bufmgr_priv.h                               |   14 
 libkms/Makefile.am                                      |    3 
 nouveau/Makefile.am                                     |    1 
 nouveau/nouveau_class.h                                 | 9019 ----------------
 radeon/Makefile.am                                      |    4 
 radeon/bof.c                                            |  477 
 radeon/bof.h                                            |   90 
 radeon/radeon_cs.h                                      |    2 
 radeon/radeon_cs_gem.c                                  |  102 
 tests/Makefile.am                                       |   10 
 tests/vbltest/Makefile.am                               |   11 
 tests/vbltest/vbltest.c                                 |  188 
 xf86atomic.h                                            |    4 
 33 files changed, 1767 insertions(+), 9131 deletions(-)
---


Reply to: