vbo: comments and whitespace
authorBrian Paul <brianp@vmware.com>
Thu, 27 May 2010 15:30:55 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 27 May 2010 15:40:33 +0000 (09:40 -0600)
src/mesa/vbo/vbo_exec.c

index a057befed0af70403b2fba9577dfedb300901ef0..046fa8105babc100920cd3106a604687efcbb0fc 100644 (file)
 #include "main/glheader.h"
 #include "main/mtypes.h"
 #include "main/vtxfmt.h"
-
 #include "vbo_context.h"
 
+
+
 void vbo_exec_init( GLcontext *ctx )
 {
    struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
@@ -74,7 +75,9 @@ void vbo_exec_destroy( GLcontext *ctx )
    vbo_exec_array_destroy( exec );
 }
 
-/* Really want to install these callbacks to a central facility to be
+
+/**
+ * Really want to install these callbacks to a central facility to be
  * invoked according to the state flags.  That will have to wait for a
  * mesa rework:
  */ 
@@ -87,8 +90,3 @@ void vbo_exec_invalidate_state( GLcontext *ctx, GLuint new_state )
 
    _ae_invalidate_state(ctx, new_state);
 }
-
-
-
-
-