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 Oct 18 17:12:55 UTC 2018

Modified Files:
        pkgsrc/x11/libdrm: Makefile distinfo

Log Message:
libdrm: update to 2.4.96.

Andrey Grodzovsky (2):
  amdgpu/test: Allow BO mapping flags to be passed in tests
  amdgpu/test: Fix deadlock tests for AI and RV v2

Rob Clark (14):
  xf86drmHash: remove redundant zero init
  freedreno/msm: get rid of ring_bo unref hack
  freedreno: expose refcnt'ing on ringbuffers
  freedreno: add flags param for rb creation
  freedreno/msm: support suballocation for stateobj rb's
  freedreno: remove deprecated ringmarker API
  freedreno/msm: remove reset of linked rings
  freedreno/msm: simplify emit_reloc_ring() vfunc
  freedreno/msm: use hashtable to track submit.cmds table
  freedreno/msm: simplify msm_ringbuffer_flush()
  freedreno/msm: handle ring-reloc to other stateobjs
  freedreno/kgsl: fix build
  freedreno/msm: fix c90 warning
  Bump to version 2.4.96

Thomas Hellstrom (1):
  libdrm: Allow dynamic drm majors on linux


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/libdrm/Makefile \
    pkgsrc/x11/libdrm/distinfo

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

Modified files:

Index: pkgsrc/x11/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.86 pkgsrc/x11/libdrm/Makefile:1.87
--- pkgsrc/x11/libdrm/Makefile:1.86     Tue Oct 16 15:18:08 2018
+++ pkgsrc/x11/libdrm/Makefile  Thu Oct 18 17:12:55 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2018/10/16 15:18:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.87 2018/10/18 17:12:55 wiz Exp $
 
-DISTNAME=              libdrm-2.4.95
-PKGREVISION=           1
+DISTNAME=              libdrm-2.4.96
 CATEGORIES=            x11 graphics
 MASTER_SITES=          http://dri.freedesktop.org/libdrm/
 EXTRACT_SUFX=          .tar.bz2
Index: pkgsrc/x11/libdrm/distinfo
diff -u pkgsrc/x11/libdrm/distinfo:1.86 pkgsrc/x11/libdrm/distinfo:1.87
--- pkgsrc/x11/libdrm/distinfo:1.86     Tue Oct 16 15:18:08 2018
+++ pkgsrc/x11/libdrm/distinfo  Thu Oct 18 17:12:55 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.86 2018/10/16 15:18:08 jperkin Exp $
+$NetBSD: distinfo,v 1.87 2018/10/18 17:12:55 wiz Exp $
 
-SHA1 (libdrm-2.4.95.tar.bz2) = fd7c1002001ef1aa1b6094eb2b78f1031e233bb3
-RMD160 (libdrm-2.4.95.tar.bz2) = b697aa87205fcae9485899c5057717f9fb7f6eb8
-SHA512 (libdrm-2.4.95.tar.bz2) = 9bf8178a871bb059471f58f236c8362245e08877b732b2c8366d402e8066c9a74707e4ec3bf680fca12303f1319875edc98ae8e31bc9826f172798f47197e631
-Size (libdrm-2.4.95.tar.bz2) = 820722 bytes
+SHA1 (libdrm-2.4.96.tar.bz2) = 51eb4c248a437b3f200bd1cd84461d3e0b60d71e
+RMD160 (libdrm-2.4.96.tar.bz2) = 8e13f0edf61bb0b59aaaf3cdbaadf20916782fe8
+SHA512 (libdrm-2.4.96.tar.bz2) = 008cb7658d953b44e11fa3cc6e00dfeb3efb59c7fdadd59f7066101aff138acbbc2f2508e9ebe0528340e39dc7693937755d1641816ddde135c10a13e7d81e3b
+Size (libdrm-2.4.96.tar.bz2) = 829518 bytes
 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
 SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b
 SHA1 (patch-libkms_vmwgfx.c) = d2204c0b79098c6c36b7f282b486c58c6354bd1d



Home | Main Index | Thread Index | Old Index