Revision: 56281
          http://sourceforge.net/p/brlcad/code/56281
Author:   brlcad
Date:     2013-07-28 06:19:28 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
comment insufficient to retain.  how does a glFinish() help testing?  poof.

Modified Paths:
--------------
    brlcad/trunk/src/libdm/dm-ogl.c
    brlcad/trunk/src/libdm/dm-rtgl.c
    brlcad/trunk/src/libdm/dm-wgl.c

Modified: brlcad/trunk/src/libdm/dm-ogl.c
===================================================================
--- brlcad/trunk/src/libdm/dm-ogl.c     2013-07-28 06:17:09 UTC (rev 56280)
+++ brlcad/trunk/src/libdm/dm-ogl.c     2013-07-28 06:19:28 UTC (rev 56281)
@@ -1302,11 +1302,6 @@
        bu_vls_free(&tmp_vls);
     }
 
-/*XXX Keep this off unless testing */
-#if 0
-    glFinish();
-#endif
-
     return TCL_OK;
 }
 

Modified: brlcad/trunk/src/libdm/dm-rtgl.c
===================================================================
--- brlcad/trunk/src/libdm/dm-rtgl.c    2013-07-28 06:17:09 UTC (rev 56280)
+++ brlcad/trunk/src/libdm/dm-rtgl.c    2013-07-28 06:19:28 UTC (rev 56281)
@@ -923,11 +923,6 @@
        bu_vls_free(&tmp_vls);
     }
 
-    /*XXX Keep this off unless testing */
-#if 0
-    glFinish();
-#endif
-
     rtgl_actively_drawing = 0;
     return TCL_OK;
 }

Modified: brlcad/trunk/src/libdm/dm-wgl.c
===================================================================
--- brlcad/trunk/src/libdm/dm-wgl.c     2013-07-28 06:17:09 UTC (rev 56280)
+++ brlcad/trunk/src/libdm/dm-wgl.c     2013-07-28 06:19:28 UTC (rev 56281)
@@ -794,11 +794,6 @@
        bu_vls_free(&tmp_vls);
     }
 
-/*XXX Keep this off unless testing */
-#if 0
-    glFinish();
-#endif
-
     wgl_actively_drawing = 0;
     return TCL_OK;
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to