mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
r300g: Use C-style comments.
This commit is contained in:
parent
fe27b07b0f
commit
be6fb5c083
1 changed files with 2 additions and 2 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue