Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id C144063E4F9 for ; Sat, 16 Feb 2013 21:18:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6F20B14A19D; Sat, 16 Feb 2013 21:18:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE08B14A198 for ; Sat, 16 Feb 2013 21:18:31 +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 tl5Yf4tIQVJt for ; Sat, 16 Feb 2013 21:18:31 +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 ED0D514A18E for ; Sat, 16 Feb 2013 21:18:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8D54175DD; Sat, 16 Feb 2013 21:18:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 Feb 2013 21:18:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/enblend-enfuse To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130216211830.B8D54175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Feb 16 21:18:30 UTC 2013 Modified Files: pkgsrc/graphics/enblend-enfuse: Makefile distinfo Log Message: Changes 4.1.1: Bug Fixes - [Enblend only] Fix a race condition in the seam-line optimizer that can cause wrongly placed seams. - [Enblend and Enfuse] Use a per-thread storage of all OpenMP Vigra-functors. This avoids data races. - [Enblend and Enfuse] The Boost implementation of the `Mersenne Twister' random number generator caused segmentation faults when used in the OpenMP-enabled versions of Enblend and Enfuse. The new implementation is based on the GNU Scientific Library (GSL), which plays nicely with concurrent accesses. - [Enblend only] Correct a mistake that causes overlapping images with multiple seams to be blended incorrectly. - [Enblend only] Require the OpenGL extension `GL_ARB_texture_rectangle' for the `--gpu' option to work. This does away with a pesky warning of OpenGL drivers that do support this extension and avoids crashes with drivers that don't. The GPU performance improvement of Enblend via `--gpu' now is only available with drivers that feature `GL_ARB_texture_rectangle' (among many other required OpenGL extensions). The OpenGL warning about odd texture sizes is unaffected by this change. - [Enblend and Enfuse] Fix a longstanding quirk, which allowed to load masks that were unsuitable for processing. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/enblend-enfuse/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/enblend-enfuse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.