st/nine: Prepare constant compaction in nine_shader
[mesa.git] / src / gallium / state_trackers / nine / nine_shader.h
index a2eb91d0d8c47247f26451a3cfdb69d29a26f5a0..6eb97127b9cb1db13d8d20c497a23cc7c0f4d8ef 100644 (file)
@@ -82,6 +82,8 @@ struct nine_shader_info
     unsigned const_int_slots;
     unsigned const_bool_slots;
 
+    unsigned *const_ranges;
+
     struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */
     uint8_t bumpenvmat_needed;