gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/libpaper/papermill.py


From: Matti Katila
Subject: [Gzz-commits] gzz ./TODO gfx/libpaper/papermill.py
Date: Thu, 14 Nov 2002 11:29:00 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/11/14 11:29:00

Modified files:
        .              : TODO 
        gfx/libpaper   : papermill.py 

Log message:
        Trivial texcomb finalization.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.396&tr2=1.397&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/papermill.py.diff?tr1=1.63&tr2=1.64&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.396 gzz/TODO:1.397
--- gzz/TODO:1.396      Thu Nov 14 10:43:21 2002
+++ gzz/TODO    Thu Nov 14 11:29:00 2002
@@ -57,10 +57,6 @@
                  tested when releasing.
        - when a gl window is closed, call Binder.windowClosed()
     mudyc:
-       - make a trivial texcomb_GL11.py (using OpenGL 1.1 
-         functionality) in gfx/libpaper
-         which allows papers to work without register combiners.
-           - both texenv() and blending need to be set there.
        - make paperquad(s) check whether vertex programs and 
          multidrawarrays are available
          and use them if possible,
Index: gzz/gfx/libpaper/papermill.py
diff -u gzz/gfx/libpaper/papermill.py:1.63 gzz/gfx/libpaper/papermill.py:1.64
--- gzz/gfx/libpaper/papermill.py:1.63  Thu Nov 14 09:59:16 2002
+++ gzz/gfx/libpaper/papermill.py       Thu Nov 14 11:29:00 2002
@@ -229,7 +229,7 @@
                 #from gfx.libpaper.texcomb_NV2X import 
TransparentCombinerPass,DebugCombinerPass
         else:
             # Must use OpenGL 1.1 specified calls.
-            print "NEED FIX - DOES _NOT_ WORK : Using OpenGL 1.1 texenv and 
blending"
+            print "Using OpenGL 1.1 texenv and blending"
             #from gfx.libpaper.texcomb_GL1_1 import *
             texcomb = gfx.libpaper.texcomb_GL1_1
             gfx.libpaper.textures.texture_format = "LUMINANCE_ALPHA"




reply via email to

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