diff options
author | Vinson Lee <[email protected]> | 2010-01-02 20:17:43 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-02 20:17:43 -0800 |
commit | be6fb5c08350138ac85c1bf727553aaa9f4583e6 (patch) | |
tree | be868522a993f59afa65bf3c1e4e3be13d640aa1 | |
parent | fe27b07b0fe7b63755add9bf522d7efcbf1ffb9b (diff) |
r300g: Use C-style comments.
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index eeb97a2d370..b44c7bdbb3d 100644 --- a/src/gallium/drivers/r300/r300_emit.c +++ b/src/gallium/drivers/r300/r300_emit.c @@ -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++; } |