From: José Fonseca Date: Sun, 9 Aug 2009 11:32:37 +0000 (+0100) Subject: util: Fix blend factor dumping. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20f50b845b375c2fde9910c51b46cec23c95dd45;p=mesa.git util: Fix blend factor dumping. --- diff --git a/src/gallium/auxiliary/util/u_debug_dump.c b/src/gallium/auxiliary/util/u_debug_dump.c index 4258f576909..2f3d038bf37 100644 --- a/src/gallium/auxiliary/util/u_debug_dump.c +++ b/src/gallium/auxiliary/util/u_debug_dump.c @@ -100,6 +100,7 @@ debug_dump_blend_factor_names[] = { "PIPE_BLENDFACTOR_INV_SRC_ALPHA", "PIPE_BLENDFACTOR_INV_DST_ALPHA", "PIPE_BLENDFACTOR_INV_DST_COLOR", + DEBUG_DUMP_INVALID_NAME, /* 0x16 */ "PIPE_BLENDFACTOR_INV_CONST_COLOR", "PIPE_BLENDFACTOR_INV_CONST_ALPHA", "PIPE_BLENDFACTOR_INV_SRC1_COLOR", @@ -130,6 +131,7 @@ debug_dump_blend_factor_short_names[] = { "inv_src_alpha", "inv_dst_alpha", "inv_dst_color", + DEBUG_DUMP_INVALID_NAME, /* 0x16 */ "inv_const_color", "inv_const_alpha", "inv_src1_color",