i965: Make the param pointer arrays for the VS dynamically sized.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.h
index e69a713d08de1874e15d9c9252083c8f9dcbdbbb..307e8e70fee58999307b1d30a1d913e4f0933f55 100644 (file)
@@ -125,5 +125,6 @@ void brw_vs_debug_recompile(struct brw_context *brw,
                             const struct brw_vs_prog_key *key);
 bool brw_vs_prog_data_compare(const void *a, const void *b,
                               int aux_size, const void *key);
+void brw_vs_prog_data_free(const void *in_prog_data);
 
 #endif