gzz-dev
[Top][All Lists]
Advanced

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

[Gzz] Re: [Gzz-commits] callgl/src callgl.cxx (fwd)


From: Matti Katila
Subject: [Gzz] Re: [Gzz-commits] callgl/src callgl.cxx (fwd)
Date: Mon, 14 Apr 2003 08:36:22 +0300 (EEST)

[Uh, I forgot to add gzz-dev to cc]

Hey, don't blame me. It's you who had removed all needed stub functions 
from glwrapper's gl.h file ;-) 

http://savannah.nongnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libglwrapper/GL/gl.h.diff?r1=1.5&r2=1.6&diff_format=h

-extern void (* _glMapControlPointsNV)(GLenum target, GLuint index, GLenum 
type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, 
GLboolean packed, const GLvoid *points);
-#define glMapControlPointsNV _glMapControlPointsNV
-extern void (* _glMapParameterfvNV)(GLenum target, GLenum pname, const 
GLfloat *params);
-#define glMapParameterfvNV _glMapParameterfvNV
-extern void (* _glMapParameterivNV)(GLenum target, GLenum pname, const 
GLint *params);
-#define glMapParameterivNV _glMapParameterivNV

As I feel responsibility about glwrapper/callgl linking. It's a hard time 
for me to have such unlinked code in callgl.


   -Matti


On Mon, 14 Apr 2003, Tuomas Lukka wrote:
> Of course, there were no tests using it, so it's *our* fault - 
> we'll put it back if we need it.
> 
>       Tuomas
> 
> 
> On Mon, Apr 14, 2003 at 06:40:05AM +0300, Tuomas Lukka wrote:
> > On Sun, Apr 13, 2003 at 04:43:33PM -0400, Matti Katila wrote:
> > > CVSROOT:  /cvsroot/callgl
> > > Module name:      callgl
> > > Changes by:       Matti Katila <address@hidden>   03/04/13 16:43:33
> > > 
> > > Modified files:
> > >   src            : callgl.cxx 
> > > 
> > > Log message:
> > >   too much code. fix by removing.
> > > 
> > > CVSWeb URLs:
> > > http://savannah.gnu.org/cgi-bin/viewcvs/callgl/callgl/src/callgl.cxx.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
> > > 
> > > Patches:
> > > Index: callgl/src/callgl.cxx
> > > diff -u callgl/src/callgl.cxx:1.3 callgl/src/callgl.cxx:1.4
> > > --- callgl/src/callgl.cxx:1.3     Sat Feb 22 12:56:21 2003
> > > +++ callgl/src/callgl.cxx Sun Apr 13 16:43:33 2003
> > > @@ -498,36 +498,6 @@
> > >                   getToken(v[4]));
> > >  
> > >  #endif /* GL_REGISTER_COMBINERS_NV */
> > > -
> > > -#ifdef GL_EVAL_2D_NV
> > > - } else if(checkfunc(v, "MapControlPointsNV", 5, true)) {
> > > -     // type, stride, vstride, packed not used
> > 
> > ...
> > 
> > Umm, I'm not positive that this was completely unused...
> > For example, I and jvk have used it for some fillet experiments.
> > 
> >     Tuomas
> > 
> > 
> > _______________________________________________
> > Gzz-commits mailing list
> > address@hidden
> > http://mail.nongnu.org/mailman/listinfo/gzz-commits
> 






reply via email to

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