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

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



Tag 'libdrm-2.4.45-1' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2013-05-15 22:23 +0000

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

iEYEABECAAYFAlGUCtYACgkQhTV17EoIsv6qtgCgi8yvVa/MA+VgzQgkWnjz9nz6
P/MAoJAsCBL7PCW78krr63a7oDB0l8Tp
=LjOn
-----END PGP SIGNATURE-----

Changes since libdrm-2.4.40-1:
Alex Deucher (8):
      radeon: add new SI pci id
      radeon: add OLAND family
      radeon: add OLAND pci ids
      radeon: add pci ids for Richland APUs
      radeon: add new SI pci ids
      radeon: add new richland pci ids
      radeon: add HAINAN family
      radeon: add HAINAN pci ids

Ben Skeggs (2):
      nouveau: disallow pushbuf BOs in multiple memory types
      nouveau: expose channel engine selection on kepler chipsets

Ben Widawsky (1):
      intel_chipset: Merge intel-gpu-tools chipsets

Benjamin Gaignard (2):
      tests: allow tests programs to be installed
      tests: allow tests programs to be installed (cumulative patch)

Chris Forbes (1):
      intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS

Chris Wilson (1):
      intel: Remove the fence count contributions when clearing relocs

Daniel Kurtz (1):
      drm: Fix error message in drmWaitVBlank

Daniel Vetter (1):
      intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding

Dave Airlie (1):
      drm: add qxl drm header file

David Herrmann (5):
      man: convert manpages to XML instead of plain troff
      man: add drm.7 overview page
      man: add drm-kms overview page
      man: add drm-memory overview page
      man: fix manpage build instructions

David Shao (1):
      intel: Fix missing ETIME on BSD operating systems

Emilio Pozuelo Monfort (1):
      Upload 2.4.45 to experimental

Inki Dae (1):
      libdrm/exynos: add test application for 2d gpu.

Jerome Glisse (5):
      drm/radeon: track global bo name and always return the same
      radeonsi: make sure tile_split field are not garbage
      radeon: update radeon_drm.h to kernel last API additions v2
      radeon: add si tiling support v5
      libdrm 2.4.44

Jesse Barnes (2):
      man: disable man page building until David saves us all
      intel: add more VLV PCI IDs

Julien Cristau (1):
      Bump libdrm2 shlibs to 2.4.38.

Kenneth Graunke (2):
      intel/aub: Actually run BLT batches on the blit ring.
      intel: Fix Haswell CRW PCI IDs.

Laurent Pinchart (2):
      kms: Make libkms.h usable in C++
      kms: Return a negative error code in kms_bo_create()

Maarten Lankhorst (20):
      configure.ac: bump version to 2.4.41 for release
      Merge tag 'libdrm-2.4.41' into debian-experimental
      New upstream release.
      Add 02_fix_build.diff fix a build error.
      nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc
      libdrm: remove DISTCHECK_CONFIGURE_FLAGS
      configure.ac: bump version to 2.4.42 for release
      add manpages back to libdrm-dev
      Re-enable building of manpages, and build-depend on xsltproc
      add docbook-xsl to build-depends too
      Add valgrind to build-depends.
      configure.ac: bump version to 2.4.43 for release
      Merge tag 'libdrm-2.4.43' into debian-experimental
      bump changelogs
      Remove unused header xf86mm.h.
      makefiles: Add missing headers.
      Merge tag '2.4.44' into debian-experimental
      bump changelog
      Merge tag 'libdrm-2.4.45' into debian-experimental
      bump changelogs

Marcin Slusarz (3):
      libdrm_nouveau.pc: don't include I${includedir}/nouveau
      nouveau: return error from pushbuf_validate
      nouveau: add a way to override single pushbuffer memory limits

Marek Olšák (2):
      radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition
      configure.ac: bump version to 2.4.45 for release

Maxime Villard (2):
      libkms: fix memory leak in error path
      libkms: return -EINVAL on fstat error

Michel Dänzer (1):
      radeon: Fix 1D tiling layout on SI.

Rob Clark (5):
      freedreno: add freedreno DRM
      freedreno: add shifted reloc
      freedreno: add gpu-id property
      Add exynos_fimg2d_test to .gitignore
      freedreno: add synchronization between mesa and ddx

Sven Joachim (2):
      Undo accidental changes to upstream files
      Fix up debian/changelog

Thierry Reding (1):
      man: Fix typo and use $() for make expressions

Timo Aaltonen (4):
      Merge branch 'upstream-experimental' into debian-experimental
      update the changelogs
      drop 02_fix_build.diff, FTBFS with sbuild
      control: Bump policy to 3.9.4, no changes.

Ville Syrjälä (8):
      intel_chipset: Use parens around macro arguments
      intel_chipset: Fix up VLV confusion
      modetest: Fix pitches, somewhat
      modetest: Add support for all 16/32 bpp RGB formats
      modetest: Print possible_crtcs for planes
      modetest: Reduce the length of the connector type string
      modetest: Pass format_info to fill_tiles functions
      modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering

Xiang, Haihao (1):
      intel: Add support for VEBOX ring (v2)

---
 .gitignore                        |    7 
 ChangeLog                         |  789 ++++++++++++++++++++++++++++++++++++++
 Makefile.am                       |    8 
 configure.ac                      |   70 ++-
 debian/changelog                  |   20 
 debian/control                    |    5 
 debian/libdrm-dev.install         |    3 
 debian/libdrm-nouveau2.symbols    |    1 
 debian/rules                      |    2 
 exynos/Makefile.am                |    6 
 exynos/exynos_drm.h               |   52 ++
 exynos/exynos_fimg2d.c            |  630 ++++++++++++++++++++++++++++++
 exynos/fimg2d.h                   |  325 +++++++++++++++
 exynos/fimg2d_reg.h               |  114 +++++
 freedreno/Makefile.am             |   27 +
 freedreno/README                  |   16 
 freedreno/freedreno_bo.c          |  340 ++++++++++++++++
 freedreno/freedreno_device.c      |   45 ++
 freedreno/freedreno_drmif.h       |  100 ++++
 freedreno/freedreno_pipe.c        |  251 ++++++++++++
 freedreno/freedreno_priv.h        |  125 ++++++
 freedreno/freedreno_ringbuffer.c  |  263 ++++++++++++
 freedreno/freedreno_ringbuffer.h  |   89 ++++
 freedreno/kgsl_drm.h              |  192 +++++++++
 freedreno/libdrm_freedreno.pc.in  |   11 
 freedreno/list.h                  |  137 ++++++
 freedreno/msm_kgsl.h              |  519 ++++++++++++++++++++++++
 include/drm/Makefile.am           |    4 
 include/drm/i915_drm.h            |    2 
 include/drm/qxl_drm.h             |  152 +++++++
 include/drm/radeon_drm.h          |   81 +++
 intel/intel_bufmgr_gem.c          |   21 -
 intel/intel_chipset.h             |  380 +++++++++---------
 intel/intel_decode.c              |    4 
 intel/tests/gen6-3d.batch-ref.txt |    6 
 libkms/api.c                      |    2 
 libkms/intel.c                    |    1 
 libkms/libkms.h                   |    8 
 libkms/linux.c                    |    2 
 libkms/nouveau.c                  |    1 
 man/Makefile.am                   |   74 +++
 man/drm-kms.xml                   |  342 ++++++++++++++++
 man/drm-memory.xml                |  430 ++++++++++++++++++++
 man/drm.xml                       |  137 ++++++
 man/drmAvailable.man              |   25 -
 man/drmAvailable.xml              |   75 +++
 man/drmHandleEvent.man            |   45 --
 man/drmHandleEvent.xml            |  102 ++++
 man/drmModeGetResources.man       |   79 ---
 man/drmModeGetResources.xml       |  139 ++++++
 nouveau/abi16.c                   |   28 +
 nouveau/libdrm_nouveau.pc.in      |    4 
 nouveau/nouveau.c                 |   21 -
 nouveau/nouveau.h                 |   16 
 nouveau/private.h                 |    2 
 nouveau/pushbuf.c                 |   16 
 radeon/r600_pci_ids.h             |   38 +
 radeon/radeon_bo_gem.c            |   16 
 radeon/radeon_surface.c           |  724 ++++++++++++++++++++++++++++++++--
 radeon/radeon_surface.h           |   32 +
 tests/Makefile.am                 |    4 
 tests/exynos/Makefile.am          |   19 
 tests/exynos/exynos_fimg2d_test.c |  695 +++++++++++++++++++++++++++++++++
 tests/kmstest/Makefile.am         |    5 
 tests/modeprint/Makefile.am       |    5 
 tests/modetest/Makefile.am        |    5 
 tests/modetest/buffers.c          |  195 +++++++--
 tests/modetest/modetest.c         |   10 
 tests/vbltest/Makefile.am         |    6 
 xf86drm.c                         |    2 
 xf86mm.h                          |  198 ---------
 71 files changed, 7621 insertions(+), 679 deletions(-)
---


Reply to: