radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG

Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com>
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2017-01-03 14:19:37 +01:00
parent 030e5f07a5
commit 6f356d15be
5 changed files with 15 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ static void si_dump_shader(struct si_screen *sscreen,
fwrite(current->shader_log, current->shader_log_size, 1, f);
else
si_shader_dump(sscreen, state->current, NULL,
state->cso->info.processor, f);
state->cso->info.processor, f, false);
}
/**