gallivm: fixed memory leak in lp_build_tgsi_aos
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_scan.h
index 482c106ae7942da9451489755a9b9fd10cc7dea6..235e6a3fae0081afb387936b9da6f565bf19e712 100644 (file)
@@ -75,6 +75,7 @@ struct tgsi_shader_info
    boolean pixel_center_integer;
    boolean color0_writes_all_cbufs;
 
+   unsigned num_written_clipdistance;
    /**
     * Bitmask indicating which register files are accessed with
     * indirect addressing.  The bits are (1 << TGSI_FILE_x), etc.