r600g: Use the actual Evergreen functions to query format support on Evergreen.
[mesa.git] / src / gallium / auxiliary / util / u_dump.h
index bdc73ac47d20eaab0ce225055e460803ec58f96c..49536c0d593317a0be293d1cb7e68a3f31d222da 100644 (file)
@@ -70,9 +70,15 @@ util_dump_blend_factor(unsigned value, boolean shortened);
 const char *
 util_dump_blend_func(unsigned value, boolean shortened);
 
+const char *
+util_dump_logicop(unsigned value, boolean shortened);
+
 const char *
 util_dump_func(unsigned value, boolean shortened);
 
+const char *
+util_dump_stencil_op(unsigned value, boolean shortened);
+
 const char *
 util_dump_tex_target(unsigned value, boolean shortened);