summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2018-06-14 14:08:11 +0300
committerTapani Pälli <[email protected]>2018-06-27 11:05:48 +0300
commite9a77c3e96dab313f3bb85fe271d41f3bade01fa (patch)
treeff281d287675555e09c580ca0cfb8e413ec3c81b /src/mesa/drivers
parent9a92acec67c03fd06bb6208e74d329e40fec3514 (diff)
i965: small cleanup in blorp debug printing output (trivial)
Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/drivers/dri/i965/brw_blorp.c
index 8c6d77e1b7d..5f99e51bc28 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.c
+++ b/src/mesa/drivers/dri/i965/brw_blorp.c
@@ -292,7 +292,7 @@ brw_blorp_blit_miptrees(struct brw_context *brw,
{
const struct gen_device_info *devinfo = &brw->screen->devinfo;
- DBG("%s from %dx %s mt %p %d %d (%f,%f) (%f,%f)"
+ DBG("%s from %dx %s mt %p %d %d (%f,%f) (%f,%f) "
"to %dx %s mt %p %d %d (%f,%f) (%f,%f) (flip %d,%d)\n",
__func__,
src_mt->surf.samples, _mesa_get_format_name(src_mt->format), src_mt,