gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/backend render_handler_ogl.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/backend render_handler_ogl.cpp
Date: Tue, 27 Mar 2007 22:06:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/03/27 22:06:08

Modified files:
        backend        : render_handler_ogl.cpp 

Log message:
        #if 0 until I figure out how to get away with the clipping

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_ogl.cpp?cvsroot=gnash&r1=1.65&r2=1.66

Patches:
Index: render_handler_ogl.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_ogl.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- render_handler_ogl.cpp      27 Mar 2007 21:14:50 -0000      1.65
+++ render_handler_ogl.cpp      27 Mar 2007 22:06:08 -0000      1.66
@@ -6,7 +6,7 @@
 // A render_handler that uses SDL & OpenGL
 
 
-/* $Id: render_handler_ogl.cpp,v 1.65 2007/03/27 21:14:50 nihilus Exp $ */
+/* $Id: render_handler_ogl.cpp,v 1.66 2007/03/27 22:06:08 nihilus Exp $ */
 
 //#include "gnash.h"
 #include "render_handler.h"
@@ -1357,13 +1357,14 @@
 #define OVERSIZE       1.0f
     
     //This makes fonts look nice (actually!)
+#if 0
     glEnable(GL_POLYGON_SMOOTH);
     glEnable(GL_POINT_SMOOTH);
-    
+#endif    
         // Turn on alpha blending.
         glEnable(GL_BLEND);
         glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
-        
+;        
         // Turn on line smoothing.  Antialiased lines can be used to
         // smooth the outsides of shapes.
         glEnable(GL_LINE_SMOOTH);




reply via email to

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