aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_compute.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-09-26 20:24:17 -0400
committerMarek Olšák <[email protected]>2019-10-23 21:12:52 -0400
commitfff884e09d2f1f560a1106d9b6f70eabec84b0bc (patch)
treea94a127157594d4af81d0e8f42fe7fba377478f7 /src/gallium/drivers/radeonsi/si_compute.c
parent92196fe74b8a4cc1001162edf4637bfe267e3cec (diff)
radeonsi/nir: implement pipe_screen::finalize_nir
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_compute.c')
-rw-r--r--src/gallium/drivers/radeonsi/si_compute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_compute.c b/src/gallium/drivers/radeonsi/si_compute.c
index ba8271d3fe3..19d4cca0dba 100644
--- a/src/gallium/drivers/radeonsi/si_compute.c
+++ b/src/gallium/drivers/radeonsi/si_compute.c
@@ -126,9 +126,7 @@ static void si_create_compute_state_async(void *job, int thread_index)
} else {
assert(program->ir_type == PIPE_SHADER_IR_NIR);
- si_nir_opts(sel->nir);
si_nir_scan_shader(sel->nir, &sel->info);
- si_lower_nir(sel->screen, sel->nir);
}
/* Store the declared LDS size into tgsi_shader_info for the shader