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

Author: Nicolai Hähnle <[email protected]>
Date:   Wed Jul 29 19:22:56 2009 +0200

r300g: Remove extraneous printf

Signed-off-by: Nicolai Hähnle <[email protected]>

---

 src/gallium/drivers/r300/r300_vs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_vs.c 
b/src/gallium/drivers/r300/r300_vs.c
index 02dd7be..2cb903b 100644
--- a/src/gallium/drivers/r300/r300_vs.c
+++ b/src/gallium/drivers/r300/r300_vs.c
@@ -113,8 +113,6 @@ void r300_translate_vertex_shader(struct r300_context* r300,
     struct r300_vertex_program_compiler compiler;
     struct tgsi_to_rc ttr;
 
-    printf("translate_vertex_shader\n");
-
     /* Setup the compiler */
     rc_init(&compiler.Base);
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to