Implement draw_arrays_instanced() in softpipe.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_dump.h
index ad1e647ec9000b0b2956627e4393d3c38c082a5c..4cd27317b36792b5d60e53c8efca3ee5dc51b054 100644 (file)
@@ -49,6 +49,7 @@ tgsi_dump(
 struct tgsi_full_immediate;
 struct tgsi_full_instruction;
 struct tgsi_full_declaration;
+struct tgsi_full_property;
 
 void
 tgsi_dump_immediate(
@@ -63,6 +64,10 @@ void
 tgsi_dump_declaration(
    const struct tgsi_full_declaration *decl );
 
+void
+tgsi_dump_property(
+   const struct tgsi_full_property *prop );
+
 #if defined __cplusplus
 }
 #endif