Mesa (mesa_7_7_branch): r300g: Use C-style comments.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 3 04:18:10 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: be6fb5c08350138ac85c1bf727553aaa9f4583e6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be6fb5c08350138ac85c1bf727553aaa9f4583e6

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan  2 20:17:43 2010 -0800

r300g: Use C-style comments.

---

 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 eeb97a2..b44c7bd 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++;
 }




More information about the mesa-commit mailing list