paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/draw/opengl pgglroot.cpp,1.1.2.3,1.1.2.4


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw/opengl pgglroot.cpp,1.1.2.3,1.1.2.4 pgglsurf.cpp,1.1.2.5,1.1.2.6
Date: Thu, 31 Oct 2002 17:43:34 -0500

Update of /cvsroot/paragui/paragui/src/draw/opengl
In directory subversions:/tmp/cvs-serv32725/src/draw/opengl

Modified Files:
      Tag: devel-opengl
        pgglroot.cpp pgglsurf.cpp 
Log Message:
A couple of OpenGL updates to remove some log info
and adding graphics loader to dblbuffer


Index: pgglroot.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/opengl/Attic/pgglroot.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** pgglroot.cpp        31 Oct 2002 10:38:04 -0000      1.1.2.3
--- pgglroot.cpp        31 Oct 2002 22:43:32 -0000      1.1.2.4
***************
*** 449,454 ****
  
  void PG_GLRootDrawableSurface::DrawGradient(const PG_Rect& r,
!                                       PG_Gradient& gradient) {
!   PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    if (ref == NULL) ref=SDL_GetVideoSurface();
    // return; // DEBUG
--- 449,454 ----
  
  void PG_GLRootDrawableSurface::DrawGradient(const PG_Rect& r,
!                                           PG_Gradient& gradient) {
!   // PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    if (ref == NULL) ref=SDL_GetVideoSurface();
    // return; // DEBUG
***************
*** 460,464 ****
                                   const SDL_Color & ul, const SDL_Color & ur,
                                   const SDL_Color & dl, const SDL_Color & dr) {
!   PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    if (ref == NULL) ref=SDL_GetVideoSurface();
    // return; // DEBUG
--- 460,464 ----
                                   const SDL_Color & ul, const SDL_Color & ur,
                                   const SDL_Color & dl, const SDL_Color & dr) {
!   // PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    if (ref == NULL) ref=SDL_GetVideoSurface();
    // return; // DEBUG

Index: pgglsurf.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/opengl/Attic/pgglsurf.cpp,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** pgglsurf.cpp        31 Oct 2002 10:38:04 -0000      1.1.2.5
--- pgglsurf.cpp        31 Oct 2002 22:43:32 -0000      1.1.2.6
***************
*** 368,372 ****
  void PG_GLDrawableSurface::DrawGradient(const PG_Rect& r,
                                        PG_Gradient& gradient) {
!   PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    PG_DrawableSurface::DrawGradient(r, gradient);
  };
--- 368,372 ----
  void PG_GLDrawableSurface::DrawGradient(const PG_Rect& r,
                                        PG_Gradient& gradient) {
!   // PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    PG_DrawableSurface::DrawGradient(r, gradient);
  };
***************
*** 376,380 ****
                                   const SDL_Color & ul, const SDL_Color & ur,
                                   const SDL_Color & dl, const SDL_Color & dr) {
!   PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    PG_DrawableSurface::DrawGradient(rect,ul,ur,dl,dr);
  };
--- 376,380 ----
                                   const SDL_Color & ul, const SDL_Color & ur,
                                   const SDL_Color & dl, const SDL_Color & dr) {
!   // PG_LogDBG("opengl DrawableSurface: %s", __FUNCTION__);
    PG_DrawableSurface::DrawGradient(rect,ul,ur,dl,dr);
  };





reply via email to

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