Update to 2.4.13:
New release for a function I should have exposed from libdrm a long time ago. It lets us fix ARB_oq support, and I needed it for ARB_map_buffer_range. Alex Deucher (3): Add R600_SCRATCH_REG_OFFSET to radeon_drm.h Add RADEON_INIT_R600_CP too radeon: pull in z pipe changes from kernel Anssi Hannula (1): link libdrm_intel with -lrt for new use of clock_gettime(). Ben Skeggs (6): nouveau: drm api 0.0.15, update object header, remove fake bo support nouveau: user buffers need to be mappable nouveau: don't overwrite user-specified bo size needlessly nouveau: for the moment, assert if we exceed some reloc limits nouveau: support for copy-less pushbuf ioctl nouveau: fix a thinko in copyless pushbuf ioctl Christoph Brill (1): Filter radeon pkgconfig file as do intel and nouveau Dave Airlie (4): radeon: don't map/unmap explicitly. libdrm_radeon: add tiling support radeon: fix GTT writing space check radeon: fix bo wait at map time. Eric Anholt (2): Add drm_intel_bo_busy to query whether mapping a BO would block. Bump to version 2.4.13 for release. Jakob Bornecrantz (1): Kill last remnant of replacefb ioctl Maarten Maathuis (1): libdrm/nouveau: unmap before ufree means nvbo->sysmem != NULL, which inbalances cpu_prep/cpu_finish Michel Dänzer (2): libdrm_radeon: Always wait for BO idle in bo_map. Revert "libdrm_radeon: Always wait for BO idle in bo_map." Pauli Nieminen (4): libdrm/radeon: Update head of linked list not to point freed memory. libdrm_radeon: Fix loops so that compiler can optimize them. libdrm_radeon: Optimize copy of table to cs buffer with specialized call. radeon: add support for busy/domain check interface.
This commit is contained in:
parent
572d9748cf
commit
7186175fd3
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2009/07/22 12:45:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2009/08/29 15:37:47 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdrm-2.4.12
|
||||
DISTNAME= libdrm-2.4.13
|
||||
CATEGORIES= x11 graphics
|
||||
MASTER_SITES= http://dri.freedesktop.org/libdrm/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.10 2009/07/22 12:45:05 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2009/08/29 15:37:47 wiz Exp $
|
||||
|
||||
SHA1 (libdrm-2.4.12.tar.bz2) = 063fcd88403f96836c9580bc670773e1a6c851ef
|
||||
RMD160 (libdrm-2.4.12.tar.bz2) = 0bd6e32fccd73fabab188a06a5cfa5b765c6adf7
|
||||
Size (libdrm-2.4.12.tar.bz2) = 414175 bytes
|
||||
SHA1 (libdrm-2.4.13.tar.bz2) = 0d3065d8521fca97239ce4aecbc81dc08d07de7d
|
||||
RMD160 (libdrm-2.4.13.tar.bz2) = abd5bef589b4d5e3a241d9bcb2b85e2041a61e82
|
||||
Size (libdrm-2.4.13.tar.bz2) = 414494 bytes
|
||||
SHA1 (patch-aa) = 5881c75728feb088ae58b86c596e9c5f60648908
|
||||
SHA1 (patch-ab) = cb8a17c0f656640ea2d5c5c34b5a841fb1c37448
|
||||
SHA1 (patch-ac) = 4ff0b1986b12751b33d5a332c883761104683a7a
|
||||
|
|
Loading…
Reference in a new issue