paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgdraw.h,1.4.2.7,1.4.2.8 pggldraw.h,1


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgdraw.h,1.4.2.7,1.4.2.8 pggldraw.h,1.1.2.5,1.1.2.6
Date: Thu, 31 Oct 2002 05:38:05 -0500

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv23350/include

Modified Files:
      Tag: devel-opengl
        pgdraw.h pggldraw.h 
Log Message:
LOTS of updates.
This branch now largely works - actually outside of what seems to be a 
libstdc++ bug that triggers in paratest, all the tests now work except gltest 
and testdummy.
OpenGL driver DOES work, but isn't complete.  Also tends to crash when opengl 
isn't threadsafe... such as with Matrox G450 *sigh*.
Dummy driver still needs updates.


Index: pgdraw.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgdraw.h,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -C2 -r1.4.2.7 -r1.4.2.8
*** pgdraw.h    30 Oct 2002 20:15:17 -0000      1.4.2.7
--- pgdraw.h    31 Oct 2002 10:38:03 -0000      1.4.2.8
***************
*** 293,305 ****
         pre-initialization configurations
         */
!       virtual void preinit() {};
        /**
         pre-removal (before removal from driver system)
         */
!       virtual void prerm() {};
        /**
         post-removal (after removal from driver system)
         */
!       virtual void postrm() {};
  
        /**
--- 293,305 ----
         pre-initialization configurations
         */
!       virtual void preinit();
        /**
         pre-removal (before removal from driver system)
         */
!       virtual void prerm();
        /**
         post-removal (after removal from driver system)
         */
!       virtual void postrm();
  
        /**

Index: pggldraw.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/Attic/pggldraw.h,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** pggldraw.h  30 Oct 2002 09:16:28 -0000      1.1.2.5
--- pggldraw.h  31 Oct 2002 10:38:03 -0000      1.1.2.6
***************
*** 104,109 ****
     friend class PG_GLDraw;
  protected:
!    PG_GLDrawableSurface();
!    PG_GLDrawableSurface(SDL_Surface*);
  
  public:
--- 104,109 ----
     friend class PG_GLDraw;
  protected:
!    PG_GLDrawableSurface(PG_GLDraw*);
!    /* PG_GLDrawableSurface(SDL_Surface*); */
  
  public:
***************
*** 175,179 ****
     friend class PG_GLDraw;
  protected:
!    PG_GLRootDrawableSurface();
  public:
     ~PG_GLRootDrawableSurface();
--- 175,179 ----
     friend class PG_GLDraw;
  protected:
!    PG_GLRootDrawableSurface(PG_GLDraw* refhost);
  public:
     ~PG_GLRootDrawableSurface();





reply via email to

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