Update to 2.4.40:
libdrm 2.4.40 has been released. The reason is we need to use the radeon stencil mipmap allocator for combined depth-stencil buffers in Mesa.
This commit is contained in:
parent
541ebfcf96
commit
12218259f9
3 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.23 2012/10/29 05:06:37 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2012/12/08 22:15:35 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdrm-2.4.39
|
||||
DISTNAME= libdrm-2.4.40
|
||||
CATEGORIES= x11 graphics
|
||||
MASTER_SITES= http://dri.freedesktop.org/libdrm/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2012/06/10 16:32:13 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2012/12/08 22:15:35 wiz Exp $
|
||||
include/libdrm/drm.h
|
||||
include/libdrm/drm_fourcc.h
|
||||
include/libdrm/drm_mode.h
|
||||
|
@ -24,6 +24,7 @@ include/libdrm/radeon_surface.h
|
|||
include/libdrm/savage_drm.h
|
||||
include/libdrm/sis_drm.h
|
||||
include/libdrm/via_drm.h
|
||||
include/libdrm/vmwgfx_drm.h
|
||||
include/xf86drm.h
|
||||
include/xf86drmMode.h
|
||||
lib/libdrm.la
|
||||
|
@ -34,3 +35,6 @@ lib/pkgconfig/libdrm.pc
|
|||
lib/pkgconfig/libdrm_intel.pc
|
||||
lib/pkgconfig/libdrm_nouveau.pc
|
||||
lib/pkgconfig/libdrm_radeon.pc
|
||||
man/man3/drmAvailable.3
|
||||
man/man3/drmHandleEvent.3
|
||||
man/man3/drmModeGetResources.3
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.24 2012/08/24 22:12:09 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.25 2012/12/08 22:15:35 wiz Exp $
|
||||
|
||||
SHA1 (libdrm-2.4.39.tar.bz2) = c0e841850d7164c63d36f486ca3a64040357660e
|
||||
RMD160 (libdrm-2.4.39.tar.bz2) = 0f30ecc36a839d8cc71fc099a7581ffed0cd7fb1
|
||||
Size (libdrm-2.4.39.tar.bz2) = 492215 bytes
|
||||
SHA1 (libdrm-2.4.40.tar.bz2) = 0f77aa49922e17102caa75de86c8e79bbf23b4a1
|
||||
RMD160 (libdrm-2.4.40.tar.bz2) = 445dd7776fcc7a74f777281f69beb498e4a57576
|
||||
Size (libdrm-2.4.40.tar.bz2) = 492962 bytes
|
||||
SHA1 (patch-ab) = 66dadd3244bfa9c69be0982fd2108deb94483de2
|
||||
SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
|
||||
SHA1 (patch-ad) = ea3ef8de8db782ddab23f182f1e6bd9d8f612a78
|
||||
|
|
Loading…
Reference in a new issue