gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/vob/putil mipzipmaker.py


From: Matti Katila
Subject: [Gzz-commits] libvob/vob/putil mipzipmaker.py
Date: Mon, 30 Jun 2003 08:21:49 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/06/30 08:21:49

Modified files:
        vob/putil      : mipzipmaker.py 

Log message:
        fix bug found in buoyoing if mipzips don's exist

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/putil/mipzipmaker.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libvob/vob/putil/mipzipmaker.py
diff -u libvob/vob/putil/mipzipmaker.py:1.2 libvob/vob/putil/mipzipmaker.py:1.3
--- libvob/vob/putil/mipzipmaker.py:1.2 Tue Apr 29 21:00:14 2003
+++ libvob/vob/putil/mipzipmaker.py     Mon Jun 30 08:21:49 2003
@@ -80,7 +80,7 @@
     w = roundup2(d.width)
     h = roundup2(d.height)
     tex = GL.createTexture()
-    tex.loadNull2D(0, format, w, h, 0, "RGB", "BYTE")
+    tex.loadNull2D('TEXTURE_2D',0, format, w, h, 0, "RGB", "BYTE")
     print "WH: ",w, h
     tex.loadSubImage(0, im, 0, 0, 0, 0, chomp4(d.width), chomp4(d.height))
 




reply via email to

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