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

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



Tag 'libdrm-2.4.30-1' created by Cyril Brulebois <kibi@debian.org> at 2012-01-06 21:19 +0000

Tagging upload of libdrm 2.4.30-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk8HZUQACgkQeGfVPHR5Nd1qIwCgiTdEJxEEbL/9xonPv+kaFg9U
dQQAoIsgOYPoWGm2mX1hXFcV36UrS9vm
=ovsB
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.29-1:
Chris Wilson (2):
      intel: Reset vma list upon purge
      tests/gem_flink: Check for MASTER before proceeding

Cyril Brulebois (5):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Bump libdrm2's and libdrm-intel1's symbols and shlibs accordingly.
      Document the symlink dance when building from git in README.source.
      Upload to unstable.

Eric Anholt (18):
      intel: Import intel_decode.c from intel-gpu-tools.
      intel: Make intel_chipset handle devid directly.
      intel: intel: Add IS_GEN[567] macros.
      intel: Reformat intel_decode.c from intel-gpu-tools using Lindent.
      intel: Minor style tweaks after Lindent.
      intel: Get intel_decode.c minimally building.
      intel: Fix Wsigned-compare warnings (soon to be enabled).
      intel: Fix a ton of signed vs unsigned and const char *warnings
      intel: Add printflike warnings for instr_out.
      intel: Fix printf format warnings for intel_decode.
      intel: Remove c99ish variable declarations.
      intel: Turn on normal warnings for intel_decode.c build.
      intel: Disable unused decode_logic_op().
      intel: Add an interface for setting the output file for decode.
      intel: Add a regression test program for intel_decode.c.
      intel: Add regression tests for batch decode.
      intel: Update for new i915_drm.h defines.
      configure: Bump version for 2.4.30

Jesse Barnes (1):
      libdrm: update drm headers from kernel, including new overlay ioctls & structs

Johannes Obermayr (1):
      intel/intel_decode.c: Remove #include "intel_decode.h".

---
 ChangeLog                         |  273 ++
 configure.ac                      |    4 
 debian/README.source              |    6 
 debian/changelog                  |    8 
 debian/libdrm-intel1.symbols      |    7 
 debian/libdrm2.symbols            |    5 
 debian/rules                      |    4 
 include/drm/Makefile.am           |    1 
 include/drm/drm.h                 |    4 
 include/drm/drm_fourcc.h          |  130 +
 include/drm/drm_mode.h            |   64 
 include/drm/i915_drm.h            |    6 
 intel/.gitignore                  |    1 
 intel/Makefile.am                 |   30 
 intel/intel_bufmgr.h              |   14 
 intel/intel_bufmgr_gem.c          |   19 
 intel/intel_chipset.h             |  112 -
 intel/intel_decode.c              | 3691 ++++++++++++++++++++++++++++++++++++++
 intel/test_decode.c               |  191 +
 intel/tests/.gitignore            |    1 
 intel/tests/gen4-3d.batch         |binary
 intel/tests/gen4-3d.batch-ref.txt |  488 +++++
 intel/tests/gen4-3d.batch.sh      |    1 
 intel/tests/gen5-3d.batch         |binary
 intel/tests/gen5-3d.batch-ref.txt |  512 +++++
 intel/tests/gen5-3d.batch.sh      |    1 
 intel/tests/gen6-3d.batch         |binary
 intel/tests/gen6-3d.batch-ref.txt |  990 ++++++++++
 intel/tests/gen6-3d.batch.sh      |    1 
 intel/tests/gen7-3d.batch         |binary
 intel/tests/gen7-3d.batch-ref.txt | 1350 +++++++++++++
 intel/tests/gen7-3d.batch.sh      |    1 
 intel/tests/gm45-3d.batch         |binary
 intel/tests/gm45-3d.batch-ref.txt |  488 +++++
 intel/tests/gm45-3d.batch.sh      |    1 
 intel/tests/test-batch.sh         |   20 
 tests/gem_flink.c                 |    7 
 xf86drmMode.c                     |  153 +
 xf86drmMode.h                     |   33 
 39 files changed, 8565 insertions(+), 52 deletions(-)
---


Reply to: