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

This commit is contained in:
Eric Anholt 2015-10-23 14:41:47 +01:00
parent 8f60dc83f7
commit 73f6104532
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}