gzz-commits
[Top][All Lists]
Advanced

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

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


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libpaper papermill.py texcomb_GL1_1.py
Date: Mon, 07 Oct 2002 11:20:07 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/10/07 11:20:06

Modified files:
        gfx/libpaper   : papermill.py 
Added files:
        gfx/libpaper   : texcomb_GL1_1.py 

Log message:
        Just committing first steps of OpenGL 1.1 framework.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/texcomb_GL1_1.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/papermill.py.diff?tr1=1.37&tr2=1.38&r1=text&r2=text

Patches:
Index: gzz/gfx/libpaper/papermill.py
diff -c gzz/gfx/libpaper/papermill.py:1.37 gzz/gfx/libpaper/papermill.py:1.38
*** gzz/gfx/libpaper/papermill.py:1.37  Mon Oct  7 10:22:25 2002
--- gzz/gfx/libpaper/papermill.py       Mon Oct  7 11:20:06 2002
***************
*** 64,70 ****
          my_import("gfx.libpaper.texcomb_NV2X")
          from gfx.libpaper.texcomb_NV2X import *
  else:
!     assert 0, "Sorry, can't do without NVIDIA register combiners yet."
  
  dbg = 0
  
--- 64,75 ----
          my_import("gfx.libpaper.texcomb_NV2X")
          from gfx.libpaper.texcomb_NV2X import *
  else:
!     # Must use OpenGL 1.1 specified calls.
!     print "NEED FIX - DOES _NOT_ WORK : Using OpenGL 1.1 texenv and blending"
!     #if dbg: print "Using OpenGL 1.1 texenv and blending"
!     my_import("gfx.libpaper.texcomb_GL1_1")
!     #assert 0, "Sorry, can't do without NVIDIA register combiners yet."
!     
  
  dbg = 0
  




reply via email to

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