gzz-commits
[Top][All Lists]
Advanced

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

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


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libcallgl callgl.cxx
Date: Wed, 26 Feb 2003 12:40:17 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/26 12:40:17

Modified files:
        gfx/libcallgl  : callgl.cxx 

Log message:
        oops..

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcallgl/callgl.cxx.diff?tr1=1.46&tr2=1.47&r1=text&r2=text

Patches:
Index: gzz/gfx/libcallgl/callgl.cxx
diff -u gzz/gfx/libcallgl/callgl.cxx:1.46 gzz/gfx/libcallgl/callgl.cxx:1.47
--- gzz/gfx/libcallgl/callgl.cxx:1.46   Wed Feb 26 12:26:08 2003
+++ gzz/gfx/libcallgl/callgl.cxx        Wed Feb 26 12:40:16 2003
@@ -498,8 +498,9 @@
 
 #endif /* GL_REGISTER_COMBINERS_NV */
 
+/** OBSOLETE!?
 #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());
@@ -526,8 +527,8 @@
                        &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) ||




reply via email to

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