summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-08-30 03:17:30 +0200
committerMarek Olšák <[email protected]>2015-09-01 21:51:15 +0200
commitfc95058add3d7a90220548e0bb5679d97264f3d2 (patch)
tree31b79e77b7954fe502c4585c710f276a1bb9b3b1 /src/gallium/drivers/radeonsi/si_pipe.h
parent7ff2991e344130c8eb6e4be0b146320b3f02c1e6 (diff)
radeonsi: convert SPI state to an atom
Reviewed-by: Alex Deucher <[email protected]> Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index e5d5d10851f..ba5dd1dbf77 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -204,6 +204,7 @@ struct si_context {
struct r600_atom clip_regs;
struct si_sample_mask sample_mask;
struct r600_atom cb_target_mask;
+ struct r600_atom spi_map;
struct r600_atom msaa_sample_locs;
struct r600_atom msaa_config;
int ps_iter_samples;