summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-06-08 20:24:21 +0200
committerMarek Olšák <[email protected]>2016-06-14 20:22:16 +0200
commit789618e3b4619225f1e86d52f7b692bf6eb866eb (patch)
treea9fe13e713627cb7d6c3bae7881b3e8325a991ff /src/gallium/drivers
parent63c5d5c6c46c8472ee7a8241a0f80f13d79cb8cd (diff)
gallium/radeon: add micro_tile_mode to radeon_surf
for easier access Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/radeon/radeon_winsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h
index c2d1f9ef3ea..bbf91a841c2 100644
--- a/src/gallium/drivers/radeon/radeon_winsys.h
+++ b/src/gallium/drivers/radeon/radeon_winsys.h
@@ -398,6 +398,7 @@ struct radeon_surf {
uint32_t pipe_config;
uint32_t num_banks;
uint32_t macro_tile_index;
+ uint32_t micro_tile_mode; /* displayable, thin, depth, rotated */
uint64_t dcc_size;
uint64_t dcc_alignment;