r300g: Use C-style comments.

This commit is contained in:
Vinson Lee 2010-01-02 20:17:43 -08:00
parent fe27b07b0f
commit be6fb5c083

View 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++;
}