r600g: Use the actual Evergreen functions to query format support on Evergreen.
[mesa.git] / src / gallium / auxiliary / util / u_dump.h
index 379f18ef38b8607bb3c497dc22051d82e258c5c6..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);
 
@@ -92,7 +98,7 @@ util_dump_tex_filter(unsigned value, boolean shortened);
 
 void
 util_dump_template(struct os_stream *stream,
-                   const struct pipe_texture *templat);
+                   const struct pipe_resource *templat);
 
 void
 util_dump_rasterizer_state(struct os_stream *stream,