Update to libdrm-2.4.11.
Changes from xorg-announce@: Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc nouveau: store bo handle in public struct in bo_ref_handle nouveau: write posting got lost somewhere, bring it back Add new drm_intel_get_pipe_from_crtc_id function. nouveau: fix ppc for swab changes in Linux 2.6.29 libdrm/mode: align subpixel results intel: NULL fake bo block when freeing in evict_all libdrm/intel: assert that clients are using bo refcounting correctly libdrm/intel: add drm_intel_bo_disable_reuse api Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. nouveau: backlight compat fix
This commit is contained in:
parent
f41aaabb83
commit
a7de7a33ef
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/05/05 04:22:30 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/05/22 19:30:47 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdrm-2.4.9
|
||||
DISTNAME= libdrm-2.4.11
|
||||
CATEGORIES= x11 graphics
|
||||
MASTER_SITES= http://dri.freedesktop.org/libdrm/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.8 2009/05/05 04:22:30 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.9 2009/05/22 19:30:47 tnn Exp $
|
||||
|
||||
SHA1 (libdrm-2.4.9.tar.bz2) = 75e6e198efbd0eb207fa5c5a41c73dbdf8d11976
|
||||
RMD160 (libdrm-2.4.9.tar.bz2) = fa5b15bf9ee0f0e7d22e6f15e5596841b874ca84
|
||||
Size (libdrm-2.4.9.tar.bz2) = 412515 bytes
|
||||
SHA1 (libdrm-2.4.11.tar.bz2) = fcf8626a3d2d8c800cfe6c50431ef12ebe872fbf
|
||||
RMD160 (libdrm-2.4.11.tar.bz2) = 6eb89d78ef6c279af371da2a46c51a032d048fd0
|
||||
Size (libdrm-2.4.11.tar.bz2) = 407127 bytes
|
||||
SHA1 (patch-aa) = 5881c75728feb088ae58b86c596e9c5f60648908
|
||||
SHA1 (patch-ab) = cb8a17c0f656640ea2d5c5c34b5a841fb1c37448
|
||||
SHA1 (patch-ac) = 4ff0b1986b12751b33d5a332c883761104683a7a
|
||||
|
|
Loading…
Reference in a new issue