summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-01-02 03:18:03 +0100
committerMarek Olšák <[email protected]>2016-02-09 21:19:51 +0100
commit4596f3c1b8bbcc83b841b6c7ea4a287a6f3210f7 (patch)
tree7262dc5f4d8f920e3f75c3637a0d3ec07e666f19 /src/gallium/drivers/radeonsi/si_shader.h
parent6dda2455c88a752d513d842cc9be1833fe98a89c (diff)
radeonsi: remove si_shader::ps_input_interpolate
tgsi_shader_info has this too. Reviewed-by: Nicolai Hähnle <[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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 86d8f725cb6..d3609d46334 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -291,7 +291,6 @@ struct si_shader {
struct si_shader_config config;
unsigned vs_output_param_offset[PIPE_MAX_SHADER_OUTPUTS];
- unsigned ps_input_interpolate[PIPE_MAX_SHADER_INPUTS];
bool uses_instanceid;
unsigned nr_pos_exports;
unsigned nr_param_exports;