diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-01 15:47:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-01 15:47:02 +0000 |
commit | 3ad372e3a09432175d67dad4d6d85f308e54ca7b (patch) | |
tree | 305dd6496437054dee965cfcb95c872975311871 /x11/libdrm | |
parent | ba1bbf4f47da7c811d913b048e07af10a13e5757 (diff) | |
download | pkgsrc-3ad372e3a09432175d67dad4d6d85f308e54ca7b.tar.gz |
2.4.37:
2.4.37:
I botched the 2.3.36 release quite royally. Here is 2.6.37 this time with the
proper context APIs in place.
Ben Widawsky (2):
intel/context: create/destroy implementation
configure: bump version for release
Kristian Høgsberg (1):
modetest: Dump bit field names
2.4.36:
Context API and wait render timeout API added to libdrm for Intel.
Unfortunately, I botched fixing intel decode, so there are a bunch of
bogus commits in here. Sorry :-(.
Ben Widawsky (10):
intel: Add IVB PUSH_CONSTANT decodes
intel: wait render timeout implementation
intel/decode: add sampler state pointers for [HD]S
intel/decode: VERTEX_ELEMENT_STATE, 1 means valid
intel: updated header for contexts
intel/context: Add drm_intel_context type
intel/context: new execbuf interface for contexts
intel: add decoding of MI_SET_CONTEXT
Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"
intel/decode: fix the reference file for
Dave Airlie (1):
radeon/surface: free version after using it.
Jerome Glisse (3):
radeon: always properly initialize stencil_offset field
radeon: enabled 2D tiling for evergreen only on fixed kernel
radeon: force 1D array mode for z/stencil surface
Marcin Slusarz (1):
nouveau: silence some remaining valgrind warnings
Michel Dänzer (1):
autogen.sh: Restore passing --enable-maintainer-mode to configure.
Paulo Zanoni (2):
Add support for generic object properties IOCTLs
modetest: print CRTC properties
Rob Clark (3):
Add support for bitmask properties
modetest: support bitmask properties
modetest: support plane properties
Diffstat (limited to 'x11/libdrm')
-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 e5a5220f193..b6eb1d017c2 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/06/15 23:06:03 dholland Exp $ +# $NetBSD: Makefile,v 1.20 2012/07/01 15:47:02 wiz Exp $ # -DISTNAME= libdrm-2.4.35 +DISTNAME= libdrm-2.4.37 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 b42560f6d13..4792ae74621 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2012/06/10 16:32:13 wiz Exp $ +$NetBSD: distinfo,v 1.18 2012/07/01 15:47:02 wiz Exp $ -SHA1 (libdrm-2.4.35.tar.bz2) = a1d8d4945f782371d7855dbd693db885bd7e3d83 -RMD160 (libdrm-2.4.35.tar.bz2) = e3275ab8d16b2d206b9ccab695900f2d07451c0a -Size (libdrm-2.4.35.tar.bz2) = 531007 bytes +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 (patch-ab) = 66dadd3244bfa9c69be0982fd2108deb94483de2 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-ad) = ea3ef8de8db782ddab23f182f1e6bd9d8f612a78 |