gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/libpaper/Paper.cxx


From: Asko Soukka
Subject: [Gzz-commits] gzz ./TODO gfx/libpaper/Paper.cxx
Date: Thu, 10 Oct 2002 02:48:41 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/10/10 02:48:39

Modified files:
        .              : TODO 
        gfx/libpaper   : Paper.cxx 

Log message:
        TODO

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.265&tr2=1.266&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/Paper.cxx.diff?tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.265 gzz/TODO:1.266
*** gzz/TODO:1.265      Thu Oct 10 01:10:21 2002
--- gzz/TODO    Thu Oct 10 02:48:39 2002
***************
*** 35,41 ****
          functionality) in gfx/libpaper
          which allows papers to work without register combiners.
            - both texenv() and blending need to be set there.
!       - make paperquad check whether vertex programs and 
          multidrawarrays are available
          and use them if possible,
          Vertex programs and packed vertices can be MUCH more efficient,
--- 35,41 ----
          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,
          Vertex programs and packed vertices can be MUCH more efficient,
***************
*** 58,69 ****
        - fix Mirror-test bug
        - porting: make sure all demos etc. work with plain mesa
      humppake:
-       - clean up Paper VP interface [jvk will explain]
-             - implement TexGenEmboss::setUp_explicit
-           - vertex_explicit() routine to work also without
-             paper position.
-           - rename the vertex_* routines that don't take
-             physical coordinates into texcoords_*.
        - culling of coordsys: coordsys may, at setparams time,
          decide not to be shown.
            - generalizes culledpaperquad
--- 58,63 ----
***************
*** 75,82 ****
          more, we probably should.
          Need to have alternative algorithms (fast/good) though, for 
          different cases.
!       - fix utf8 string non-null end bug found by Benja
!           - proposed fix done, but will it work?
      deetsay:
        - UML and APIs of ImageCache
        - implementation of ImageCache
--- 69,76 ----
          more, we probably should.
          Need to have alternative algorithms (fast/good) though, for 
          different cases.
!       + failing test to detect utf8 string non-null end bug found by Benja
!       + implement Paper TexGenEmboss::setUp_explicit
      deetsay:
        - UML and APIs of ImageCache
        - implementation of ImageCache
Index: gzz/gfx/libpaper/Paper.cxx
diff -c gzz/gfx/libpaper/Paper.cxx:1.16 gzz/gfx/libpaper/Paper.cxx:1.17
*** gzz/gfx/libpaper/Paper.cxx:1.16     Thu Oct 10 02:28:53 2002
--- gzz/gfx/libpaper/Paper.cxx  Thu Oct 10 02:48:39 2002
***************
*** 1,4 ****
! hwo todd#include "Paper.hxx"
  
  #include <sstream>
  
--- 1,4 ----
! #include "Paper.hxx"
  
  #include <sstream>
  




reply via email to

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