i965: small cleanup in blorp debug printing output (trivial)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user