summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-01-31 21:43:37 +0100
committerMarek Olšák <[email protected]>2015-02-04 14:34:13 +0100
commit6c5af1dc4e7871ddd0383713b9d5382318a34fc9 (patch)
treeb717a7ce7514420488c2dcf8fc2b618cf3ae00a9 /src/gallium/drivers/radeonsi/si_state.h
parent6895dfb1843e8039e8c2f40c65362cdc40165681 (diff)
radeonsi: implement polygon stippling
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 263728963d4..d1ed53065ca 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -67,6 +67,7 @@ struct si_state_rasterizer {
unsigned clip_plane_enable;
float offset_units;
float offset_scale;
+ bool poly_stipple_enable;
};
struct si_state_dsa {