summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.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_pipe.h
parent303d23e10d2caad69b2d122f45c78fee2906fc09 (diff)
radeonsi: implement line and polygon smoothing
Reviewed-by: Michel Dänzer <[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 1bc664a50ec..7c37a3e6fc9 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -186,6 +186,7 @@ struct si_context {
struct r600_atom msaa_sample_locs;
struct r600_atom msaa_config;
int ps_iter_samples;
+ bool smoothing_enabled;
/* Vertex and index buffers. */
bool vertex_buffers_dirty;