iris: Fix failed to compile TCS message
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Nov 2018 23:06:00 +0000 (15:06 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_program.c

index 4d098f59bafc529eab87fbe590008d7a5bea26b8..34e9bd042274a219d2a0e0e60037193506ef5640 100644 (file)
@@ -915,7 +915,7 @@ iris_compile_tcs(struct iris_context *ice,
       brw_compile_tcs(compiler, &ice->dbg, mem_ctx, key, tcs_prog_data, nir,
                       -1, &error_str);
    if (program == NULL) {
-      dbg_printf("Failed to compile evaluation shader: %s\n", error_str);
+      dbg_printf("Failed to compile control shader: %s\n", error_str);
       ralloc_free(mem_ctx);
       return false;
    }