r300g: Use C-style comments.
authorVinson Lee <vlee@vmware.com>
Sun, 3 Jan 2010 04:17:43 +0000 (20:17 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 3 Jan 2010 04:17:43 +0000 (20:17 -0800)
src/gallium/drivers/r300/r300_emit.c

index eeb97a2d37053305878400a01fe3ab9a5561bb62..b44c7bdbb3d05abc299095d958a09f308b40d690 100644 (file)
@@ -871,7 +871,7 @@ validate:
             goto validate;
         }
     } else {
-        // debug_printf("No VBO while emitting dirty state!\n");
+        /* debug_printf("No VBO while emitting dirty state!\n"); */
     }
     if (!r300->winsys->validate(r300->winsys)) {
         r300->context.flush(&r300->context, 0, NULL);
@@ -999,7 +999,7 @@ validate:
     */
 
     /* Finally, emit the VBO. */
-    //r300_emit_vertex_buffer(r300);
+    /* r300_emit_vertex_buffer(r300); */
 
     r300->dirty_hw++;
 }