diff options
| -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 eeb97a2d37..b44c7bdbb3 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++;  }  | 
