summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-06-28 14:19:04 +0200
committerMarek Olšák <[email protected]>2016-06-29 16:34:22 +0200
commiteff81cbc81a728e26734a0fb5e8d774dba468e5b (patch)
tree08a09cf905fbacf876751c739d3eb2064370da7c /src/gallium/drivers/radeonsi/si_pipe.h
parentdd56d04568ab1a563a29d2900cca0ebc4cf13f77 (diff)
radeonsi: enable distributed tess on multi-SE parts only
ported from Vulkan Reviewed-by: Edward O'Callaghan <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index ee64ecc6fd1..3aff0ac8c05 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -83,6 +83,7 @@ struct si_screen {
struct r600_common_screen b;
unsigned gs_table_depth;
unsigned tess_offchip_block_dw_size;
+ bool has_distributed_tess;
/* Whether shaders are monolithic (1-part) or separate (3-part). */
bool use_monolithic_shaders;