aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.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_shader.h
parent6895dfb1843e8039e8c2f40c65362cdc40165681 (diff)
radeonsi: implement polygon stippling
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 1d7efc23f59..551c7dc9f23 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -125,6 +125,7 @@ union si_shader_key {
unsigned color_two_side:1;
unsigned alpha_func:3;
unsigned alpha_to_one:1;
+ unsigned poly_stipple:1;
} ps;
struct {
unsigned instance_divisors[SI_NUM_VERTEX_BUFFERS];