mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 09:30:11 +01:00
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:
parent
9a92acec67
commit
e9a77c3e96
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue