summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-12-23 16:02:46 +0100
committerMarek Olšák <[email protected]>2016-01-07 18:26:05 +0100
commit746a7a74983a708edfd60ac2e501939844eacfc0 (patch)
tree3e300493531d57b57ec2edeab1b3c819312ccbba /src/gallium/drivers/radeonsi/si_shader.h
parent2cb8bf90cd21cdeba708ed4ee875a9e4ada128ae (diff)
radeonsi: determine SPI_SHADER_Z_FORMAT outside of shader 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.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 067704fd838..3d14c79b803 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -278,7 +278,6 @@ struct si_shader {
unsigned float_mode;
unsigned scratch_bytes_per_wave;
unsigned spi_shader_col_format;
- unsigned spi_shader_z_format;
unsigned cb_shader_mask;
union si_shader_key key;