diff options
author | wiz <wiz> | 2012-08-12 16:16:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-12 16:16:39 +0000 |
commit | fe1fcb02eefe57227a5367862b8d96561c5eb6df (patch) | |
tree | dea232fae4ce122e3783d1f00404e4034452dc56 /x11 | |
parent | 674a81d8b50b5793b3dec899740c02d72f6bb2c0 (diff) | |
download | pkgsrc-fe1fcb02eefe57227a5367862b8d96561c5eb6df.tar.gz |
Update to 2.4.38:
Alex Deucher (2):
radeon: add some missing evergreen pci ids
radeon: add some new SI pci ids
Chris Wilson (1):
intel: Bail gracefully if we encounter an unknown Intel device
Cooper Yuan (1):
libdrm/exynos: padding gem_mmap structure to 64-bit aligned
Damien Lespiau (1):
intel: Remove two unused variables
Dave Airlie (4):
libdrm: add missing caps from kernel to drm.h
libdrm: add prime fd->handle and handle->fd interfaces
libdrm/nouveau: add prime handle->bo and bo->handle support.
intel: add prime interface for getting/setting a prime bo. (v4)
Eric Anholt (4):
intel: Quiet valgrind warnings in context creation.
Drop "-Wunsafe-loop-optimizations".
intel: Import updated i915_drm.h.
intel: Add a function for the new register read ioctl.
Kenneth Graunke (1):
intel: Change context create failure message to from fprintf to DBG().
Laurent Pinchart (8):
modetest: Unify buffer allocation
modetest: Add SMPTE test pattern
modetest: Add test pattern support for missing packed YUV formats
modetest: Add test pattern support for missing planar YUV formats
modetest: Add test pattern support for missing RGB formats
modetest: Move connector and plane parsing to separate functions
modetest: Make frame buffer format configurable on the command line
modeset: Split buffer allocation to a separate file
Lauri Kasanen (1):
intel: Fix build failure in test_decode.c
Marek Olšák (6):
radeon: simplify ZS buffer checking on r600
radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG
radeon: force 2D tiling for MSAA surfaces
radeon: tweak TILE_SPLIT for MSAA surfaces
tests/modetest: fix distcheck
configure: bump version for 2.4.38 release
Paulo Zanoni (1):
intel: add more Haswell PCI IDs
Rob Clark (5):
omap: clarify dmabuf file descriptor ownership
omap: add API to import bo's from dmabuf fd's
omap: add refcnting and handle tracking
intel: fix build error
modetest: fix uninitialized fourcc
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libdrm/Makefile | 4 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index b6eb1d017c2..0bbd56054b0 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2012/07/01 15:47:02 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2012/08/12 16:16:39 wiz Exp $ # -DISTNAME= libdrm-2.4.37 +DISTNAME= libdrm-2.4.38 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 6ca1382f5cd..25f5cf99b53 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2012/07/28 18:01:26 dholland Exp $ +$NetBSD: distinfo,v 1.21 2012/08/12 16:16:39 wiz Exp $ -SHA1 (libdrm-2.4.37.tar.bz2) = fa8463e390eee9b589dc369abc4cbe3e4ef16d16 -RMD160 (libdrm-2.4.37.tar.bz2) = 5fee7f3618dd0f9dccc18804afe80600ecb5608f -Size (libdrm-2.4.37.tar.bz2) = 504014 bytes +SHA1 (libdrm-2.4.38.tar.bz2) = e90e28a0db2c32238e445f48af9683600c5f191f +RMD160 (libdrm-2.4.38.tar.bz2) = 59667c2d37c2e57155b2c0095881171b7098d82b +Size (libdrm-2.4.38.tar.bz2) = 484514 bytes SHA1 (patch-ab) = 66dadd3244bfa9c69be0982fd2108deb94483de2 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-ad) = ea3ef8de8db782ddab23f182f1e6bd9d8f612a78 |