i965: Include #slices in miptree debug

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Chris Forbes 2014-01-21 22:47:26 +13:00
parent c1b017472b
commit 215c9432b9
1 changed files with 2 additions and 2 deletions

View File

@ -231,10 +231,10 @@ intel_miptree_create_layout(struct brw_context *brw,
if (!mt)
return NULL;
DBG("%s target %s format %s level %d..%d <-- %p\n", __FUNCTION__,
DBG("%s target %s format %s level %d..%d slices %d <-- %p\n", __FUNCTION__,
_mesa_lookup_enum_by_nr(target),
_mesa_get_format_name(format),
first_level, last_level, mt);
first_level, last_level, depth0, mt);
mt->target = target;
mt->format = format;