intel/compiler: Fill a compiler statistics struct
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
index 2877c726bbf14cf63dd9d7fb4b59eff43a09863b..32ca6fd886c68a2ee7c2cfac71e620045f430209 100644 (file)
@@ -124,7 +124,7 @@ brw_codegen_wm_prog(struct brw_context *brw,
                             key, &prog_data, nir,
                             &fp->program, st_index8, st_index16, st_index32,
                             true, false, vue_map,
-                            &error_str);
+                            NULL, &error_str);
 
    if (program == NULL) {
       if (!fp->program.is_arb_asm) {