projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3130b99
)
util: Fix blend factor dumping.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 9 Aug 2009 11:32:37 +0000
(12:32 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:26 +0000
(09:21 +0100)
src/gallium/auxiliary/util/u_debug_dump.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug_dump.c
b/src/gallium/auxiliary/util/u_debug_dump.c
index 4258f5769097f282b38a8befc501493870515960..2f3d038bf37f422feb196cf9871837002f9a1b43 100644
(file)
--- 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",