summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-08-24 20:08:13 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-07 13:22:54 +0100
commit71e27ef21c4a24aeadadb85f60774ec48a7e3cff (patch)
tree7dd70fd1b0e9682eadc8419f2db96232ddfd05e3 /src/gallium/drivers/llvmpipe/lp_state_fs.h
parent98e277111bd6f6e5bcbbcd663e42e18ce449b533 (diff)
llvmpipe: put fs variant dumping in a function
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.h b/src/gallium/drivers/llvmpipe/lp_state_fs.h
index f2c46a6405..f3364f5cf3 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.h
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.h
@@ -104,4 +104,8 @@ struct lp_fragment_shader
};
+void
+lp_debug_fs_variant(const struct lp_fragment_shader_variant *variant);
+
+
#endif /* LP_STATE_FS_H_ */