diff options
author | Marek Olšák <[email protected]> | 2017-11-07 18:42:53 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-11-09 17:32:14 +0100 |
commit | 6916ee7e1790ecfb0cef5e20507032d6186de569 (patch) | |
tree | 114705b9bc950348f28dc7926305c2a183ab6c00 /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | a06fe75eac64d321a115265b4ecf20242155582c (diff) |
radeonsi: remove r600_texture::non_disp_tiling
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index b09acac0dfc..b595d920fe9 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -263,8 +263,6 @@ struct r600_texture { uint8_t stencil_clear_value; bool upgraded_depth; /* upgraded from unorm to Z32_FLOAT */ - bool non_disp_tiling; /* R600-Cayman only */ - /* Whether the texture is a displayable back buffer and needs DCC * decompression, which is expensive. Therefore, it's enabled only * if statistics suggest that it will pay off and it's allocated |