pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libdrm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  7 06:31:06 UTC 2015

Modified Files:
        pkgsrc/x11/libdrm: Makefile distinfo
        pkgsrc/x11/libdrm/patches: patch-libkms_linux.c patch-libkms_vmwgfx.c

Log Message:
Update to 2.4.61:

Release to fix regression in nouveau in 2.4.60,
but brings lots of android changes and other fixes.

Ben Skeggs (2):
      nouveau: restore check that avoids multiple user bos per kernel bo
      configure.ac: bump version to 2.4.61 for release

Chih-Wei Huang (3):
      android: simplify the including rule of subdirs
      android: get rid of LIBDRM_TOP
      android: remove unnecessary TARGET_OUT_HEADERS variable

Chris Wilson (2):
      mode: Retrieve only the current information for a Connector
      intel: Delay testing for userptr until first use

Connor Behan (1):
      xf86drm: Fix ioctl struct clearing in drmAgpEnable

Damien Lespiau (3):
      RELEASING: Fix releasing instructions to match the latest release.sh
      RELEASING: Fix the step numbering
      RELEASING: Fix annouce typo

Daniel Kurtz (3):
      proptest: install it with --enable-install-test-programs
      tests: add rockchip to modetest, kmstest, vbltest and proptest
      xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic

Emil Velikov (39):
      android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
      android: simplify LOCAL_C_INCLUDES
      android: remove ${srcdir} from the includes
      android: remove LOCAL_COPY_HEADERS* variables
      android: add the missing tag "optional" to libkms
      autotools: remove ${srcdir} from the includes
      android: remove explicit include to libpciaccess
      tests/hash: extract test out of xf86drmHash.c
      tests/hash: misc compilation fixes
      tests/hash: style fixes
      tests/hash: return non-zero on failure
      tests/random: extract test out of xf86drmRandom.c
      tests/random: return non-zero on test failure
      drm: replace HASH_DEBUG with DEBUG
      drm: use correct printf modifiers
      configure.ac: split -fvisibility and __attribute__((visibility)) checks
      radeon: move bof.[ch] out of libdrm_radeon
      radeon: add symbols test
      freedreno: annotate the private symbols
      freedreno: add symbols test
      intel: remove the drm_mm* symbol workarounds
      intel: remove unused mmFindBlock
      intel: annotate the private symbols
      intel: add symbols test
      nouveau: annotate the private symbols
      nouveau: add symbols test
      libkms: annotate private symbols
      libkms: add symbols test
      exynos: add symbols test
      omap: add symbols test
      tegra: add symbols test
      drm: rename libdrm{,_macros}.h
      drm: remove no longer needed VISIBILITY_CFLAGS
      drm: remove drm_public macro
      configure: request/set the compiler in C99 mode
      drm: use c99 __func__ over __FUNCTION__
      man: rework the Makefile.am
      android: set the HAVE_VISIBILITY define
      freedreno: link against CLOCK_LIB

Greg Hackmann (1):
      Add missing <strings.h> includes

Jan Vesely (5):
      Fix unused function warnings
      Remove drmSetDebugMsgFunction and related infrastructure
      tests/exynos: Fix missing static keyword
      drmSL: Fix neighbor lookup
      tests/drmsl: Extract tests out of xf86drmSL.c

Joonyoung Shim (6):
      modetest: fix Segmentation fault
      modetest: make use of drmModeRmFB
      modetest: fix the error path handling
      modetest: clear buffer and framebuffer for planes
      modetest: destroy the cursor bo
      modetest: fix the arguments of the MAKE_RGB_INFO define

Neil Roberts (1):
      intel: Merge latest i915_drm.h

Rob Clark (2):
      modeprint: add missing encoder/connector type names
      modetest: fix allocation for yuv420/yvu420

Tobias Jakobi (1):
      modetest: initialize handles/pitches in set_plane()

Tvrtko Ursulin (1):
      intel: Leak the userptr test bo


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/libdrm/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/libdrm/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libdrm/patches/patch-libkms_linux.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libdrm/patches/patch-libkms_vmwgfx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index