summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-06-26 16:36:17 -0700
committerAlyssa Rosenzweig <[email protected]>2019-06-28 15:10:05 -0700
commite8ae998c1ba48d9e18db3d9e18bb75bee962096a (patch)
tree8f06fe3d7ed21f2e9c1594fd35567d81eb56f634 /src/gallium
parent68a5b58fb9fa177d27c7fe5703a308eaad62e849 (diff)
panfrost: Dump unknown formats before aborting
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/panfrost/pan_format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_format.c b/src/gallium/drivers/panfrost/pan_format.c
index 3ab39ed3069..563b381574b 100644
--- a/src/gallium/drivers/panfrost/pan_format.c
+++ b/src/gallium/drivers/panfrost/pan_format.c
@@ -233,6 +233,7 @@ panfrost_find_format(const struct util_format_description *desc)
break;
default:
+ printf("%s\n", util_format_name(desc->format));
unreachable("Invalid format type");
}