/[gzz]/gzz/gfx/libpaper/papermill.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/papermill.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by jvk, Mon Oct 7 14:22:25 2002 UTC revision 1.38 by mudyc, Mon Oct 7 15:20:06 2002 UTC
# Line 64  if GL.hasExtension("GL_NV_register_combi Line 64  if GL.hasExtension("GL_NV_register_combi
64          my_import("gfx.libpaper.texcomb_NV2X")          my_import("gfx.libpaper.texcomb_NV2X")
65          from gfx.libpaper.texcomb_NV2X import *          from gfx.libpaper.texcomb_NV2X import *
66  else:  else:
67      assert 0, "Sorry, can't do without NVIDIA register combiners yet."      # Must use OpenGL 1.1 specified calls.
68        print "NEED FIX - DOES _NOT_ WORK : Using OpenGL 1.1 texenv and blending"
69        #if dbg: print "Using OpenGL 1.1 texenv and blending"
70        my_import("gfx.libpaper.texcomb_GL1_1")
71        #assert 0, "Sorry, can't do without NVIDIA register combiners yet."
72        
73    
74  dbg = 0  dbg = 0
75    

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26