try and force a log message
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 27 Dec 2000 23:01:25 +0000 (23:01 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 27 Dec 2000 23:01:25 +0000 (23:01 +0000)
src/mesa/main/debug.c
src/mesa/main/dlist.c

index 83e3a8b86b993997f40e564930cfbc12d592967c..769517c5eff75be1a3c1c50b86ee25259049e939 100644 (file)
@@ -1,6 +1,7 @@
 #include "mtypes.h"
 #include "debug.h"
 
+
 void gl_print_state( const char *msg, GLuint state )
 {
    fprintf(stderr,
index 5d562d55cd9c42dfa9e90757540ddc16bc367417..c7848dfc75042ca35179c5e09a8da3426017e8cd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.59 2000/12/27 22:59:46 keithw Exp $ */
+/* $Id: dlist.c,v 1.60 2000/12/27 23:01:25 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -4811,6 +4811,7 @@ _mesa_EndList( void )
 
    ctx->CurrentDispatch = ctx->Exec;
    _glapi_set_dispatch( ctx->CurrentDispatch );
+
 }