summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-06-24 02:17:38 +0200
committerMarek Olšák <[email protected]>2016-06-24 17:36:43 +0200
commit28d0d0c5b4ba9e636b540fafa3b9b2157e848757 (patch)
tree20960d753d774cdd02b35f99266eef56196619d5 /src/gallium/drivers/radeonsi/si_pipe.h
parent0d638f4b3d2ff9c5a00828bd3d6743d1a70cf8be (diff)
radeonsi: fix fractional odd tessellation spacing for Polaris
ported from Vulkan (and no source explains why this is needed) Cc: 12.0 <[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 2e764833546..fe92c6a318e 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -303,6 +303,7 @@ struct si_context {
int last_ls_hs_config;
int last_rast_prim;
unsigned last_sc_line_stipple;
+ int last_vtx_reuse_depth;
int current_rast_prim; /* primitive type after TES, GS */
unsigned last_gsvs_itemsize;