aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-08-24 14:05:58 +0100
committerEmil Velikov <[email protected]>2018-10-03 13:38:05 +0100
commit89c2c386c02ef7bc56a11769b0d617261d6a37ea (patch)
tree48267eee8fe9369ebd862a1450e088de4e078b0c /src/gallium
parent5ade4b10e2d2729da3fccf415be486ccc79e1fa2 (diff)
st/xa: remove unused xa_screen::d[s]_depth_bits_last
Unused since the initial import. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/xa/xa_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/xa/xa_priv.h b/src/gallium/state_trackers/xa/xa_priv.h
index 13a0e86f66d..c513b8d9629 100644
--- a/src/gallium/state_trackers/xa/xa_priv.h
+++ b/src/gallium/state_trackers/xa/xa_priv.h
@@ -74,8 +74,6 @@ struct xa_surface {
struct xa_tracker {
enum xa_formats *supported_formats;
unsigned int format_map[XA_LAST_SURFACE_TYPE][2];
- int d_depth_bits_last;
- int ds_depth_bits_last;
struct pipe_loader_device *dev;
struct pipe_screen *screen;
struct xa_context *default_ctx;