gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] callgl/src callgl.cxx


From: Matti Katila
Subject: [Gzz-commits] callgl/src callgl.cxx
Date: Sun, 13 Apr 2003 16:43:33 -0400

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
-           vector<GLfloat> params = getfv(v, 5, v.size());
-           GLenum target = getToken(v[1]);
-           int index = getToken(v[2]);
-           int uorder = getToken(v[3]);
-           int vorder = getToken(v[4]);
-           glMapControlPointsNV(
-                   target, 
-                   index,
-                   GL_FLOAT,
-                   sizeof(float)*4, // ustride
-                   0,
-                   uorder, 
-                   vorder,
-                   GL_TRUE,
-                   &params[0]
-                       );
-       } else if (checkfunc(v, "MapParameterNV", 3, true)) {
-           vector<GLfloat> params = getfv(v, 3, 1);
-           glMapParameterfvNV(
-                       getToken(v[1]), 
-                       getToken(v[2]), 
-                       &params[0]);
-       } else if (checkfunc(v, "EvalMapsNV", 2, false)) {
-           glEvalMapsNV(getToken(v[1]), getToken(v[2]));
-#endif
-
 #ifdef GL_VERTEX_PROGRAM_ARB
        } else if (checkfunc(v, "BindProgram", 2) ||
                    checkfunc(v, "BindProgramARB", 2)




reply via email to

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