summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-09-28 17:21:10 +0200
committerMarek Olšák <[email protected]>2015-10-03 22:06:09 +0200
commit9652bfcf2d2f3be5158ed88b49917bb5a2d8323d (patch)
tree331a3d8f4592abc15f464825efa3c7d4a018fbe9 /src/gallium/drivers/radeonsi/si_state.h
parent214de2d815360aa3986eb52a3b3060c33523f1b3 (diff)
radeonsi: implement the simple case of force_persample_interp
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 2257499f33c..6a567688ee4 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -50,6 +50,7 @@ struct si_state_rasterizer {
bool flatshade;
bool two_side;
bool multisample_enable;
+ bool force_persample_interp;
bool line_stipple_enable;
unsigned sprite_coord_enable;
unsigned pa_sc_line_stipple;