diff options
author | Marek Olšák <[email protected]> | 2015-12-23 16:43:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-01-07 18:26:06 +0100 |
commit | e00f3f23b13e2ad99977005da2c1538f181e401d (patch) | |
tree | df991d2c895fb8a68cbc6d4339d64394654ca3cc /src/gallium/drivers/radeonsi/si_shader.h | |
parent | 4e597c25c76e502e5fd32900feb1ea953cf03338 (diff) |
radeonsi: set SPI color formats and CB_SHADER_MASK outside of compilation
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 3d14c79b803..b89d3b29e69 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -277,8 +277,6 @@ struct si_shader { unsigned spi_ps_input_ena; unsigned float_mode; unsigned scratch_bytes_per_wave; - unsigned spi_shader_col_format; - unsigned cb_shader_mask; union si_shader_key key; unsigned nparam; |