tgsi: add properties and system value register
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_iterate.h
index ef5a33ebce9f7464f529a483cc1685cf77c7c381..8d67f22c4295d16a660f55e692e0cb856a9147e2 100644 (file)
@@ -56,6 +56,11 @@ struct tgsi_iterate_context
       struct tgsi_iterate_context *ctx,
       struct tgsi_full_immediate *imm );
 
+   boolean
+   (* iterate_property)(
+      struct tgsi_iterate_context *ctx,
+      struct tgsi_full_property *prop );
+
    boolean
    (* epilog)(
       struct tgsi_iterate_context *ctx );