i965/fs: Expose arbitrary pull constant load sizes to the IR.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_interpolation_map.c
index fe14ea33f45bc5dec41fad5fc1af311c9ecf0df3..8533c953ed1815151fd88d419354cad7753ab97e 100644 (file)
@@ -93,7 +93,8 @@ brw_setup_vue_interpolation(struct brw_vue_map *vue_map, nir_shader *nir,
       }
    }
 
-   if (unlikely(INTEL_DEBUG & DEBUG_VUE)) {
+   bool debug = false;
+   if (debug) {
       fprintf(stderr, "VUE map:\n");
       for (int i = 0; i < vue_map->num_slots; i++) {
          int varying = vue_map->slot_to_varying[i];