From owner-svn-src-all@FreeBSD.ORG Tue Jan 10 08:07:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD60106564A; Tue, 10 Jan 2012 08:07:46 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 98D258FC13; Tue, 10 Jan 2012 08:07:46 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c412:ce36:3c98:43b8] (unknown [IPv6:2001:7b8:3a7:0:c412:ce36:3c98:43b8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DF7855C44; Tue, 10 Jan 2012 09:07:45 +0100 (CET) Message-ID: <4F0BF1D3.7090902@FreeBSD.org> Date: Tue, 10 Jan 2012 09:07:47 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120106 Thunderbird/10.0 MIME-Version: 1.0 To: "Pedro F. Giffuni" References: <201201031947.q03JlXnx039684@svn.freebsd.org> In-Reply-To: <201201031947.q03JlXnx039684@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r229415 - head/lib/libvgl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2012 08:07:47 -0000 On 2012-01-03 20:47, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Jan 3 19:47:32 2012 > New Revision: 229415 > URL: http://svn.freebsd.org/changeset/base/229415 > > Log: > Integrate the line drawing algorithm from the book "Graphic Gems 1". > > http://www.graphicsgems.org/ > > At the time it claimed to be 3-4 times faster than the traditional > algorithm. Btw, why is this library in the base system at all? It seems totally unused, except for one picobsd Makefile?