Subject: Re: CVS commit: pkgsrc/lang/Cg-compiler
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-changes
Date: 11/25/2004 13:48:08
On Thu, 25 Nov 2004 19:40:34 +0000 (UTC)
Min Sik Kim <minskim@NetBSD.org> wrote:
>
> Module Name: pkgsrc
> Committed By: minskim
> Date: Thu Nov 25 19:40:34 UTC 2004
>
> Modified Files:
> pkgsrc/lang/Cg-compiler: Makefile distinfo
>
> Log Message:
> Update Cg-compiler to 1.3beta2.
Changes:
New 'vp40' profile, that enables texture sampling from within vertex
programs
New 'fp40' profile, that provides a robust branching model in fragment
programs, and support for output to multiple draw buffers ( MRTs )
Support for writing more than one color output (i.e. MRTs ) in the
arbfp1 and ps_2* profiles
New semantics to access OpenGL fixed-function state vectors from
within ARB_vertex_program and ARB_fragment_program
New -fastprecision option for arbfp*, fp30, and fp40 profiles, to
use reduced precision storage (fp16) when appropriate.
--
Min Sik Kim