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

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



Tag 'libdrm-2.4.56-1' created by Maarten Lankhorst <maarten.lankhorst@canonical.com> at 2014-08-06 11:21 +0000

Debian release 2.4.56-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJT4g+/AAoJEP5VjHKmcBPDEAMP/iN+UOhKO45WNKm68oI7rGxO
3v3jMOgXm577v+l3uLAlXxmM5wLdvl1qThWjgWBQUtIaz6OkGAHdmaEePDTQBdWl
GZbUKHZ2XtmQwzufi8/mldKZhZHqv2EcJeugjOfQtPErzoR8BRfbWqczD2DevcaS
bgwnYhmKD2hV8qe3HA79c8UKFW7xM+3TlmB4wM7NnNJRE1xRgJ5XKwRCSfF2YLy2
DIPc2XWnxEWMaLURHfavtulEtYy6WKtyDBQ4I0wx/qX7tRvVJLIZoa/MYLO9vBrv
CZs9BD5Ufy7HQ8ojsLinencBJd6B+OI62xuvrpFyGiOGQ3oyValmRm1w4ohkO4vq
+Qnwwj1Rhx7tgHYxuc8oSTZ+RKAyqNOHGqAlALJXfzAVlUEPPz0W5RSdw3UlZzh6
U4w7rzVnIWDNKo4jNJqSjKW9yAxKOnEwYyY1KRekz5/C++vjlmeVxTfA/zyMSrT9
tw4S7TvJ4a10/9kz5c2M6GfFv6MeMGRitxYRuV9zK5L7125id5IoZN4BIZyPCD6g
K7OdRehlF+9jiQE/IYyNiXXA9wA/S6TvR1/02ifC+0DQiqlumAHM3+sUlx76h0xI
3pyJzJuwutRBiOIODNHhWLH1c3G1TDYVxJ0Zu5wJm85PCZGnO5Cvs9F+RlRE/Kd+
XlvGkb/rx2G1xJWZKdox
=rbj7
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.54-1:
Andreas Boll (1):
      libdrm: Fix drm.h include in qxl drm header file

Damien Lespiau (2):
      intel: Sync the command parser version parameter from kernel
      intel: Sync typo fix from the kernel sources.

Daniel Kurtz (8):
      eyxnos: install exynos tests if HAVE_INSTALL_TESTS
      exynos: fix two warnings
      exynos_fimg2d: fix cast from pointer to integer of different size
      exynos: remove unusable "run" target
      exynos_fimg2d_test: fix drmModeRmFB
      exynos: prime: use drmPrime*() helpers
      exynos: removed unused fd field
      drmOpenByName: remove redundant drmAvailable check

Fabio Pedretti (1):
      debian/control: consolidate packages description

Maarten Lankhorst (17):
      Enable building freedreno on arm. (Closes: #741509)
      build exynos on arm too
      exynos: do not build fimg2d_test when building without libkms support.
      Add a patch to fix FTBFS with exynos.
      add missing libdrm-exynos1.install
      bump to version 2.4.55 for release
      Merge tag 'libdrm-2.4.55' into debian-unstable
      bump changelog, and remove ftbfs patch, upstream
      fix copy paste in description with some more copy paste
      Add a patch to hide all private symbols.
      Merge tag 'libdrm-2.4.56' into debian-unstable
      bump version
      drop upstreamed patch
      fix too long description for freedreno
      Add a squashed patch from upstream to hide all private symbols.
      Drop now hidden symbols.
      release to unstable

Marek Olšák (2):
      radeon: fix typo in sample split / fixes MSAA on Hawaii
      configure.ac: bump version to 2.4.56 for release

Matt Roper (1):
      drm: Add universal plane capability bit and plane type enums

Rob Clark (2):
      freedreno: sync kernel header
      freedreno: add chip-id property

Thomas Klausner (2):
      radeon: Remove superfluous parentheses.
      radeon: Add missing header includes.

Tobias Jakobi (3):
      exynos: fix coordinate computation in g2d_copy
      exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input
      exynos: fix scaling factor computation in g2d_copy_with_scale

Tvrtko Ursulin (1):
      intel: Add new userptr ioctl

---
 configure.ac                            |    2 
 debian/changelog                        |    9 
 debian/control                          |  138 +
 debian/libdrm-exynos1.install           |    1 
 debian/libdrm-exynos1.symbols           |   20 
 debian/libdrm-freedreno1.install        |    1 
 debian/libdrm-freedreno1.symbols        |   34 
 debian/libdrm-intel1.symbols            |    6 
 debian/libdrm-nouveau2.symbols          |    8 
 debian/libdrm-radeon1.lintian-overrides |    1 
 debian/libdrm-radeon1.symbols           |   19 
 debian/patches/02_fix_qxl_drm_h.diff    |   33 
 debian/patches/03_hide_symbols.diff     | 2389 ++++++++++++++++++++++++++++++++
 debian/patches/series                   |    2 
 debian/rules                            |   18 
 exynos/exynos_drm.c                     |   52 
 exynos/exynos_drmif.h                   |    2 
 exynos/exynos_fimg2d.c                  |    8 
 exynos/fimg2d.h                         |    2 
 freedreno/freedreno_drmif.h             |    1 
 freedreno/kgsl/kgsl_pipe.c              |    3 
 freedreno/msm/msm_drm.h                 |   12 
 freedreno/msm/msm_pipe.c                |    5 
 freedreno/msm/msm_priv.h                |    1 
 include/drm/drm.h                       |    8 
 include/drm/i915_drm.h                  |   19 
 include/drm/qxl_drm.h                   |    2 
 radeon/radeon_surface.c                 |   20 
 tests/exynos/Makefile.am                |    9 
 tests/exynos/exynos_fimg2d_test.c       |    2 
 tests/radeon/radeon_ttm.c               |    2 
 xf86drm.c                               |   13 
 xf86drmMode.h                           |    4 
 33 files changed, 2665 insertions(+), 181 deletions(-)
---


Reply to: