mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
iris: Fix failed to compile TCS message
This commit is contained in:
parent
fbf3124771
commit
bdc1269eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue