summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-03-15 18:20:19 +0100
committerMarek Olšák <[email protected]>2015-03-16 12:54:19 +0100
commit98a23982227dce29b015dcb5a867d05f2bee4388 (patch)
tree67ae87b834acf442b734d6cf7aa2188dcda1cc95 /src/gallium/drivers/radeonsi/si_state.h
parent303d23e10d2caad69b2d122f45c78fee2906fc09 (diff)
radeonsi: implement line and polygon smoothing
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 4e6b1e27c46..27dd2c30d96 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -68,6 +68,8 @@ struct si_state_rasterizer {
float offset_units;
float offset_scale;
bool poly_stipple_enable;
+ bool line_smooth;
+ bool poly_smooth;
};
struct si_state_dsa {