aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-09-30 15:56:14 +0200
committerMarek Olšák <[email protected]>2014-10-04 15:16:14 +0200
commit8860584045f8c534264f9d456bfafdb545d81437 (patch)
tree55231e824d60595252b6d15121de40c8f200bd02 /src/gallium/drivers/radeonsi/si_shader.h
parent8908fae243cb4c15a675006a1cc472f6c59b0d43 (diff)
radeonsi: get fs_write_all from tgsi_shader_info directly
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 8f5b4316cd6..c6026bda6c3 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -124,11 +124,6 @@ struct si_shader_selector {
/* PIPE_SHADER_[VERTEX|FRAGMENT|...] */
unsigned type;
-
- /* 1 when the shader contains
- * TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS, otherwise it's 0.
- * Used to determine whether we need to include nr_cbufs in the key */
- unsigned fs_write_all;
};
union si_shader_key {
@@ -184,7 +179,6 @@ struct si_shader {
unsigned nparam;
bool uses_instanceid;
- bool fs_write_all;
bool vs_out_misc_write;
bool vs_out_point_size;
bool vs_out_edgeflag;