summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-06-21 01:36:22 -0400
committerMarek Olšák <[email protected]>2018-06-25 18:33:58 -0400
commitf154555733a7c49d4b2bd53ba11fb1545144f5ad (patch)
treee7da503e1fc380ed8b71fdf0dcf9f93706f50d15 /src/gallium/drivers/radeonsi/si_shader.h
parentc7bb82136b48b99427465ba4fa3ce477cf09e097 (diff)
radeonsi: clean up passing the is_monolithic flag for compilation
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 9e8d5736259..0ca0a6b9679 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -662,7 +662,6 @@ si_generate_gs_copy_shader(struct si_screen *sscreen,
int si_compile_tgsi_shader(struct si_screen *sscreen,
struct si_compiler *compiler,
struct si_shader *shader,
- bool is_monolithic,
struct pipe_debug_callback *debug);
int si_shader_create(struct si_screen *sscreen, struct si_compiler *compiler,
struct si_shader *shader,