Mesa (master): vc4: Fix missing \n in a perf_debug().

Eric Anholt anholt at kemper.freedesktop.org
Fri Oct 23 17:12:52 UTC 2015


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Oct 23 14:41:47 2015 +0100

vc4: Fix missing \n in a perf_debug().

---

 src/gallium/drivers/vc4/vc4_draw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_draw.c b/src/gallium/drivers/vc4/vc4_draw.c
index a4e5e09..c7ca8f9 100644
--- a/src/gallium/drivers/vc4/vc4_draw.c
+++ b/src/gallium/drivers/vc4/vc4_draw.c
@@ -344,7 +344,7 @@ vc4_clear(struct pipe_context *pctx, unsigned buffers,
          * could avoid this by using the 3d engine to clear.
          */
         if (vc4->draw_call_queued) {
-                perf_debug("Flushing rendering to process new clear.");
+                perf_debug("Flushing rendering to process new clear.\n");
                 vc4_flush(pctx);
         }
 




More information about the mesa-commit mailing list