mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
r300: Drop unused r300_get_stats() call.
Unused since we switched to shader-db. Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14600>
This commit is contained in:
parent
695ba644ab
commit
cd7b260eeb
1 changed files with 0 additions and 4 deletions
|
|
@ -400,10 +400,6 @@ void rc_run_compiler_passes(struct radeon_compiler *c, struct radeon_compiler_pa
|
|||
/* Executes a list of compiler passes given in the parameter 'list'. */
|
||||
void rc_run_compiler(struct radeon_compiler *c, struct radeon_compiler_pass *list)
|
||||
{
|
||||
struct rc_program_stats s;
|
||||
|
||||
rc_get_stats(c, &s);
|
||||
|
||||
if (c->Debug & RC_DBG_LOG) {
|
||||
fprintf(stderr, "%s: before compilation\n", shader_name[c->type]);
|
||||
rc_print_program(&c->Program);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue