Module: Mesa
Branch: master
Commit: 75189ef960d2f7001d2b24e7c1939d0a647c0cf1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=75189ef960d2f7001d2b24e7c1939d0a647c0cf1

Author: Brian Paul <[email protected]>
Date:   Wed May 19 11:37:42 2010 -0600

llvmpipe: use util_dump_logicop()

---

 src/gallium/drivers/llvmpipe/lp_state_fs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c 
b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index 3e0c574..7497565 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -910,7 +910,7 @@ dump_fs_variant_key(const struct 
lp_fragment_shader_variant_key *key)
    }
 
    if (key->blend.logicop_enable) {
-      debug_printf("blend.logicop_func = %u\n", key->blend.logicop_func);
+      debug_printf("blend.logicop_func = %s\n", 
util_dump_logicop(key->blend.logicop_func, TRUE));
    }
    else if (key->blend.rt[0].blend_enable) {
       debug_printf("blend.rgb_func = %s\n",   util_dump_blend_func  
(key->blend.rt[0].rgb_func, TRUE));

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to