intel/compiler: Fill a compiler statistics struct
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.c
index 07ca98fda8f69f8f6a7082c32f58d266630651b4..74a6c3797116b9687a4ce3ef34786ec41e746b5f 100644 (file)
@@ -93,7 +93,8 @@ brw_codegen_gs_prog(struct brw_context *brw,
    char *error_str;
    const unsigned *program =
       brw_compile_gs(brw->screen->compiler, brw, mem_ctx, key,
-                     &prog_data, nir, &gp->program, st_index, &error_str);
+                     &prog_data, nir, &gp->program, st_index,
+                     NULL, &error_str);
    if (program == NULL) {
       ralloc_strcat(&gp->program.sh.data->InfoLog, error_str);
       _mesa_problem(NULL, "Failed to compile geometry shader: %s\n", error_str);