Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9C26C63B884 for ; Sat, 29 Aug 2009 15:37:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3E2FF63B16A; Sat, 29 Aug 2009 15:37:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A4D6E63B138 for ; Sat, 29 Aug 2009 15:37:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8BA12175D0; Sat, 29 Aug 2009 15:37:47 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 29 Aug 2009 15:37:47 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/x11/libdrm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090829153747.8BA12175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Aug 29 15:37:47 UTC 2009 Modified Files: pkgsrc/x11/libdrm: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libdrm/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libdrm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.