summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kyriazis <george.kyriazis@intel.com>2018-04-30 17:45:55 -0500
committerGeorge Kyriazis <george.kyriazis@intel.com>2018-05-11 11:25:24 -0500
commit8cb55dae2e796445635303f03a0e1e6c01a767d5 (patch)
tree0127d0d3e71f2dec4c4b6d271e52bf10cb5e1408
parentdb25fcfcdebe96d65f62692d4f0729dcee6ee2e0 (diff)
swr/rast: Prepend the console output with a newline
It can get jumbled with output from other threads. Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
-rw-r--r--src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp b/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp
index ceded82b73..79612f3120 100644
--- a/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp
+++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp
@@ -59,7 +59,7 @@ namespace ArchRast
outDir << KNOB_DEBUG_OUTPUT_DIR << pBaseName << "_" << pid << std::ends;
mOutputDir = outDir.str();
if (CreateDirectory(mOutputDir.c_str(), NULL)) {
- std::cout << "ArchRast Dir: " << mOutputDir << std::endl << std::endl << std::flush;
+ std::cout << std::endl << "ArchRast Dir: " << mOutputDir << std::endl << std::endl << std::flush;
}
// There could be multiple threads creating thread pools. We