util: Fix blend factor dumping.

This commit is contained in:
José Fonseca 2009-08-09 12:32:37 +01:00
parent 3130b9921c
commit 20f50b845b
1 changed files with 2 additions and 0 deletions

View File

@ -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",