gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz/gfx/libcallgl callgl.cxx


From: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz/gfx/libcallgl callgl.cxx
Date: Wed, 26 Feb 2003 19:52:10 +0200
User-agent: Mutt/1.4i

On Wed, Feb 26, 2003 at 12:26:08PM -0500, Matti Katila wrote:
> CVSROOT:      /cvsroot/gzz
> Module name:  gzz
> Changes by:   Matti Katila <address@hidden>   03/02/26 12:26:08
> 
> Modified files:
>       gfx/libcallgl  : callgl.cxx 
> 
> Log message:
>       Commented out 3 functions which are removed from libglwrapper.
> 
> CVSWeb URLs:
> http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcallgl/callgl.cxx.diff?tr1=1.45&tr2=1.46&r1=text&r2=text
> 
> Patches:
> Index: gzz/gfx/libcallgl/callgl.cxx
> diff -u gzz/gfx/libcallgl/callgl.cxx:1.45 gzz/gfx/libcallgl/callgl.cxx:1.46
> --- gzz/gfx/libcallgl/callgl.cxx:1.45 Fri Feb 21 15:02:32 2003
> +++ gzz/gfx/libcallgl/callgl.cxx      Wed Feb 26 12:26:08 2003
> @@ -499,6 +499,7 @@
>  #endif /* GL_REGISTER_COMBINERS_NV */
>  
>  #ifdef GL_EVAL_2D_NV
> +/* OBSOLETE!?
>       } else if(checkfunc(v, "MapControlPointsNV", 5, true)) {
>           // type, stride, vstride, packed not used
>           vector<GLfloat> params = getfv(v, 5, v.size());
> @@ -525,6 +526,7 @@
>                       &params[0]);
>       } else if (checkfunc(v, "EvalMapsNV", 2, false)) {
>           glEvalMapsNV(getToken(v[1]), getToken(v[2]));
> +*/
>  #endif

Mudyc: please remove and run tests - if tests pass, commit.

Commenting out and adding a comment with question marks is
almost always wrong ;)

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]