summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-07-05 21:19:41 -0400
committerMarek Olšák <[email protected]>2019-07-19 20:16:19 -0400
commit985a59e0d1d7dac696ebd2018a950bfe1b3f3580 (patch)
tree009997825da964be667cf0e1ccf5684f1aafee88 /src/gallium/drivers/radeonsi/si_shader.h
parent7f0ada3f3e2f60d5bf612aa4e1c6946018ad27a8 (diff)
radeonsi/gfx10: don't compile the GS copy shader if it's 100% not needed
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Reviewed-by: Samuel Pitoiset <[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, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 1eacef63e72..070ccd2ad17 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -369,6 +369,7 @@ struct si_shader_selector {
unsigned gsvs_vertex_size;
unsigned max_gsvs_emit_size;
unsigned enabled_streamout_buffer_mask;
+ bool tess_turns_off_ngg;
/* PS parameters. */
unsigned color_attr_index[2];