Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C8325A5679 for ; Sun, 24 Nov 2013 09:20:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D8FD14A4F9; Sun, 24 Nov 2013 09:20:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68EAF14A4F8 for ; Sun, 24 Nov 2013 09:20:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u2t_gi5Wf5H6 for ; Sun, 24 Nov 2013 09:20:42 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 8B17114A4C0 for ; Sun, 24 Nov 2013 09:20:41 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id rAO9Kb4u014355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 24 Nov 2013 10:20:38 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id rAO9Kbl4014348 for pkgsrc-changes@netbsd.org; Sun, 24 Nov 2013 10:20:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A51FA14A37D for ; Sat, 23 Nov 2013 07:29:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H-DwZ541oYQY for ; Sat, 23 Nov 2013 07:29:12 +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 2A4D214A38E for ; Sat, 23 Nov 2013 07:29:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D062F96; Sat, 23 Nov 2013 07:29:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 23 Nov 2013 07:29:11 +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: <20131123072911.D062F96@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Sun, 24 Nov 2013 10:20:38 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Nov 23 07:29:11 UTC 2013 Modified Files: pkgsrc/x11/libdrm: Makefile distinfo Log Message: Update to 2.4.49: A new version of libdrm has been released. It adds support for 2D tiling for Sea Islands Radeon GPUs and fixes bugs. Ian Romanick (1): intel: Use memset instead of VG_CLEAR Marek Olšák (3): radeon: implement 2D tiling for CIK radeon: handle P16 pipe configs for Hawaii Bump the version for release Michel Dänzer (2): radeon: fix mipmap level 0 and 1 alignment for SI and CIK radeon: don't overallocate stencil by 4 on SI and CIK Thomas Hellstrom (1): libdrm/mode: Update the encoder and connector defines To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libdrm/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/libdrm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.