summaryrefslogtreecommitdiff
path: root/x11/libdrm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-29 08:23:18 +0000
committerwiz <wiz@pkgsrc.org>2015-09-29 08:23:18 +0000
commitdd1191942d0ef917ffe5101acf9d5f19d97863f9 (patch)
treec054e815c3aab5df8ecc82c9519e8d3dd88f5860 /x11/libdrm
parentec0e279ea245674cac28b3f4391dca4b88e1dc8f (diff)
downloadpkgsrc-dd1191942d0ef917ffe5101acf9d5f19d97863f9.tar.gz
Update to 2.4.65:
Alan Coopersmith (1): Include <alloca.h> when needed before calling alloca Christian König (2): amdgpu: remove sequence mutex amdgpu: serialize drmPrimeFDToHandle Emil Velikov (20): drm: add interface to get drm devices on the system v3 Move -lm link flag to LIBADD vbltest: fix variable shadowing warning modetest: fix shadowing warnings intel: resolve shadowing warnings intel: error out on has_error in exec2 intel: introduce to_bo_gem() helper configure: enable -Wshadow when available amdgpu: remove unneeded -Wno-switch-enum flag modetest: annotate const data as such for good measure libkms: use static const for good measure radeon: cleanup bo/cs func tables freedreno: annotate the device/bo/pipe/ringbuffer funcs as const data tests/amdgpu: reference the correct variable for memcpy tests/amdgpu: annotate the uvd message templates as const data tests/amdgpu: annotate (most of) the vce templates as const data tests/amdgpu: ensure tests work by using c99 initializers nouveau: use designated initializers intel: ignore missing-field-initializers warnings configure: remove -Wno-missing-field-initializers Hyungwon Hwang (2): xf86drmMode: remove the trailing white spaces modetest: remove the trailing white spaces Jonathan Gray (1): amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap() Jérôme Glisse (1): drm: Add -lm to libdrm ldflags to fix build failure. Mathias Tillman (1): drm: fix the usage after free Mauro Rossi (2): amdgpu: add Makefile.sources amdgpu: add Android build support Michel Dänzer (1): tests: Add -lm to LDADD for dristat Rafał Sapała (1): intel: Serialize drmPrimeFDToHandle with struct_mutex Rob Clark (4): freedreno: don't take ownership of the dmabuf fd on import drm: make individual drm_server_info fxns optional freedreno: add API to get drm fd from fd_device Bump version for release Thierry Reding (1): omap: Initialize DMA BUF file descriptor to -1 Tvrtko Ursulin (1): libdrm: Add framebuffer modifiers uapi Varad Gautam (5): freedreno: fix a bo cache segfault with imported bo's freedreno: fill bo->fd when importing freedreno: get bo size for imported dma-buf freedreno: use drmPrime wrappers to import/export prime bo's freedreno: serialize drmPrimeFDToHandle under table_lock monk.liu (1): amdgpu: fix missing deinit on vamgr_32
Diffstat (limited to 'x11/libdrm')
-rw-r--r--x11/libdrm/Makefile4
-rw-r--r--x11/libdrm/distinfo9
-rw-r--r--x11/libdrm/patches/patch-amdgpu_amdgpu__cs.c15
3 files changed, 6 insertions, 22 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile
index bce70c5d002..5e796ee4606 100644
--- a/x11/libdrm/Makefile
+++ b/x11/libdrm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2015/08/18 22:19:38 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2015/09/29 08:23:18 wiz Exp $
-DISTNAME= libdrm-2.4.64
+DISTNAME= libdrm-2.4.65
CATEGORIES= x11 graphics
MASTER_SITES= http://dri.freedesktop.org/libdrm/
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo
index 207318dd9cf..be320ed063e 100644
--- a/x11/libdrm/distinfo
+++ b/x11/libdrm/distinfo
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.57 2015/08/18 22:19:38 wiz Exp $
+$NetBSD: distinfo,v 1.58 2015/09/29 08:23:18 wiz Exp $
-SHA1 (libdrm-2.4.64.tar.bz2) = 057492fa0742b778687757e241fff4ef39fcb7c3
-RMD160 (libdrm-2.4.64.tar.bz2) = a7ff0df732501e438315ae9d5821cd1d1fb0f332
-Size (libdrm-2.4.64.tar.bz2) = 640440 bytes
+SHA1 (libdrm-2.4.65.tar.bz2) = 74a6b2aa8c436e822e3ec5c52e463313c4e219d9
+RMD160 (libdrm-2.4.65.tar.bz2) = e3786ce6f49c520a73d782a4e020cdbaed4a57af
+Size (libdrm-2.4.65.tar.bz2) = 645877 bytes
SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c
SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
-SHA1 (patch-amdgpu_amdgpu__cs.c) = 8c88901b92000eaee89d541982f14c0a5b49c66e
SHA1 (patch-include_drm_drm.h) = 1cb10685b54a1c0ad71aef92edecbb0318fe4c99
SHA1 (patch-intel_intel__bufmgr__gem.c) = bab22f43ba85c48fd063b6ac667369d1223f908f
SHA1 (patch-libkms_vmwgfx.c) = d2204c0b79098c6c36b7f282b486c58c6354bd1d
diff --git a/x11/libdrm/patches/patch-amdgpu_amdgpu__cs.c b/x11/libdrm/patches/patch-amdgpu_amdgpu__cs.c
deleted file mode 100644
index f68c9d80270..00000000000
--- a/x11/libdrm/patches/patch-amdgpu_amdgpu__cs.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-amdgpu_amdgpu__cs.c,v 1.1 2015/08/18 13:26:29 richard Exp $
-at least on SunOS, alloca needs alloca.h
---- amdgpu/amdgpu_cs.c.orig 2015-08-13 22:27:03.000000000 +0000
-+++ amdgpu/amdgpu_cs.c
-@@ -32,7 +32,9 @@
- #include <pthread.h>
- #include <sched.h>
- #include <sys/ioctl.h>
--
-+#ifdef HAVE_ALLOCA_H
-+#include <alloca.h>
-+#endif
- #include "xf86drm.h"
- #include "amdgpu_drm.h"
- #include "amdgpu_internal.h"