From owner-svn-src-all@FreeBSD.ORG Tue Jan 10 15:58:38 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 6AD57106564A for ; Tue, 10 Jan 2012 15:58:38 +0000 (UTC) (envelope-from pfg@freebsd.org) Received: from nm24.bullet.mail.sp2.yahoo.com (nm24.bullet.mail.sp2.yahoo.com [98.139.91.94]) by mx1.freebsd.org (Postfix) with SMTP id 420FC8FC0C for ; Tue, 10 Jan 2012 15:58:38 +0000 (UTC) Received: from [98.139.91.64] by nm24.bullet.mail.sp2.yahoo.com with NNFMP; 10 Jan 2012 15:58:38 -0000 Received: from [98.139.91.11] by tm4.bullet.mail.sp2.yahoo.com with NNFMP; 10 Jan 2012 15:57:37 -0000 Received: from [127.0.0.1] by omp1011.mail.sp2.yahoo.com with NNFMP; 10 Jan 2012 15:57:37 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 959074.94792.bm@omp1011.mail.sp2.yahoo.com Received: (qmail 79374 invoked by uid 60001); 10 Jan 2012 15:57:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1326211057; bh=wvc17yvGAjl7JEtsA1CI7bzS4hpgvz1mZMuk7jQVKWI=; h=X-YMail-OSG:Received:X-RocketYMMF:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hitaDtBsB54EDYdZhKSP6bCys9Y9Z9aTfE1Ca1cAYdCheqQOqDuzF5yJS/COcpiD4RNVW3dFrjE2DUCDevNXwz8rp7rwyaBEqSLCzzttE7w8ZUzmuVY4r7s542huVJ+WWq5H+zbvhqPqZmeGWjew6DxpbHrpc7z/44R+A5nYweI= X-YMail-OSG: FeF29KYVM1m5Zan7Opq52MU2P29M1mCPX9JyVGnmijme9kZ LhenMa_lEG1_j4Yd5AHfiZ1h9AiMlAem0vT67hUzc8WXe_41O2gUPELJW1PQ H8SZyT6R4ne.ILgyFWFr3XVO4vV3zT9HCZqHjErG41hXbm3wxcfADj.IhHEa MCM0GzNe6RUdMWRPet_mQG_o6lePPVtAG4OakjfDeXwKt0wlBjOEiQRtGzzu ruQzXoizOvUzP.kghcehPG_IeMFwYfJ._DKj5zONsnXSKDAxkok3Bi6DnyGG 7sOanQhidyjuUnbaifZmBlct6yhq13DF7JJnyneEi.vF7rAKgITXlKd.1vR_ YRpiW4fYbgz1mvCS2p5W6G_QJ8ph27QAQezIatM48ozDmBBOhS9GG66xCQi2 5dAoMplRLmqyaF.e_aAZ6S1mhbainSxTbG97R68Vwf_LFGuUiNRF0P7IC0Lz MZppkh1fvYrelG2s_EQ6NbVbFYG5t61MRCgx5__J1XkZvsXLTrt0txY5FVft Tu2J1rzqL90uWwCGSbg6VVWMVhSgB.mDM_CPo5ffL Received: from [200.118.157.7] by web113501.mail.gq1.yahoo.com via HTTP; Tue, 10 Jan 2012 07:57:37 PST X-RocketYMMF: giffunip X-Mailer: YahooMailClassic/15.0.4 YahooMailWebService/0.8.115.331698 Message-ID: <1326211057.75222.YahooMailClassic@web113501.mail.gq1.yahoo.com> Date: Tue, 10 Jan 2012 07:57:37 -0800 (PST) From: Pedro Giffuni To: Dimitry Andric In-Reply-To: <4F0BF1D3.7090902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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 Reply-To: pfg@freebsd.org 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 15:58:38 -0000 =0AHello;=0A=0A--- Mar 10/1/12, Dimitry Andric ha scritto= :=0A=0A> Data: Marted=EC 10 gennaio 2012, 03:07=0A> On 2012-01-03 20:47, Pe= dro F. Giffuni=0A> wrote:=0A> > Author: pfg=0A> > Date: Tue Jan=A0 3 19:47:= 32 2012=0A> > New Revision: 229415=0A> > URL: http://svn.freebsd.org/change= set/base/229415=0A> >=0A> > Log:=0A> >=A0 =A0 Integrate the line drawing al= gorithm from=0A> the book "Graphic Gems 1".=0A> >=0A> >=A0 =A0 http://www.g= raphicsgems.org/=0A> >=0A> >=A0 =A0 At the time it claimed to be 3-4 times= =0A> faster than the traditional=0A> >=A0 =A0 algorithm.=0A> =0A> Btw, why = is this library in the base system at all?=A0=0A> It seems totally unused, = except for one picobsd=0A> Makefile?=0A> =0A=0AIt's a very FreeBSD-specific= library and it's the best=0Aexample on how to do low level screen manipula= tion.=0A=0AI think it was not meant to live for so long in the base=0Asyste= m but it's pretty small and specific so no one has=0Ataken the time to turn= it into a port. I think it is=0Astill used in some ports like libggi.=0A= =0Acheers,=0A=0APedro.=0A=0A